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 121 int e2p_string2feature(char *string, int *compat_type, unsigned int *mask)
129 *compat_type = f->compat;
140 *compat_type = E2P_FEATURE_COMPAT;
144 *compat_type = E2P_FEATURE_INCOMPAT;
148 *compat_type = E2P_FEATURE_RO_INCOMPAT;
195 int e2p_jrnl_string2feature(char *string, int *compat_type, unsigned int *mask)
203 *compat_type = f->compat;
214 *compat_type = E2P_FEATURE_COMPAT;
218 *compat_type = E2P_FEATURE_INCOMPAT;
222 *compat_type = E2P_FEATURE_RO_INCOMPAT
264 int compat_type; local
    [all...]
e2p.h 42 int e2p_jrnl_string2feature(char *string, int *compat_type, unsigned int *mask);

Completed in 162 milliseconds