OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_pvl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/lvm2/dist/tools/
lvconvert.c
420
struct pv_list *pvl, *
new_pvl
;
local
433
if (!(
new_pvl
= dm_pool_alloc(vg->vgmem, sizeof(*
new_pvl
)))) {
437
new_pvl
->pv = pvl->pv;
438
dm_list_add(failed_pvs, &
new_pvl
->list);
toollib.c
1000
struct pv_list *
new_pvl
= NULL, *pvl2;
local
1022
new_pvl
= pvl2;
1026
if (!
new_pvl
) {
1027
if (!(
new_pvl
= dm_pool_alloc(mem, sizeof(*
new_pvl
)))) {
1032
memcpy(
new_pvl
, pvl, sizeof(*
new_pvl
));
1039
new_pvl
->pe_ranges = pe_ranges;
1040
dm_list_add(r, &
new_pvl
->list);
1044
if (!_parse_pes(mem, colon,
new_pvl
->pe_ranges, pv_dev_name(pvl->pv)
1119
struct pv_list *pvl, *
new_pvl
;
local
[
all
...]
Completed in 41 milliseconds
Indexes created Sun Mar 15 00:25:29 UTC 2026