Searched refs:hppfs_data (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hppfs/
H A Dhppfs.c24 struct hppfs_data { struct
33 struct hppfs_data *contents;
253 struct hppfs_data *data;
266 data = list_entry(data->list.next, struct hppfs_data,
327 static void free_contents(struct hppfs_data *head)
329 struct hppfs_data *data;
336 data = list_entry(ele, struct hppfs_data, list);
342 static struct hppfs_data *hppfs_get_data(int fd, int filter,
347 struct hppfs_data *data, *new, *head;
408 static struct hppfs_private *hppfs_data(voi function
[all...]

Completed in 40 milliseconds