Searched refs:f_u (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/fs/ |
D | file_table.c | 47 struct file *f = container_of(head, struct file, f_u.fu_rcuhead); in file_free_rcu() 58 call_rcu(&f->f_u.fu_rcuhead, file_free_rcu); in file_free() 108 file_free_rcu(&f->f_u.fu_rcuhead); in __alloc_file() 307 llist_for_each_entry_safe(f, t, node, f_u.fu_llist) in delayed_fput() 313 __fput(container_of(work, struct file, f_u.fu_rcuhead)); in ____fput() 340 init_task_work(&file->f_u.fu_rcuhead, ____fput); in fput_many() 341 if (!task_work_add(task, &file->f_u.fu_rcuhead, TWA_RESUME)) in fput_many() 350 if (llist_add(&file->f_u.fu_llist, &delayed_fput_list)) in fput_many()
|
/Linux-v5.15/include/linux/ |
D | fs.h | 969 } f_u; member
|