Searched refs:RC_LOCKED (Results 1 – 2 of 2) sorted by relevance
248 if ((rp->rc_flag & RC_LOCKED) != 0) { in nfsrv_getcache()253 rp->rc_flag |= RC_LOCKED; in nfsrv_getcache()291 rp->rc_flag &= ~RC_LOCKED; in nfsrv_getcache()304 rp->rc_flag = RC_LOCKED; in nfsrv_getcache()318 while ((rp->rc_flag & RC_LOCKED) != 0) { in nfsrv_getcache()323 rp->rc_flag |= RC_LOCKED; in nfsrv_getcache()332 rp->rc_flag &= (RC_LOCKED | RC_WANTED); in nfsrv_getcache()360 rp->rc_flag &= ~RC_LOCKED; in nfsrv_getcache()390 if ((rp->rc_flag & RC_LOCKED) != 0) { in nfsrv_updatecache()395 rp->rc_flag |= RC_LOCKED; in nfsrv_updatecache()[all …]
121 #define RC_LOCKED 0x01 macro