Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/e2p/
Dfeature.c163 int e2p_string2feature(char *string, int *compat_type, unsigned int *mask) in e2p_string2feature() argument
171 *compat_type = f->compat; in e2p_string2feature()
182 *compat_type = E2P_FEATURE_COMPAT; in e2p_string2feature()
186 *compat_type = E2P_FEATURE_INCOMPAT; in e2p_string2feature()
190 *compat_type = E2P_FEATURE_RO_INCOMPAT; in e2p_string2feature()
237 int e2p_jrnl_string2feature(char *string, int *compat_type, unsigned int *mask) in e2p_jrnl_string2feature() argument
245 *compat_type = f->compat; in e2p_jrnl_string2feature()
256 *compat_type = E2P_FEATURE_COMPAT; in e2p_jrnl_string2feature()
260 *compat_type = E2P_FEATURE_INCOMPAT; in e2p_jrnl_string2feature()
264 *compat_type = E2P_FEATURE_RO_INCOMPAT; in e2p_jrnl_string2feature()
[all …]
De2p.h56 int e2p_jrnl_string2feature(char *string, int *compat_type, unsigned int *mask);