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

/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c402 * For V2 and 3, set the ND_SAVEREPLY flag for the recent request
407 nd->nd_flag |= ND_SAVEREPLY;
458 if (nd->nd_repstat && (nd->nd_flag & ND_SAVEREPLY) &&
472 nd->nd_flag &= ~ND_SAVEREPLY;
696 nd->nd_flag |= ND_SAVEREPLY;
H A Dnfs_nfsdcache.c499 * For UDP, save it if ND_SAVEREPLY is set
500 * For TCP, save it if ND_SAVEREPLY and nfsrc_tcpnonidempotent is set
504 ((nd->nd_flag & ND_SAVEREPLY) && (rp->rc_flag & RC_UDP)) ||
505 ((nd->nd_flag & ND_SAVEREPLY) && !(rp->rc_flag & RC_UDP) &&
/freebsd-9.3-release/sys/fs/nfs/
H A Dnfs.h538 #define ND_SAVEREPLY 0x00000002 macro

Completed in 99 milliseconds