Searched refs:RC_LOCKED (Results 1 – 2 of 2) sorted by relevance
249 if ((rp->rc_flag & RC_LOCKED) != 0) { in nfsrv_getcache()254 rp->rc_flag |= RC_LOCKED; in nfsrv_getcache()292 rp->rc_flag &= ~RC_LOCKED; in nfsrv_getcache()305 rp->rc_flag = RC_LOCKED; in nfsrv_getcache()319 while ((rp->rc_flag & RC_LOCKED) != 0) { in nfsrv_getcache()324 rp->rc_flag |= RC_LOCKED; in nfsrv_getcache()333 rp->rc_flag &= (RC_LOCKED | RC_WANTED); in nfsrv_getcache()361 rp->rc_flag &= ~RC_LOCKED; in nfsrv_getcache()391 if ((rp->rc_flag & RC_LOCKED) != 0) { in nfsrv_updatecache()396 rp->rc_flag |= RC_LOCKED; in nfsrv_updatecache()[all …]
121 #define RC_LOCKED 0x01 macro