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

/linux-4.1.27/fs/
H A Dfile_table.c46 struct file *f = container_of(head, struct file, f_u.fu_rcuhead); file_free_rcu()
55 call_rcu(&f->f_u.fu_rcuhead, file_free_rcu); file_free()
238 __fput(llist_entry(node, struct file, f_u.fu_llist)); delayed_fput()
244 __fput(container_of(work, struct file, f_u.fu_rcuhead)); ____fput()
270 init_task_work(&file->f_u.fu_rcuhead, ____fput); fput()
271 if (!task_work_add(task, &file->f_u.fu_rcuhead, true)) fput()
280 if (llist_add(&file->f_u.fu_llist, &delayed_fput_list)) fput()
/linux-4.1.27/include/linux/
H A Dfs.h833 } f_u; member in struct:file

Completed in 63 milliseconds