Home
last modified time | relevance | path

Searched refs:EX_WGATHER (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/linux/nfsd/
Dexport.h125 #define EX_WGATHER(exp) ((exp)->ex_flags & NFSEXP_GATHERED_WRITES) macro
/linux-2.6.39/fs/nfsd/
Dvfs.c988 use_wgather = (rqstp->rq_vers == 2) && EX_WGATHER(exp); in nfsd_vfs_write()