Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nfs/
Dwrite.c834 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()
Dfile.c323 status = nfs_commit_inode(inode, FLUSH_SYNC); in nfs_file_fsync()
498 int how = FLUSH_SYNC; in nfs_release_page()
/linux-2.6.39/include/linux/
Dnfs_fs.h32 #define FLUSH_SYNC 1 /* file being synced, or contention */ macro