Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dfile_table.c66 struct file *f = container_of(head, struct file, f_rcuhead); in file_free_rcu()
82 call_rcu(&f->f_rcuhead, file_free_rcu); in file_free()
412 __fput(container_of(work, struct file, f_rcuhead)); in ____fput()
439 init_task_work(&file->f_rcuhead, ____fput); in fput()
440 if (!task_work_add(task, &file->f_rcuhead, TWA_RESUME)) in fput()
/openbmc/linux/include/linux/
H A Dfs.h997 struct rcu_head f_rcuhead; member