Lines Matching refs:hppfs_data
25 struct hppfs_data { struct
34 struct hppfs_data *contents; argument
240 struct hppfs_data *data; in hppfs_read()
253 data = list_entry(data->list.next, struct hppfs_data, in hppfs_read()
314 static void free_contents(struct hppfs_data *head) in free_contents()
316 struct hppfs_data *data; in free_contents()
323 data = list_entry(ele, struct hppfs_data, list); in free_contents()
329 static struct hppfs_data *hppfs_get_data(int fd, int filter, in hppfs_get_data()
334 struct hppfs_data *data, *new, *head; in hppfs_get_data()
395 static struct hppfs_private *hppfs_data(void) in hppfs_data() function
429 data = hppfs_data(); in hppfs_open()
489 data = hppfs_data(); in hppfs_dir_open()