OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vg_path
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/lvm2/dist/lib/activate/
fs.c
33
char
vg_path
[PATH_MAX];
local
36
if (dm_snprintf(
vg_path
, sizeof(
vg_path
), "%s%s",
43
if (dir_exists(
vg_path
))
46
log_very_verbose("Creating directory %s",
vg_path
);
49
if (mkdir(
vg_path
, 0777)) {
50
log_sys_error("mkdir",
vg_path
);
61
char
vg_path
[PATH_MAX];
local
63
if (dm_snprintf(
vg_path
, sizeof(
vg_path
), "%s%s"
130
char
vg_path
[PATH_MAX];
local
[
all
...]
/src/external/gpl2/lvm2/dist/tools/
toollib.c
863
char *
vg_path
;
local
866
vg_path
= getenv("LVM_VG_NAME");
867
if (!
vg_path
)
870
vg_path
= skip_dev_dir(cmd,
vg_path
, NULL);
872
if (strchr(
vg_path
, '/')) {
874
"\"%s\"",
vg_path
);
878
return dm_pool_strdup(cmd->mem,
vg_path
);
/src/external/gpl2/lvm2/dist/lib/metadata/
metadata.c
391
char
vg_path
[PATH_MAX];
local
396
snprintf(
vg_path
, PATH_MAX, "%s%s", cmd->dev_dir, vg_name);
397
if (path_exists(
vg_path
)) {
398
log_error("%s: already exists in filesystem",
vg_path
);
Completed in 43 milliseconds
Indexes created Sun Mar 15 00:25:29 UTC 2026