Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dnfs_fs.h33 #define FLUSH_SYNC 1 /* file being synced, or contention */ macro
/openbmc/linux/fs/nfs/
H A Dwrite.c1720 if (how & FLUSH_SYNC) in nfs_initiate_commit()
1941 int may_wait = how & FLUSH_SYNC; in __nfs_commit_inode()
1944 how &= ~FLUSH_SYNC; in __nfs_commit_inode()
1980 int flags = FLUSH_SYNC; in nfs_write_inode()
2000 if (flags & FLUSH_SYNC) in nfs_write_inode()
2044 ret = nfs_commit_inode(inode, FLUSH_SYNC); in nfs_wb_all()
2114 ret = nfs_commit_inode(inode, FLUSH_SYNC); in nfs_wb_folio()
H A Dfile.c236 ret = nfs_commit_inode(inode, FLUSH_SYNC); in nfs_file_fsync_commit()
H A Dpnfs_nfs.c1243 ret = nfs_commit_inode(inode, FLUSH_SYNC); in pnfs_nfs_generic_sync()