Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/e2p/
Dfeature.c161 int e2p_string2feature(char *string, int *compat_type, unsigned int *mask) in e2p_string2feature() argument
169 *compat_type = f->compat; in e2p_string2feature()
180 *compat_type = E2P_FEATURE_COMPAT; in e2p_string2feature()
184 *compat_type = E2P_FEATURE_INCOMPAT; in e2p_string2feature()
188 *compat_type = E2P_FEATURE_RO_INCOMPAT; in e2p_string2feature()
235 int e2p_jrnl_string2feature(char *string, int *compat_type, unsigned int *mask) in e2p_jrnl_string2feature() argument
243 *compat_type = f->compat; in e2p_jrnl_string2feature()
254 *compat_type = E2P_FEATURE_COMPAT; in e2p_jrnl_string2feature()
258 *compat_type = E2P_FEATURE_INCOMPAT; in e2p_jrnl_string2feature()
262 *compat_type = E2P_FEATURE_RO_INCOMPAT; in e2p_jrnl_string2feature()
[all …]
De2p.h53 int e2p_jrnl_string2feature(char *string, int *compat_type, unsigned int *mask);