Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/e2p/
Dfeature.c181 int e2p_string2feature(char *string, int *compat_type, unsigned int *mask) in e2p_string2feature() argument
189 *compat_type = f->compat; in e2p_string2feature()
200 *compat_type = E2P_FEATURE_COMPAT; in e2p_string2feature()
204 *compat_type = E2P_FEATURE_INCOMPAT; in e2p_string2feature()
208 *compat_type = E2P_FEATURE_RO_INCOMPAT; in e2p_string2feature()
255 int e2p_jrnl_string2feature(char *string, int *compat_type, unsigned int *mask) in e2p_jrnl_string2feature() argument
263 *compat_type = f->compat; in e2p_jrnl_string2feature()
274 *compat_type = E2P_FEATURE_COMPAT; in e2p_jrnl_string2feature()
278 *compat_type = E2P_FEATURE_INCOMPAT; in e2p_jrnl_string2feature()
282 *compat_type = E2P_FEATURE_RO_INCOMPAT; in e2p_jrnl_string2feature()
[all …]
De2p.h59 int e2p_jrnl_string2feature(char *string, int *compat_type, unsigned int *mask);