OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pvl2
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/lvm2/dist/tools/
toollib.c
1000
struct pv_list *new_pvl = NULL, *
pvl2
;
local
1020
dm_list_iterate_items(
pvl2
, r)
1021
if (pvl->pv->dev ==
pvl2
->pv->dev) {
1022
new_pvl =
pvl2
;
/src/external/gpl2/lvm2/dist/lib/metadata/
metadata.c
2095
struct pv_list *pvl, *
pvl2
;
local
2104
dm_list_iterate_items(
pvl2
, &vg->pvs) {
2105
if (pvl ==
pvl2
)
2108
&
pvl2
->pv->id)) {
2427
struct pv_list *pvl, *
pvl2
;
local
2430
dm_list_iterate_items(
pvl2
, all_pvs) {
2431
if (pvl->pv->dev ==
pvl2
->pv->dev)
2438
if (!(
pvl2
= _copy_pvl(pvmem, pvl))) {
2443
dm_list_add(all_pvs, &
pvl2
->list);
2489
struct pv_list *pvl, *
pvl2
;
local
[
all
...]
Completed in 23 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026