Home
last modified time | relevance | path

Searched refs:f_task_work (Results 1 – 3 of 3) sorted by relevance

/linux/fs/
H A Dfile_table.c478 __fput(container_of(work, struct file, f_task_work)); in ____fput()
509 init_task_work(&file->f_task_work, ____fput); in fput()
510 if (!task_work_add(task, &file->f_task_work, TWA_RESUME)) in fput()
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_vfs_reject.c133 bpf_path_d_path((struct path *)&file->f_task_work, buf, sizeof(buf)); in BPF_PROG()
/linux/include/linux/
H A Dfs.h1066 struct callback_head f_task_work; member