OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compat_type
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/e2p/
feature.c
122
int e2p_string2feature(char *string, int *
compat_type
, unsigned int *mask)
130
*
compat_type
= f->compat;
141
*
compat_type
= E2P_FEATURE_COMPAT;
145
*
compat_type
= E2P_FEATURE_INCOMPAT;
149
*
compat_type
= E2P_FEATURE_RO_INCOMPAT;
196
int e2p_jrnl_string2feature(char *string, int *
compat_type
, unsigned int *mask)
204
*
compat_type
= f->compat;
215
*
compat_type
= E2P_FEATURE_COMPAT;
219
*
compat_type
= E2P_FEATURE_INCOMPAT;
223
*
compat_type
= E2P_FEATURE_RO_INCOMPAT
265
int
compat_type
;
local
[
all
...]
e2p.h
51
int e2p_jrnl_string2feature(char *string, int *
compat_type
, unsigned int *mask);
Completed in 66 milliseconds