Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dnfs_fs.h33 #define FLUSH_SYNC 1 /* file being synced, or contention */ macro
/Linux-v5.4/fs/nfs/
Dwrite.c1711 if (how & FLUSH_SYNC) in nfs_initiate_commit()
1918 int may_wait = how & FLUSH_SYNC; in __nfs_commit_inode()
1956 int flags = FLUSH_SYNC; in nfs_write_inode()
1976 if (flags & FLUSH_SYNC) in nfs_write_inode()
2020 ret = nfs_commit_inode(inode, FLUSH_SYNC); in nfs_wb_all()
2085 ret = nfs_commit_inode(inode, FLUSH_SYNC); in nfs_wb_page()
Dfile.c216 status = nfs_commit_inode(inode, FLUSH_SYNC); in nfs_file_fsync_commit()
Dpnfs_nfs.c970 ret = nfs_commit_inode(inode, FLUSH_SYNC); in pnfs_nfs_generic_sync()
Dpagelist.c648 if (how & FLUSH_SYNC) { in nfs_initiate_pgio()