Home
last modified time | relevance | path

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

/linux-4.1.27/fs/hppfs/
Dhppfs.c25 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
[all …]