Home
last modified time | relevance | path

Searched refs:ok_array (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/e2p/
Dfeature.c167 int e2p_edit_feature2(const char *str, __u32 *compat_array, __u32 *ok_array, in e2p_edit_feature2() argument
178 clear_ok_array = ok_array; in e2p_edit_feature2()
232 if (ok_array && !(ok_array[compat_type] & mask)) { in e2p_edit_feature2()
247 int e2p_edit_feature(const char *str, __u32 *compat_array, __u32 *ok_array) in e2p_edit_feature() argument
249 return e2p_edit_feature2(str, compat_array, ok_array, 0, 0, 0); in e2p_edit_feature()
De2p.h38 int e2p_edit_feature(const char *str, __u32 *compat_array, __u32 *ok_array);
39 int e2p_edit_feature2(const char *str, __u32 *compat_array, __u32 *ok_array,