Searched refs:FAILED_INCONSISTENT (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Dvgcfgbackup.c71 if (vg_read_error(vg) == FAILED_INCONSISTENT) {
H A Dvgreduce.c540 && vg_read_error(vg) != FAILED_INCONSISTENT)
H A Dtoollib.c437 /* Allow FAILED_INCONSISTENT through only for vgcfgrestore */
439 !((vg_read_error(vg) == FAILED_INCONSISTENT) &&
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dmetadata-exported.h105 #define FAILED_INCONSISTENT 0x00000001U macro
/netbsd-current/external/gpl2/lvm2/dist/lib/metadata/
H A Dmetadata-exported.h105 #define FAILED_INCONSISTENT 0x00000001U macro
H A Dmetadata.c3299 * misc_flags will return it with FAILED_INCONSISTENT set instead of
3344 failure |= FAILED_INCONSISTENT;
3366 failure |= FAILED_INCONSISTENT;
3380 failure |= FAILED_INCONSISTENT; /* FIXME new failure code here? */
3388 failure |= FAILED_INCONSISTENT; /* FIXME new failure code here? */
3410 * - metadata inconsistent and automatic correction failed: FAILED_INCONSISTENT
3427 * FAILED_INCONSISTENT. If it works, we are good to go. Code that's been in

Completed in 100 milliseconds