Searched defs:ok_array (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/e2p/
H A Dfeature.c275 * Edit a feature set array as requested by the user. The ok_array,
280 int e2p_edit_feature2(const char *str, __u32 *compat_array, __u32 *ok_array, argument
291 clear_ok_array = ok_array;
346 if (ok_array && !(ok_array[compat_type] & mask)) {
361 int e2p_edit_feature(const char *str, __u32 *compat_array, __u32 *ok_array) argument
363 return e2p_edit_feature2(str, compat_array, ok_array, 0, 0, 0);

Completed in 68 milliseconds