Lines Matching defs:lockspace
17 #include "lockspace.h"
122 int dlm_posix_lock(dlm_lockspace_t *lockspace, u64 number, struct file *file,
130 ls = dlm_find_lockspace_local(lockspace);
292 int dlm_posix_unlock(dlm_lockspace_t *lockspace, u64 number, struct file *file,
300 ls = dlm_find_lockspace_local(lockspace);
366 int dlm_posix_cancel(dlm_lockspace_t *lockspace, u64 number, struct file *file,
380 ls = dlm_find_lockspace_local(lockspace);
419 rv = dlm_posix_unlock(lockspace, number, file, fl);
429 int dlm_posix_get(dlm_lockspace_t *lockspace, u64 number, struct file *file,
436 ls = dlm_find_lockspace_local(lockspace);