Searched refs:ok_array (Results 1 – 2 of 2) sorted by relevance
/external/e2fsprogs/lib/e2p/ |
D | feature.c | 280 int e2p_edit_feature2(const char *str, __u32 *compat_array, __u32 *ok_array, in e2p_edit_feature2() argument 291 clear_ok_array = ok_array; in e2p_edit_feature2() 346 if (ok_array && !(ok_array[compat_type] & mask)) { in e2p_edit_feature2() 361 int e2p_edit_feature(const char *str, __u32 *compat_array, __u32 *ok_array) in e2p_edit_feature() argument 363 return e2p_edit_feature2(str, compat_array, ok_array, 0, 0, 0); in e2p_edit_feature()
|
D | e2p.h | 52 int e2p_edit_feature(const char *str, __u32 *compat_array, __u32 *ok_array); 53 int e2p_edit_feature2(const char *str, __u32 *compat_array, __u32 *ok_array,
|