Searched refs:FLUSH_SYNC (Results 1 – 3 of 3) sorted by relevance
834 if (how & FLUSH_SYNC) { in nfs_initiate_write()1331 if (how & FLUSH_SYNC) in nfs_initiate_commit()1482 int may_wait = how & FLUSH_SYNC; in nfs_commit_inode()1521 int flags = FLUSH_SYNC; in nfs_commit_unstable_pages()1645 ret = nfs_commit_inode(inode, FLUSH_SYNC); in nfs_wb_page()
323 status = nfs_commit_inode(inode, FLUSH_SYNC); in nfs_file_fsync()498 int how = FLUSH_SYNC; in nfs_release_page()
32 #define FLUSH_SYNC 1 /* file being synced, or contention */ macro