Searched refs:f_u (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/ |
D | file_table.c | 46 struct file *f = container_of(head, struct file, f_u.fu_rcuhead); in file_free_rcu() 55 call_rcu(&f->f_u.fu_rcuhead, file_free_rcu); in file_free() 238 __fput(llist_entry(node, struct file, f_u.fu_llist)); in delayed_fput() 244 __fput(container_of(work, struct file, f_u.fu_rcuhead)); in ____fput() 270 init_task_work(&file->f_u.fu_rcuhead, ____fput); in fput() 271 if (!task_work_add(task, &file->f_u.fu_rcuhead, true)) in fput() 280 if (llist_add(&file->f_u.fu_llist, &delayed_fput_list)) in fput()
|
/linux-4.1.27/include/linux/ |
D | fs.h | 833 } f_u; member
|