res_lvbptr        102 fs/dlm/debug_fs.c 	if (res->res_lvbptr) {
res_lvbptr        108 fs/dlm/debug_fs.c 				   (unsigned char) res->res_lvbptr[i]);
res_lvbptr        292 fs/dlm/debug_fs.c 	if (!r->res_lvbptr)
res_lvbptr        298 fs/dlm/debug_fs.c 		seq_printf(s, " %02x", (unsigned char)r->res_lvbptr[i]);
res_lvbptr        320 fs/dlm/dlm_internal.h 	char			*res_lvbptr;
res_lvbptr       1134 fs/dlm/lock.c  	if (r->res_lvbptr) {
res_lvbptr       1135 fs/dlm/lock.c  		dlm_free_lvb(r->res_lvbptr);
res_lvbptr       1136 fs/dlm/lock.c  		r->res_lvbptr = NULL;
res_lvbptr       1962 fs/dlm/lock.c  		if (!r->res_lvbptr)
res_lvbptr       1965 fs/dlm/lock.c  		memcpy(lkb->lkb_lvbptr, r->res_lvbptr, len);
res_lvbptr       1980 fs/dlm/lock.c  		if (!r->res_lvbptr)
res_lvbptr       1981 fs/dlm/lock.c  			r->res_lvbptr = dlm_allocate_lvb(r->res_ls);
res_lvbptr       1983 fs/dlm/lock.c  		if (!r->res_lvbptr)
res_lvbptr       1986 fs/dlm/lock.c  		memcpy(r->res_lvbptr, lkb->lkb_lvbptr, len);
res_lvbptr       2012 fs/dlm/lock.c  	if (!r->res_lvbptr)
res_lvbptr       2013 fs/dlm/lock.c  		r->res_lvbptr = dlm_allocate_lvb(r->res_ls);
res_lvbptr       2015 fs/dlm/lock.c  	if (!r->res_lvbptr)
res_lvbptr       2018 fs/dlm/lock.c  	memcpy(r->res_lvbptr, lkb->lkb_lvbptr, r->res_ls->ls_lvblen);
res_lvbptr         66 fs/dlm/memory.c 	if (r->res_lvbptr)
res_lvbptr         67 fs/dlm/memory.c 		dlm_free_lvb(r->res_lvbptr);
res_lvbptr        796 fs/dlm/recover.c 	if (!r->res_lvbptr) {
res_lvbptr        797 fs/dlm/recover.c 		r->res_lvbptr = dlm_allocate_lvb(r->res_ls);
res_lvbptr        798 fs/dlm/recover.c 		if (!r->res_lvbptr)
res_lvbptr        804 fs/dlm/recover.c 		memcpy(r->res_lvbptr, lkb->lkb_lvbptr, lvblen);
res_lvbptr        807 fs/dlm/recover.c 		memcpy(r->res_lvbptr, high_lkb->lkb_lvbptr, lvblen);
res_lvbptr        810 fs/dlm/recover.c 		memset(r->res_lvbptr, 0, lvblen);