Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/e2p/
Dfeature.c299 int e2p_edit_feature2(const char *str, __u32 *compat_array, __u32 *ok_array, in e2p_edit_feature2() argument
333 compat_array[0] = 0; in e2p_edit_feature2()
334 compat_array[1] = 0; in e2p_edit_feature2()
335 compat_array[2] = 0; in e2p_edit_feature2()
363 compat_array[compat_type] &= ~mask; in e2p_edit_feature2()
373 compat_array[compat_type] |= mask; in e2p_edit_feature2()
380 int e2p_edit_feature(const char *str, __u32 *compat_array, __u32 *ok_array) in e2p_edit_feature() argument
382 return e2p_edit_feature2(str, compat_array, ok_array, 0, 0, 0); in e2p_edit_feature()
De2p.h57 int e2p_edit_feature(const char *str, __u32 *compat_array, __u32 *ok_array);
58 int e2p_edit_feature2(const char *str, __u32 *compat_array, __u32 *ok_array,
/external/e2fsprogs/misc/
Dmke2fs.c1142 static void edit_feature(const char *str, __u32 *compat_array) in edit_feature() argument
1147 if (e2p_edit_feature(str, compat_array, ok_features)) { in edit_feature()