OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:E2F_OPT_YES
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/e2fsck/
unix.c
700
if (ctx->options & (
E2F_OPT_YES
|E2F_OPT_NO)) {
708
if (ctx->options & (
E2F_OPT_YES
|E2F_OPT_PREEN))
715
ctx->options |=
E2F_OPT_YES
;
1008
!(ctx->options &
E2F_OPT_YES
)) {
[
all
...]
e2fsck.h
148
#define
E2F_OPT_YES
0x0004
util.c
202
if (ctx->options &
E2F_OPT_YES
) {
Completed in 127 milliseconds