Searched refs:compat_array (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/lib/e2p/ |
D | feature.c | 299 int e2p_edit_feature2(const char *str, __u32 *compat_array, __u32 *ok_array, in e2p_edit_feature2() argument 333 compat_array[0] = 0; in e2p_edit_feature2() 334 compat_array[1] = 0; in e2p_edit_feature2() 335 compat_array[2] = 0; in e2p_edit_feature2() 363 compat_array[compat_type] &= ~mask; in e2p_edit_feature2() 373 compat_array[compat_type] |= mask; in e2p_edit_feature2() 380 int e2p_edit_feature(const char *str, __u32 *compat_array, __u32 *ok_array) in e2p_edit_feature() argument 382 return e2p_edit_feature2(str, compat_array, ok_array, 0, 0, 0); in e2p_edit_feature()
|
D | e2p.h | 57 int e2p_edit_feature(const char *str, __u32 *compat_array, __u32 *ok_array); 58 int e2p_edit_feature2(const char *str, __u32 *compat_array, __u32 *ok_array,
|
/external/e2fsprogs/misc/ |
D | mke2fs.c | 1142 static void edit_feature(const char *str, __u32 *compat_array) in edit_feature() argument 1147 if (e2p_edit_feature(str, compat_array, ok_features)) { in edit_feature()
|