Searched refs:MAX_VG (Results 1 – 3 of 3) sorted by relevance
194 #define MAX_VG ABS_MAX_VG macro198 #if ( MAX_VG > ABS_MAX_VG)199 #undef MAX_VG200 #define MAX_VG ABS_MAX_VG macro
71 static devfs_handle_t vg_devfs_handle[MAX_VG];72 static devfs_handle_t ch_devfs_handle[MAX_VG];
588 if (VG_CHR(minor) > MAX_VG) in lvm_chr_open()