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 144 int e2p_string2feature(char *string, int *compat_type, unsigned int *mask)
152 *compat_type = f->compat;
163 *compat_type = E2P_FEATURE_COMPAT;
167 *compat_type = E2P_FEATURE_INCOMPAT;
171 *compat_type = E2P_FEATURE_RO_INCOMPAT;
218 int e2p_jrnl_string2feature(char *string, int *compat_type, unsigned int *mask)
226 *compat_type = f->compat;
237 *compat_type = E2P_FEATURE_COMPAT;
241 *compat_type = E2P_FEATURE_INCOMPAT;
245 *compat_type = E2P_FEATURE_RO_INCOMPAT
287 int compat_type; local
    [all...]
e2p.h 51 int e2p_jrnl_string2feature(char *string, int *compat_type, unsigned int *mask);

Completed in 510 milliseconds