Home
last modified time | relevance | path

Searched refs:FLUSH_SYNC (Results 1 – 4 of 4) 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.c1670 if (how & FLUSH_SYNC) in nfs_initiate_commit()
1894 int may_wait = how & FLUSH_SYNC; in __nfs_commit_inode()
1897 how &= ~FLUSH_SYNC; in __nfs_commit_inode()
1933 int flags = FLUSH_SYNC; in nfs_write_inode()
1953 if (flags & FLUSH_SYNC) in nfs_write_inode()
1997 ret = nfs_commit_inode(inode, FLUSH_SYNC); in nfs_wb_all()
2101 ret = nfs_commit_inode(inode, FLUSH_SYNC); in nfs_wb_folio()
H A Dpnfs_nfs.c1217 ret = nfs_commit_inode(inode, FLUSH_SYNC); in pnfs_nfs_generic_sync()
H A Dlocalio.c1111 if (how & FLUSH_SYNC) { in nfs_local_commit()