Searched refs:rc_flag (Results 1 – 3 of 3) sorted by relevance
278 (((rp)->rc_flag & RC_INETIPV6) ? AF_INET6 : AF_INET)297 if ((rp->rc_flag & RC_UDP) != 0) in nfsrc_cachemutex()348 newrp->rc_flag = RC_NFSV4; in nfsrvd_getcache()350 newrp->rc_flag = RC_NFSV3; in nfsrvd_getcache()352 newrp->rc_flag = RC_NFSV2; in nfsrvd_getcache()358 newrp->rc_flag |= RC_SAMETCPCONN; in nfsrvd_getcache()360 newrp->rc_flag |= RC_UDP; in nfsrvd_getcache()391 (newrp->rc_flag & rp->rc_flag & RC_NFSVERS) && in nfsrc_getudp()393 if ((rp->rc_flag & RC_LOCKED) != 0) { in nfsrc_getudp()394 rp->rc_flag |= RC_WANTED; in nfsrc_getudp()[all …]
4026 if (!(op->rc_flag & RC_INPROG)) in nfsrv_checkseqid()4049 if (stp->ls_op->rc_flag & RC_INPROG) { in nfsrv_checkseqid()4054 nd->nd_rp->rc_flag |= RC_INPROG; in nfsrv_checkseqid()
72 u_int16_t rc_flag; /* Flag bits */ member