Searched refs:RC_LOCKED (Results 1 – 2 of 2) sorted by relevance
168 rp->rc_flag &= ~RC_LOCKED; in nfsrv_getcache()180 rp->rc_flag = RC_LOCKED; in nfsrv_getcache()183 while ((rp->rc_flag & RC_LOCKED) != 0) { in nfsrv_getcache()188 rp->rc_flag |= RC_LOCKED; in nfsrv_getcache()192 rp->rc_flag &= (RC_LOCKED | RC_WANTED); in nfsrv_getcache()211 rp->rc_flag &= ~RC_LOCKED; in nfsrv_getcache()248 rp->rc_flag &= ~RC_LOCKED; in nfsrv_updatecache()285 if ((rp->rc_flag & RC_LOCKED)) { in nfsrv_lookupcache()290 rp->rc_flag |= RC_LOCKED; in nfsrv_lookupcache()
74 #define RC_LOCKED 0x01 macro