Lines Matching defs:lockspace
20 #include "lockspace.h"
244 ls = dlm_find_lockspace_local(proc->lockspace);
297 ls = dlm_find_lockspace_local(proc->lockspace);
325 ls = dlm_find_lockspace_local(proc->lockspace);
340 lockspace is created multiple times from userspace. */
369 /* The device is not registered. This happens when the lockspace
386 ls = dlm_find_lockspace_local(proc->lockspace);
398 dlm_lockspace_t *lockspace;
407 &lockspace);
411 ls = dlm_find_lockspace_local(lockspace);
419 dlm_release_lockspace(lockspace, 0);
428 dlm_lockspace_t *lockspace;
442 lockspace = ls->ls_local_handle;
452 error = dlm_release_lockspace(lockspace, force);
498 /* a write to a lockspace device is a lock or unlock request, a write
499 to the control device is to create/remove a lockspace */
626 /* Every process that opens the lockspace device has its own "proc" structure
645 proc->lockspace = ls->ls_local_handle;
662 ls = dlm_find_lockspace_local(proc->lockspace);
670 /* at this point no more lkb's should exist for this lockspace,