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()307 rp->rc_flag = RC_LOCKED; in nfsrv_getcache()321 while ((rp->rc_flag & RC_LOCKED) != 0) { in nfsrv_getcache()326 rp->rc_flag |= RC_LOCKED; in nfsrv_getcache()335 rp->rc_flag &= (RC_LOCKED | RC_WANTED); in nfsrv_getcache()363 rp->rc_flag &= ~RC_LOCKED; in nfsrv_getcache()393 if ((rp->rc_flag & RC_LOCKED) != 0) { in nfsrv_updatecache()398 rp->rc_flag |= RC_LOCKED; in nfsrv_updatecache()[all …]
121 #define RC_LOCKED 0x01 macro