Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dnfs_fs.h32 #define FLUSH_SYNC 1 /* file being synced, or contention */ macro
/linux-4.4.14/fs/nfs/
Dwrite.c1595 if (how & FLUSH_SYNC) in nfs_initiate_commit()
1790 int may_wait = how & FLUSH_SYNC; in nfs_commit_inode()
1828 int flags = FLUSH_SYNC; in nfs_write_inode()
1874 ret = nfs_commit_inode(inode, FLUSH_SYNC); in nfs_wb_all()
1939 ret = nfs_commit_inode(inode, FLUSH_SYNC); in nfs_wb_page()
Dfile.c249 status = nfs_commit_inode(inode, FLUSH_SYNC); in nfs_file_fsync_commit()
Dpagelist.c651 if (how & FLUSH_SYNC) { in nfs_initiate_pgio()
/linux-4.4.14/fs/nfs/objlayout/
Dobjio_osd.c510 objios->sync = 0 != (how & FLUSH_SYNC); in objio_write_pagelist()