Home
last modified time | relevance | path

Searched refs:DLM (Results 1 – 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/fs/dlm/
DKconfig2 menuconfig DLM config
3 tristate "Distributed Lock Manager (DLM)"
13 bool "DLM debugging"
14 depends on DLM
/kernel/linux/linux-5.10/fs/gfs2/
DKconfig25 you want to use the DLM, be sure to enable IPv4/6 networking.
28 bool "GFS2 DLM locking"
30 CONFIGFS_FS && SYSFS && (DLM=y || DLM=GFS2_FS)
35 interface between GFS2 and the DLM, which is required to use GFS2
/kernel/linux/linux-5.10/Documentation/filesystems/
Ddlmfs.rst8 A minimal DLM userspace interface implemented via a virtual file
29 - Right now it only works with the OCFS2 DLM, though support for other
30 DLM implementations should not be a major issue.
61 Once you're heartbeating, DLM lock 'domains' can be easily created /
72 request for an already acquired lock will not generate another DLM
85 OCFS2 DLM limitation). Through this mechanism, users of dlmfs can share
Dgfs2-glocks.rst14 threads from making calls to the DLM, etc. at the same time. If a
28 to the following DLM lock modes:
31 Glock mode DLM lock mode
33 UN IV/NL Unlocked (no DLM lock associated with glock) or NL
72 go_callback Called if the DLM sends a callback to drop this lock
164 1. DLM lock time (non-blocking requests)
165 2. DLM lock time (blocking requests)
166 3. Inter-request time (again to the DLM)
169 away, whatever the state of the DLM lock in question. That
/kernel/linux/linux-5.10/fs/ocfs2/
DKconfig42 depends on OCFS2_FS && DLM
46 in conjunction with the DLM in fs/dlm. If you are using a
/kernel/linux/linux-5.10/arch/arm/mach-orion5x/
Dtsx09-common.c34 writel((divisor >> 8) & 0xff, UART1_REG(DLM)); in qnap_tsx09_power_off()
Dterastation_pro2-setup.c277 writel((divisor >> 8) & 0xff, UART1_REG(DLM)); in tsp2_power_off()
Dkurobox_pro-setup.c302 writel((divisor >> 8) & 0xff, UART1_REG(DLM)); in kurobox_pro_power_off()
/kernel/linux/linux-5.10/Documentation/driver-api/md/
Dmd-cluster.rst35 2. DLM Locks for management
47 resource number is based on the slot number returned by the DLM
48 subsystem. Since DLM starts node count from one and bitmap slots
49 start from zero, one is subtracted from the DLM slot number to arrive
128 The DLM LVB is used to communicate within nodes of the cluster. There
216 When a node fails, the DLM informs the cluster with the slot
/kernel/linux/linux-5.10/drivers/usb/serial/
Dio_16654.h41 #define DLM 9 // Bank2[ 1 ] Divisor Latch MSB macro
Dio_edgeport.c2337 MAKE_CMD_WRITE_REG(&currCmd, &cmdLen, number, DLM, HIGH8(divisor)); in send_cmd_write_baud_rate()
/kernel/linux/linux-5.10/drivers/power/reset/
Dqnap-poweroff.c63 writel((divisor >> 8) & 0xff, UART1_REG(DLM)); in qnap_power_off()
/kernel/linux/linux-5.10/fs/ocfs2/cluster/
Dmasklog.c109 define_mask(DLM),
/kernel/linux/linux-5.10/drivers/net/hamradio/
Dbaycom_ser_fdx.c103 #define DLM(iobase) (iobase+1) macro
175 outb(divisor >> 8, DLM(dev->base_addr)); in ser12_set_divisor()
Dbaycom_ser_hdx.c89 #define DLM(iobase) (iobase+1) macro
160 outb(0, DLM(dev->base_addr)); in ser12_set_divisor()
Dyam.c160 #define DLM(iobase) (iobase+1) macro
296 outb(0, DLM(iobase)); in fpga_reset()
468 outb(0, DLM(dev->base_addr)); in yam_set_uart()
/kernel/linux/linux-5.10/drivers/md/
DKconfig184 depends on DLM
/kernel/linux/linux-5.10/
DMAINTAINERS5212 DISTRIBUTED LOCK MANAGER (DLM)