Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
Dfile_table.c255 static void __fput(struct file *file) in __fput() function
309 __fput(f); in delayed_fput()
314 __fput(container_of(work, struct file, f_u.fu_rcuhead)); in ____fput()
374 __fput(file); in __fput_sync()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0038_linux_drivers_mxc.patch147597 + * 'fput' schedules actual work in '__fput' in a different thread.