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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/e2p/
H A Dfeature.c89 int e2p_string2feature(char *string, int *compat_type, unsigned int *mask) argument
97 *compat_type = f->compat;
108 *compat_type = E2P_FEATURE_COMPAT;
112 *compat_type = E2P_FEATURE_INCOMPAT;
116 *compat_type = E2P_FEATURE_RO_INCOMPAT;
156 int compat_type; local
176 if (e2p_string2feature(cp, &compat_type, &mask))
178 if (ok_array && !(ok_array[compat_type] & mask))
181 compat_array[compat_type] &= ~mask;
183 compat_array[compat_type] |
[all...]

Completed in 43 milliseconds