Lines Matching refs:lvb
189 mlog(0, "getting lvb from lockres for %s node\n",
192 memcpy(lksb->lvb, res->lvb, DLM_LVB_LEN);
194 /* Do nothing for lvb put requests - they should be done in
196 * racing gets and puts which could result in old lvb data
204 /* reset any lvb flags on the lksb */
306 mlog(ML_ERROR, "Both PUT and GET lvb specified, (0x%x)\n",
312 mlog(0, "lvb: %s\n", flags & LKM_PUT_LVB ? "put lvb" :
313 (flags & LKM_GET_LVB ? "get lvb" : "none"));
410 /* if we requested the lvb, fetch it into our lksb now */
413 memcpy(lock->lksb->lvb, past->lvb, DLM_LVB_LEN);
460 vec[1].iov_base = lock->lksb->lvb;