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