Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/e2p/
Dfeature.c258 int e2p_edit_feature2(const char *str, __u32 *compat_array, __u32 *ok_array, in e2p_edit_feature2() argument
292 compat_array[0] = 0; in e2p_edit_feature2()
293 compat_array[1] = 0; in e2p_edit_feature2()
294 compat_array[2] = 0; in e2p_edit_feature2()
321 compat_array[compat_type] &= ~mask; in e2p_edit_feature2()
331 compat_array[compat_type] |= mask; in e2p_edit_feature2()
338 int e2p_edit_feature(const char *str, __u32 *compat_array, __u32 *ok_array) in e2p_edit_feature() argument
340 return e2p_edit_feature2(str, compat_array, ok_array, 0, 0, 0); in e2p_edit_feature()
De2p.h52 int e2p_edit_feature(const char *str, __u32 *compat_array, __u32 *ok_array);
53 int e2p_edit_feature2(const char *str, __u32 *compat_array, __u32 *ok_array,
/external/e2fsprogs/misc/
Dmke2fs.c880 static void edit_feature(const char *str, __u32 *compat_array) in edit_feature() argument
885 if (e2p_edit_feature(str, compat_array, ok_features)) { in edit_feature()