Lines Matching defs:lockspace
22 #include "lockspace.h"
273 ls = dlm_find_lockspace_local(proc->lockspace);
323 ls = dlm_find_lockspace_local(proc->lockspace);
351 ls = dlm_find_lockspace_local(proc->lockspace);
366 lockspace is created multiple times from userspace. */
395 /* The device is not registered. This happens when the lockspace
412 ls = dlm_find_lockspace_local(proc->lockspace);
424 dlm_lockspace_t *lockspace;
433 NULL, NULL, &lockspace);
437 ls = dlm_find_lockspace_local(lockspace);
445 dlm_release_lockspace(lockspace, 0);
454 dlm_lockspace_t *lockspace;
468 lockspace = ls->ls_local_handle;
478 error = dlm_release_lockspace(lockspace, force);
524 /* a write to a lockspace device is a lock or unlock request, a write
525 to the control device is to create/remove a lockspace */
652 /* Every process that opens the lockspace device has its own "proc" structure
671 proc->lockspace = ls->ls_local_handle;
688 ls = dlm_find_lockspace_local(proc->lockspace);
696 /* at this point no more lkb's should exist for this lockspace,