Searched refs:EX_WGATHER (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/fs/nfsd/ | ||
D | export.h | 99 #define EX_WGATHER(exp) ((exp)->ex_flags & NFSEXP_GATHERED_WRITES) macro |
D | vfs.c | 1028 use_wgather = (rqstp->rq_vers == 2) && EX_WGATHER(exp); in nfsd_vfs_write() |