Searched refs:rc_flag (Results 1 – 3 of 3) sorted by relevance
277 (((rp)->rc_flag & RC_INETIPV6) ? AF_INET6 : AF_INET)296 if ((rp->rc_flag & RC_UDP) != 0) in nfsrc_cachemutex()341 newrp->rc_flag = RC_NFSV4; in nfsrvd_getcache()343 newrp->rc_flag = RC_NFSV3; in nfsrvd_getcache()345 newrp->rc_flag = RC_NFSV2; in nfsrvd_getcache()351 newrp->rc_flag |= RC_SAMETCPCONN; in nfsrvd_getcache()353 newrp->rc_flag |= RC_UDP; in nfsrvd_getcache()384 (newrp->rc_flag & rp->rc_flag & RC_NFSVERS) && in nfsrc_getudp()386 if ((rp->rc_flag & RC_LOCKED) != 0) { in nfsrc_getudp()387 rp->rc_flag |= RC_WANTED; in nfsrc_getudp()[all …]
3799 if (!(op->rc_flag & RC_INPROG)) in nfsrv_checkseqid()3817 if (stp->ls_op->rc_flag & RC_INPROG) { in nfsrv_checkseqid()3822 nd->nd_rp->rc_flag |= RC_INPROG; in nfsrv_checkseqid()
72 u_int16_t rc_flag; /* Flag bits */ member