Directory | Files | |
---|---|---|
.. | 77 | |
File | Size | |
Kconfig | 516 B | |
Makefile | 362 B | |
ast.c | 6.8 kB | |
ast.h | 1.4 kB | |
config.c | 23 kB | |
config.h | 1.4 kB | |
debug_fs.c | 24 kB | |
dir.c | 7.5 kB | |
dir.h | 914 B | |
dlm.mod.c | 0 B | |
dlm_internal.h | 23 kB | |
lock.c | 160 kB | |
lock.h | 3.2 kB | |
lockspace.c | 22 kB | |
lockspace.h | 1.3 kB | |
lowcomms.c | 49 kB | |
lowcomms.h | 2.0 kB | |
lvb_table.h | 541 B | |
main.c | 1.9 kB | |
member.c | 17 kB | |
member.h | 1.3 kB | |
memory.c | 3.8 kB | |
memory.h | 1.3 kB | |
midcomms.c | 39 kB | |
midcomms.h | 1.8 kB | |
plock.c | 15 kB | |
rcom.c | 18 kB | |
rcom.h | 1.1 kB | |
recover.c | 24 kB | |
recover.h | 1.4 kB | |
recoverd.c | 9.0 kB | |
recoverd.h | 781 B | |
requestqueue.c | 5.1 kB | |
requestqueue.h | 747 B | |
user.c | 26 kB | |
user.h | 463 B | |
util.c | 1.6 kB | |
util.h | 545 B |
# SPDX-License-Identifier: GPL-2.0-only menuconfig DLM tristate "Distributed Lock Manager (DLM)" depends on INET depends on SYSFS && CONFIGFS_FS && (IPV6 || IPV6=n) select IP_SCTP help A general purpose distributed lock manager for kernel or userspace applications. config DLM_DEBUG bool "DLM debugging" depends on DLM help Under the debugfs mount point, the name of each lockspace will appear as a file in the "dlm" directory. The output is the list of resource and locks the local node knows about.