Searched refs:FLUSH_SYNC (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dnfs_fs.h33 #define FLUSH_SYNC 1 /* file being synced, or contention */ macro
/linux-master/fs/nfs/
H A Dwrite.c1705 if (how & FLUSH_SYNC)
1926 int may_wait = how & FLUSH_SYNC;
1929 how &= ~FLUSH_SYNC;
1965 int flags = FLUSH_SYNC;
1985 if (flags & FLUSH_SYNC)
2029 ret = nfs_commit_inode(inode, FLUSH_SYNC);
2099 ret = nfs_commit_inode(inode, FLUSH_SYNC);
H A Dfile.c236 ret = nfs_commit_inode(inode, FLUSH_SYNC);
H A Dpnfs_nfs.c1243 ret = nfs_commit_inode(inode, FLUSH_SYNC);

Completed in 192 milliseconds