Home
last modified time | relevance | path

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

/fs/hppfs/
Dhppfs.c25 struct hppfs_data { struct
34 struct hppfs_data *contents; argument
239 struct hppfs_data *data; in hppfs_read()
252 data = list_entry(data->list.next, struct hppfs_data, in hppfs_read()
313 static void free_contents(struct hppfs_data *head) in free_contents()
315 struct hppfs_data *data; in free_contents()
322 data = list_entry(ele, struct hppfs_data, list); in free_contents()
328 static struct hppfs_data *hppfs_get_data(int fd, int filter, in hppfs_get_data()
333 struct hppfs_data *data, *new, *head; in hppfs_get_data()
394 static struct hppfs_private *hppfs_data(void) in hppfs_data() function
[all …]