Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dnfs_fs.h33 #define FLUSH_SYNC 1 /* file being synced, or contention */ macro
/linux-6.15/fs/nfs/
H A Dwrite.c1716 if (how & FLUSH_SYNC) in nfs_initiate_commit()
1938 int may_wait = how & FLUSH_SYNC; in __nfs_commit_inode()
1941 how &= ~FLUSH_SYNC; in __nfs_commit_inode()
1977 int flags = FLUSH_SYNC; in nfs_write_inode()
1997 if (flags & FLUSH_SYNC) in nfs_write_inode()
2041 ret = nfs_commit_inode(inode, FLUSH_SYNC); in nfs_wb_all()
2111 ret = nfs_commit_inode(inode, FLUSH_SYNC); in nfs_wb_folio()
H A Dfile.c243 ret = nfs_commit_inode(inode, FLUSH_SYNC); in nfs_file_fsync_commit()
H A Dlocalio.c858 if (how & FLUSH_SYNC) { in nfs_local_commit()
H A Dpnfs_nfs.c1200 ret = nfs_commit_inode(inode, FLUSH_SYNC); in pnfs_nfs_generic_sync()