Searched refs:compat_type (Results 1 – 2 of 2) sorted by relevance
146 int e2p_string2feature(char *string, int *compat_type, unsigned int *mask) in e2p_string2feature() argument154 *compat_type = f->compat; in e2p_string2feature()165 *compat_type = E2P_FEATURE_COMPAT; in e2p_string2feature()169 *compat_type = E2P_FEATURE_INCOMPAT; in e2p_string2feature()173 *compat_type = E2P_FEATURE_RO_INCOMPAT; in e2p_string2feature()220 int e2p_jrnl_string2feature(char *string, int *compat_type, unsigned int *mask) in e2p_jrnl_string2feature() argument228 *compat_type = f->compat; in e2p_jrnl_string2feature()239 *compat_type = E2P_FEATURE_COMPAT; in e2p_jrnl_string2feature()243 *compat_type = E2P_FEATURE_INCOMPAT; in e2p_jrnl_string2feature()247 *compat_type = E2P_FEATURE_RO_INCOMPAT; in e2p_jrnl_string2feature()[all …]
51 int e2p_jrnl_string2feature(char *string, int *compat_type, unsigned int *mask);