Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dnfs_fs.h125 #define FLUSH_WAIT 2 /* wait for completion */ macro
239 int error = nfs_sync_file(inode, 0, 0, FLUSH_WAIT); in nfs_wb_all()
249 int error = nfs_sync_file(inode, page_index(page), 1, FLUSH_WAIT | FLUSH_STABLE); in nfs_wb_page()
/linux-2.4.37.9/fs/nfs/
Dwrite.c1289 wait = how & FLUSH_WAIT; in nfs_sync_file()
1290 how &= ~FLUSH_WAIT; in nfs_sync_file()
Dinode.c122 int flags = sync ? FLUSH_WAIT : 0; in nfs_write_inode()