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