Searched refs:allocatable_only (Results 1 – 2 of 2) sorted by relevance
997 char *colon, int allocatable_only, struct dm_list *r) in _create_pv_entry() argument1004 if (allocatable_only && !(pvl->pv->status & ALLOCATABLE_PV)) { in _create_pv_entry()1009 if (allocatable_only && (pvl->pv->status & MISSING_PV)) { in _create_pv_entry()1014 if (allocatable_only && in _create_pv_entry()1052 char **argv, int allocatable_only) in create_pv_list() argument1082 allocatable_only, in create_pv_list()1106 if (!_create_pv_entry(mem, pvl, colon, allocatable_only, r)) in create_pv_list()
97 char **argv, int allocatable_only);