Searched refs:fu_rcuhead (Results 1 – 2 of 2) sorted by relevance
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()314 __fput(container_of(work, struct file, f_u.fu_rcuhead)); in ____fput()341 init_task_work(&file->f_u.fu_rcuhead, ____fput); in fput_many()342 if (!task_work_add(task, &file->f_u.fu_rcuhead, TWA_RESUME)) in fput_many()
920 struct rcu_head fu_rcuhead; member