Searched refs:ND_DSSERVER (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/fs/nfs/
H A Dnfs.h700 #define ND_DSSERVER 0x40000000 macro
/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdsubs.c1452 nd->nd_flag |= ND_DSSERVER;
H A Dnfs_nfsdserv.c737 if ((nd->nd_flag & ND_DSSERVER) != 0 &&
784 * DS reads are marked by ND_DSSERVER or use the proxy special
787 if (nd->nd_repstat == 0 && (nd->nd_flag & (ND_NFSV4 | ND_DSSERVER)) ==
918 if ((nd->nd_flag & ND_DSSERVER) != 0 &&
990 * DS reads are marked by ND_DSSERVER or use the proxy special
993 if (nd->nd_repstat == 0 && (nd->nd_flag & (ND_NFSV4 | ND_DSSERVER)) ==

Completed in 175 milliseconds