lkb_lvbptr        272 fs/dlm/dlm_internal.h 	char			*lkb_lvbptr;
lkb_lvbptr       1257 fs/dlm/lock.c  		if (lkb->lkb_lvbptr && is_master_copy(lkb))
lkb_lvbptr       1258 fs/dlm/lock.c  			dlm_free_lvb(lkb->lkb_lvbptr);
lkb_lvbptr       1956 fs/dlm/lock.c  		if (!lkb->lkb_lvbptr)
lkb_lvbptr       1965 fs/dlm/lock.c  		memcpy(lkb->lkb_lvbptr, r->res_lvbptr, len);
lkb_lvbptr       1974 fs/dlm/lock.c  		if (!lkb->lkb_lvbptr)
lkb_lvbptr       1986 fs/dlm/lock.c  		memcpy(r->res_lvbptr, lkb->lkb_lvbptr, len);
lkb_lvbptr       2006 fs/dlm/lock.c  	if (!lkb->lkb_lvbptr)
lkb_lvbptr       2018 fs/dlm/lock.c  	memcpy(r->res_lvbptr, lkb->lkb_lvbptr, r->res_ls->ls_lvblen);
lkb_lvbptr       2030 fs/dlm/lock.c  	if (!lkb->lkb_lvbptr)
lkb_lvbptr       2041 fs/dlm/lock.c  		memcpy(lkb->lkb_lvbptr, ms->m_extra, len);
lkb_lvbptr       2917 fs/dlm/lock.c  	lkb->lkb_lvbptr = args->lksb->sb_lvbptr;
lkb_lvbptr       3579 fs/dlm/lock.c  		if (lkb && lkb->lkb_lvbptr)
lkb_lvbptr       3635 fs/dlm/lock.c  		if (!lkb->lkb_lvbptr)
lkb_lvbptr       3637 fs/dlm/lock.c  		memcpy(ms->m_extra, lkb->lkb_lvbptr, r->res_ls->ls_lvblen);
lkb_lvbptr       3893 fs/dlm/lock.c  		if (!lkb->lkb_lvbptr)
lkb_lvbptr       3894 fs/dlm/lock.c  			lkb->lkb_lvbptr = dlm_allocate_lvb(ls);
lkb_lvbptr       3895 fs/dlm/lock.c  		if (!lkb->lkb_lvbptr)
lkb_lvbptr       3900 fs/dlm/lock.c  		memcpy(lkb->lkb_lvbptr, ms->m_extra, len);
lkb_lvbptr       3929 fs/dlm/lock.c  		lkb->lkb_lvbptr = dlm_allocate_lvb(ls);
lkb_lvbptr       3930 fs/dlm/lock.c  		if (!lkb->lkb_lvbptr)
lkb_lvbptr       5599 fs/dlm/lock.c  		lkb->lkb_lvbptr = dlm_allocate_lvb(ls);
lkb_lvbptr       5600 fs/dlm/lock.c  		if (!lkb->lkb_lvbptr)
lkb_lvbptr       5602 fs/dlm/lock.c  		memcpy(lkb->lkb_lvbptr, rl->rl_lvb, lvblen);
lkb_lvbptr        738 fs/dlm/lockspace.c 	if (lkb->lkb_lvbptr && lkb->lkb_flags & DLM_IFL_MSTCPY)
lkb_lvbptr        739 fs/dlm/lockspace.c 		dlm_free_lvb(lkb->lkb_lvbptr);
lkb_lvbptr        399 fs/dlm/rcom.c  	if (lkb->lkb_lvbptr)
lkb_lvbptr        400 fs/dlm/rcom.c  		memcpy(rl->rl_lvb, lkb->lkb_lvbptr, r->res_ls->ls_lvblen);
lkb_lvbptr        411 fs/dlm/rcom.c  	if (lkb->lkb_lvbptr)
lkb_lvbptr        804 fs/dlm/recover.c 		memcpy(r->res_lvbptr, lkb->lkb_lvbptr, lvblen);
lkb_lvbptr        807 fs/dlm/recover.c 		memcpy(r->res_lvbptr, high_lkb->lkb_lvbptr, lvblen);