Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfile.h126 extern void __fput_sync(struct file *);
/linux/fs/
H A Dfile_table.c557 void __fput_sync(struct file *file) in __fput_sync() function
562 EXPORT_SYMBOL(__fput_sync);
565 * Equivalent to __fput_sync(), but optimized for being called with the last
/linux/net/handshake/
H A Dhandshake-test.c477 __fput_sync(filp); in handshake_req_destroy_test1()
/linux/kernel/
H A Dacct.c216 __fput_sync(file); in close_work()
/linux/drivers/md/
H A Ddm.c771 __fput_sync(bdev_file); in open_table_device()
789 __fput_sync(td->dm_dev.bdev_file); in close_table_device()
/linux/fs/nfsd/
H A Dvfs.c2309 * close finalisation (see comment for __fput_sync()), but nfsd
2319 __fput_sync(fp); in nfsd_filp_close()
/linux/net/sunrpc/
H A Dxprtsock.c1279 * to call __fput_sync(). In practice that means rpciod and the in xs_reset_transport()
1313 __fput_sync(filp); in xs_reset_transport()