Home
last modified time | relevance | path

Searched refs:__fput_sync (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/
Dfile_table.c369 void __fput_sync(struct file *file) in __fput_sync() function
379 EXPORT_SYMBOL(__fput_sync);
/kernel/linux/linux-5.10/include/linux/
Dfile.h114 extern void __fput_sync(struct file *);
/kernel/linux/linux-5.10/kernel/
Dacct.c189 __fput_sync(file); in close_work()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0008_linux_net.patch527 - * to call __fput_sync(). In practice that means rpciod and the
542 - __fput_sync(filp);
/kernel/linux/linux-5.10/net/sunrpc/
Dxprtsock.c1227 __fput_sync(filp); in xs_reset_transport()