Home
last modified time | relevance | path

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

/Linux-v6.6/fs/dlm/
DKconfig2 menuconfig DLM config
3 tristate "Distributed Lock Manager (DLM)"
12 bool "DLM debugging"
13 depends on DLM
/Linux-v6.6/fs/gfs2/
DKconfig26 you want to use the DLM, be sure to enable IPv4/6 networking.
29 bool "GFS2 DLM locking"
31 CONFIGFS_FS && SYSFS && (DLM=y || DLM=GFS2_FS)
36 interface between GFS2 and the DLM, which is required to use GFS2
/Linux-v6.6/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
27 to the following DLM lock modes:
30 Glock mode DLM lock mode
32 UN IV/NL Unlocked (no DLM lock associated with glock) or NL
71 go_callback Called if the DLM sends a callback to drop this lock
163 1. DLM lock time (non-blocking requests)
164 2. DLM lock time (blocking requests)
165 3. Inter-request time (again to the DLM)
168 away, whatever the state of the DLM lock in question. That
/Linux-v6.6/fs/ocfs2/
DKconfig44 depends on OCFS2_FS && DLM
48 in conjunction with the DLM in fs/dlm. If you are using a
/Linux-v6.6/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
/Linux-v6.6/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.c299 writel((divisor >> 8) & 0xff, UART1_REG(DLM)); in kurobox_pro_power_off()
/Linux-v6.6/drivers/usb/serial/
Dio_16654.h41 #define DLM 9 // Bank2[ 1 ] Divisor Latch MSB macro
Dio_edgeport.c2221 MAKE_CMD_WRITE_REG(&currCmd, &cmdLen, number, DLM, HIGH8(divisor)); in send_cmd_write_baud_rate()
/Linux-v6.6/Documentation/misc-devices/
Doxsemi-tornado.rst94 and the clock divisor (DLM/DLL) as follows to obtain such rates if so
101 |0 0 0| CPR2:CPR | TCR | DLM:DLL |
112 For example the value of 0x1f4004e2 will set CPR2/CPR, TCR and DLM/DLL
/Linux-v6.6/drivers/power/reset/
Dqnap-poweroff.c62 writel((divisor >> 8) & 0xff, UART1_REG(DLM)); in qnap_power_off()
/Linux-v6.6/fs/ocfs2/cluster/
Dmasklog.c107 define_mask(DLM),
/Linux-v6.6/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()
/Linux-v6.6/drivers/md/
DKconfig199 depends on DLM
/Linux-v6.6/
DMAINTAINERS6135 DISTRIBUTED LOCK MANAGER (DLM)