Searched refs:dlm (Results 26 - 39 of 39) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dheartbeat.c36 #include <dlm/dlmapi.h>
80 if (!osb->dlm) {
110 /* Called from the dlm when it's about to evict a node. We may also
118 mlog(ML_NOTICE, "device (%u,%u): dlm has evicted node %d\n",
H A Ddlmglue.c40 #include <dlm/dlmapi.h>
536 /* Need to clear out the lock status block for the dlm */
830 status = dlmlock(osb->dlm,
1023 status = dlmlock(osb->dlm,
1048 /* At this point we've gone inside the dlm and need to
1773 * the lower dlm layers. The second time though, we've
1833 * while holding a page lock and the vote thread which blocks dlm lock acquiry
2045 /* Reference counting of the dlm debug structure. We want this because
2307 struct dlm_ctxt *dlm = NULL; local
2329 /* used by the dlm cod
[all...]
H A Docfs2.h43 #include "dlm/dlmapi.h"
246 struct dlm_ctxt *dlm; member in struct:ocfs2_super
H A Dvote.c35 #include <dlm/dlmapi.h>
H A Dsuper.c1165 /* No dlm means we've failed during mount, so skip all the
1167 if (osb->dlm) {
1186 if (osb->dlm) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/locking/dlm/
H A Dlock_dlm.h28 #include <linux/dlm.h>
32 * Internally, we prefix things with gdlm_ and GDLM_ (for gfs-dlm) since a
116 u32 lkf; /* dlm flags DLM_LKF_ */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/mpc1211/
H A Dm1543c.h100 #define dlm ier macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dsmc37c93x.h90 #define dlm ier macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A DMakefile65 obj-$(CONFIG_DLM) += dlm/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/sn/
H A Dioc3.h19 volatile u8 dlm; /* DLAB == 1 */ member in union:ioc3_uartregs::__anon7841
36 #define iu_dlm u2.dlm
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/sn/
H A Dioc3.h19 volatile u8 dlm; /* DLAB == 1 */ member in union:ioc3_uartregs::__anon9212
36 #define iu_dlm u2.dlm
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Ddlm_internal.h43 #include <linux/dlm.h>
66 printk(KERN_ERR "dlm: "fmt"\n" , ##args)
68 printk(KERN_ERR "dlm: %s: " fmt "\n", (ls)->ls_name , ##args)
73 printk(KERN_DEBUG "dlm: %s: " fmt "\n", \
167 * dlm_unlock. The dlm does not modify these or use any private flags in
168 * this field; it only contains DLM_LKF_ flags from dlm.h. These flags
171 * lkb_flags: internal dlm flags (DLM_IFL_ prefix) from dlm_internal.h.
180 * ast. All defined in dlm.h with DLM_SBF_ prefix.
185 * lkb_wait_type: the dlm message type (DLM_MSG_ prefix) for which a
H A Duser.c18 #include <linux/dlm.h>
27 static const char *name_prefix="dlm";
418 printk(KERN_DEBUG "dlm: process %s (%d) version mismatch "
827 ctl_device.name = "dlm-control";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dioc4_serial.c265 char dlm; /* DLAB == 1 */ member in union:ioc4_uartregs::__anon7030
281 #define i4u_dlm u2.dlm

Completed in 109 milliseconds

12