Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dnfs_fs.h117 #define NFS_RW_SWAP 0x0002 /* This is a swap request */ macro
/linux-2.4.37.9/fs/nfs/
Dproc.c157 if (how & NFS_RW_SWAP) in nfs_proc_write()
Dnfs3proc.c205 if (flags & NFS_RW_SWAP) in nfs3_proc_write()
Dwrite.c153 flags = ((IS_SWAPFILE(inode)) ? NFS_RW_SWAP : 0) | NFS_RW_SYNC; in nfs_writepage_sync()