OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:locking_type
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/lvm2/dist/lib/locking/
locking_types.h
31
struct
locking_type
{
struct
43
int init_no_locking(struct
locking_type
*locking, struct cmd_context *cmd);
45
int init_readonly_locking(struct
locking_type
*locking, struct cmd_context *cmd);
47
int init_file_locking(struct
locking_type
*locking, struct cmd_context *cmd);
49
int init_external_locking(struct
locking_type
*locking, struct cmd_context *cmd);
51
int init_cluster_locking(struct
locking_type
*locking, struct cmd_context *cmd);
/src/external/gpl2/lvm2/dist/daemons/clvmd/
lvm-functions.c
754
int
locking_type
;
local
756
locking_type
= find_config_tree_int(cmd, "global/
locking_type
", 1);
758
if (
locking_type
== 3) /* compiled-in cluster support */
761
if (
locking_type
== 2) { /* External library, check name */
772
log_error("
locking_type
not set correctly in lvm.conf, cluster operations will not work.");
/src/external/gpl2/lvm2/dist/tools/
lvmcmdline.c
959
int
locking_type
;
local
1012
locking_type
= 0;
1014
locking_type
= -1;
1016
if (!init_locking(
locking_type
, cmd)) {
1018
locking_type
);
Completed in 24 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026