OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pvms
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/lvm2/dist/lib/metadata/
pv_map.c
126
static int _create_maps(struct dm_pool *mem, struct dm_list *pvs, struct dm_list *
pvms
)
140
dm_list_iterate_items(pvm2,
pvms
)
152
dm_list_add(
pvms
, &pvm->list);
168
struct dm_list *
pvms
;
local
170
if (!(
pvms
= dm_pool_zalloc(mem, sizeof(*
pvms
)))) {
175
dm_list_init(
pvms
);
177
if (!_create_maps(mem, allocatable_pvs,
pvms
)) {
180
dm_pool_free(mem,
pvms
);
184
return
pvms
;
[
all
...]
pv_map.h
55
uint32_t pv_maps_size(struct dm_list *
pvms
);
lv_manip.c
983
struct dm_list *
pvms
, struct pv_area **areas,
1006
free_pes = pv_maps_size(
pvms
);
1061
dm_list_iterate_items(pvm,
pvms
) {
1201
struct dm_list *
pvms
;
local
1219
if (!(
pvms
= create_pv_maps(ah->mem, vg, allocatable_pvs)))
1225
areas_size = dm_list_size(
pvms
);
1236
/* Upper bound if none of the PVs in prev_lvseg is in
pvms
*/
1250
if (!_find_parallel_space(ah, alloc,
pvms
, areas,
Completed in 21 milliseconds
Indexes created Sat Jun 06 00:24:59 UTC 2026