HomeSort by relevance Sort by last modified time
    Searched refs:compat_type (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/e2p/
feature.c 159 int e2p_string2feature(char *string, int *compat_type, unsigned int *mask)
167 *compat_type = f->compat;
178 *compat_type = E2P_FEATURE_COMPAT;
182 *compat_type = E2P_FEATURE_INCOMPAT;
186 *compat_type = E2P_FEATURE_RO_INCOMPAT;
233 int e2p_jrnl_string2feature(char *string, int *compat_type, unsigned int *mask)
241 *compat_type = f->compat;
252 *compat_type = E2P_FEATURE_COMPAT;
256 *compat_type = E2P_FEATURE_INCOMPAT;
260 *compat_type = E2P_FEATURE_RO_INCOMPAT
302 int compat_type; local
    [all...]
e2p.h 53 int e2p_jrnl_string2feature(char *string, int *compat_type, unsigned int *mask);

Completed in 48 milliseconds