Home
last modified time | relevance | path

Searched refs:compat_array (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/lib/e2p/
Dfeature.c317 int e2p_edit_feature2(const char *str, __u32 *compat_array, __u32 *ok_array, in e2p_edit_feature2() argument
351 compat_array[0] = 0; in e2p_edit_feature2()
352 compat_array[1] = 0; in e2p_edit_feature2()
353 compat_array[2] = 0; in e2p_edit_feature2()
381 compat_array[compat_type] &= ~mask; in e2p_edit_feature2()
391 compat_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()
De2p.h60 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,
/external/e2fsprogs/misc/
Dmke2fs.c1199 static void edit_feature(const char *str, __u32 *compat_array) in edit_feature() argument
1204 if (e2p_edit_feature(str, compat_array, ok_features)) { in edit_feature()