Searched refs:FLUSH_SYNC (Results 1 – 4 of 4) sorted by relevance
33 #define FLUSH_SYNC 1 /* file being synced, or contention */ macro
1715 if (how & FLUSH_SYNC) in nfs_initiate_commit()1936 int may_wait = how & FLUSH_SYNC; in __nfs_commit_inode()1939 how &= ~FLUSH_SYNC; in __nfs_commit_inode()1975 int flags = FLUSH_SYNC; in nfs_write_inode()1995 if (flags & FLUSH_SYNC) in nfs_write_inode()2039 ret = nfs_commit_inode(inode, FLUSH_SYNC); in nfs_wb_all()2109 ret = nfs_commit_inode(inode, FLUSH_SYNC); in nfs_wb_folio()
215 ret = nfs_commit_inode(inode, FLUSH_SYNC); in nfs_file_fsync_commit()
1198 ret = nfs_commit_inode(inode, FLUSH_SYNC); in pnfs_nfs_generic_sync()
Completed in 15 milliseconds