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