Home
last modified time | relevance | path

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

/linux/fs/
H A Dread_write.c661 file_end_write(file); in kernel_write()
694 file_end_write(file); in vfs_write()
984 file_end_write(file); in vfs_iter_write()
1062 file_end_write(file); in vfs_writev()
1603 file_end_write(file_out); in vfs_copy_file_range()
H A Dbacking-file.c316 file_end_write(out); in backing_file_splice_write()
/linux/kernel/
H A Dacct.c563 file_end_write(file); in acct_write_process()
/linux/fs/nfs/
H A Dlocalio.c650 file_end_write(filp); in nfs_local_call_write()
/linux/fs/xfs/
H A Dxfs_exchrange.c782 file_end_write(fxr->file2); in xfs_exchange_range()
/linux/fs/btrfs/
H A Dioctl.c4600 file_end_write(file); in btrfs_ioctl_encoded_write()
5050 file_end_write(file); in btrfs_uring_encoded_write()
/linux/include/linux/
H A Dfs.h3123 static inline void file_end_write(struct file *file) in file_end_write() function