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 161 int e2p_string2feature(char *string, int *compat_type, unsigned int *mask)
169 *compat_type = f->compat;
180 *compat_type = E2P_FEATURE_COMPAT;
184 *compat_type = E2P_FEATURE_INCOMPAT;
188 *compat_type = E2P_FEATURE_RO_INCOMPAT;
235 int e2p_jrnl_string2feature(char *string, int *compat_type, unsigned int *mask)
243 *compat_type = f->compat;
254 *compat_type = E2P_FEATURE_COMPAT;
258 *compat_type = E2P_FEATURE_INCOMPAT;
262 *compat_type = E2P_FEATURE_RO_INCOMPAT
304 int compat_type; local
    [all...]
e2p.h 53 int e2p_jrnl_string2feature(char *string, int *compat_type, unsigned int *mask);

Completed in 77 milliseconds