HomeSort by relevance Sort by last modified time
    Searched full:compat_type (Results 1 - 1 of 1) sorted by null

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

Completed in 47 milliseconds