Searched refs:ok_array (Results 1 – 2 of 2) sorted by relevance
/third_party/e2fsprogs/lib/e2p/ |
D | feature.c | 317 int e2p_edit_feature2(const char *str, __u32 *compat_array, __u32 *ok_array, in e2p_edit_feature2() argument 328 clear_ok_array = ok_array; in e2p_edit_feature2() 383 if (ok_array && !(ok_array[compat_type] & mask)) { in e2p_edit_feature2() 398 int e2p_edit_feature(const char *str, __u32 *compat_array, __u32 *ok_array) in e2p_edit_feature() argument 400 return e2p_edit_feature2(str, compat_array, ok_array, 0, 0, 0); in e2p_edit_feature()
|
D | e2p.h | 60 int e2p_edit_feature(const char *str, __u32 *compat_array, __u32 *ok_array); 61 int e2p_edit_feature2(const char *str, __u32 *compat_array, __u32 *ok_array,
|