Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dnfs_fs.h33 #define FLUSH_SYNC 1 /* file being synced, or contention */ macro
/linux/fs/nfs/
H A Dwrite.c1673 if (how & FLUSH_SYNC) in nfs_initiate_commit()
1897 int may_wait = how & FLUSH_SYNC; in __nfs_commit_inode()
1900 how &= ~FLUSH_SYNC; in __nfs_commit_inode()
1936 int flags = FLUSH_SYNC; in nfs_write_inode()
1956 if (flags & FLUSH_SYNC) in nfs_write_inode()
2000 ret = nfs_commit_inode(inode, FLUSH_SYNC); in nfs_wb_all()
2104 ret = nfs_commit_inode(inode, FLUSH_SYNC); in nfs_wb_folio()
H A Dpnfs_nfs.c1225 ret = nfs_commit_inode(inode, FLUSH_SYNC); in pnfs_nfs_generic_sync()