OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:E2F_FLAG_GOT_DEVSIZE
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/e2fsck/
e2fsck.h
177
#define
E2F_FLAG_GOT_DEVSIZE
0x0800 /* Device size has been fetched */
unix.c
1124
if (!(ctx->flags &
E2F_FLAG_GOT_DEVSIZE
)) {
1153
ctx->flags |=
E2F_FLAG_GOT_DEVSIZE
;
[
all
...]
super.c
533
if ((ctx->flags &
E2F_FLAG_GOT_DEVSIZE
) &&
Completed in 42 milliseconds