Searched refs:E2F_FLAG_GOT_DEVSIZE (Results 1 – 3 of 3) sorted by relevance
178 #define E2F_FLAG_GOT_DEVSIZE 0x0800 /* Device size has been fetched */ macro
1152 if (!(ctx->flags & E2F_FLAG_GOT_DEVSIZE)) { in main()1181 ctx->flags |= E2F_FLAG_GOT_DEVSIZE; in main()
534 if ((ctx->flags & E2F_FLAG_GOT_DEVSIZE) && in check_super_block()