Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/e2p/
Dfeature.c104 int e2p_string2feature(char *string, int *compat_type, unsigned int *mask) in e2p_string2feature() argument
112 *compat_type = f->compat; in e2p_string2feature()
123 *compat_type = E2P_FEATURE_COMPAT; in e2p_string2feature()
127 *compat_type = E2P_FEATURE_INCOMPAT; in e2p_string2feature()
131 *compat_type = E2P_FEATURE_RO_INCOMPAT; in e2p_string2feature()
174 int compat_type; in e2p_edit_feature2() local
215 if (e2p_string2feature(cp, &compat_type, &mask)) { in e2p_edit_feature2()
221 !(clear_ok_array[compat_type] & mask)) { in e2p_edit_feature2()
224 *type_err = (compat_type | in e2p_edit_feature2()
230 compat_array[compat_type] &= ~mask; in e2p_edit_feature2()
[all …]