Home
last modified time | relevance | path

Searched refs:lockspace (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/include/linux/
Ddlm.h85 dlm_lockspace_t **lockspace, uint32_t flags, int lvblen);
93 int dlm_release_lockspace(dlm_lockspace_t *lockspace, int force);
132 int dlm_lock(dlm_lockspace_t *lockspace,
163 int dlm_unlock(dlm_lockspace_t *lockspace,
Ddlm_plock.h43 int dlm_posix_lock(dlm_lockspace_t *lockspace, u64 number, struct file *file,
45 int dlm_posix_unlock(dlm_lockspace_t *lockspace, u64 number, struct file *file,
47 int dlm_posix_get(dlm_lockspace_t *lockspace, u64 number, struct file *file,
/linux-2.6.39/fs/dlm/
Dmidcomms.c70 uint32_t lockspace; in dlm_process_incoming_buffer() local
82 lockspace = p->header.h_lockspace; in dlm_process_incoming_buffer()
122 BUG_ON(lockspace != p->header.h_lockspace); in dlm_process_incoming_buffer()
Duser.c243 ls = dlm_find_lockspace_local(proc->lockspace); in device_user_lock()
288 ls = dlm_find_lockspace_local(proc->lockspace); in device_user_unlock()
316 ls = dlm_find_lockspace_local(proc->lockspace); in device_user_deadlock()
376 ls = dlm_find_lockspace_local(proc->lockspace); in device_user_purge()
388 dlm_lockspace_t *lockspace; in device_create_lockspace() local
396 &lockspace, params->flags, DLM_USER_LVB_LEN); in device_create_lockspace()
400 ls = dlm_find_lockspace_local(lockspace); in device_create_lockspace()
408 dlm_release_lockspace(lockspace, 0); in device_create_lockspace()
417 dlm_lockspace_t *lockspace; in device_remove_lockspace() local
431 lockspace = ls->ls_local_handle; in device_remove_lockspace()
[all …]
Dlockspace.c302 struct dlm_ls *dlm_find_lockspace_local(dlm_lockspace_t *lockspace) in dlm_find_lockspace_local() argument
308 if (ls->ls_local_handle == lockspace) { in dlm_find_lockspace_local()
399 static int new_lockspace(const char *name, int namelen, void **lockspace, in new_lockspace() argument
434 *lockspace = ls; in new_lockspace()
591 *lockspace = ls; in new_lockspace()
621 int dlm_new_lockspace(const char *name, int namelen, void **lockspace, in dlm_new_lockspace() argument
632 error = new_lockspace(name, namelen, lockspace, flags, lvblen); in dlm_new_lockspace()
807 int dlm_release_lockspace(void *lockspace, int force) in dlm_release_lockspace() argument
812 ls = dlm_find_lockspace_local(lockspace); in dlm_release_lockspace()
Dplock.c74 int dlm_posix_lock(dlm_lockspace_t *lockspace, u64 number, struct file *file, in dlm_posix_lock() argument
82 ls = dlm_find_lockspace_local(lockspace); in dlm_posix_lock()
204 int dlm_posix_unlock(dlm_lockspace_t *lockspace, u64 number, struct file *file, in dlm_posix_unlock() argument
211 ls = dlm_find_lockspace_local(lockspace); in dlm_posix_unlock()
259 int dlm_posix_get(dlm_lockspace_t *lockspace, u64 number, struct file *file, in dlm_posix_get() argument
266 ls = dlm_find_lockspace_local(lockspace); in dlm_posix_get()
DMakefile6 lockspace.o \
DKconfig14 Under the debugfs mount point, the name of each lockspace will
Ddlm_internal.h569 dlm_lockspace_t *lockspace; member
Dlock.c2609 int dlm_lock(dlm_lockspace_t *lockspace, in dlm_lock() argument
2625 ls = dlm_find_lockspace_local(lockspace); in dlm_lock()
2662 int dlm_unlock(dlm_lockspace_t *lockspace, in dlm_unlock() argument
2673 ls = dlm_find_lockspace_local(lockspace); in dlm_unlock()
/linux-2.6.39/Documentation/filesystems/
Ddlmfs.txt47 your lockspace can access. The easiest way to do this is via