Searched refs:compat_type (Results 1 – 2 of 2) sorted by relevance
181 int e2p_string2feature(char *string, int *compat_type, unsigned int *mask) in e2p_string2feature() argument189 *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() argument263 *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 …]
59 int e2p_jrnl_string2feature(char *string, int *compat_type, unsigned int *mask);