Home
last modified time | relevance | path

Searched refs:E2F_FLAG_ALLOC_OK (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/e2fsck/
De2fsck.h195 #define E2F_FLAG_ALLOC_OK 0x8000 /* Can we allocate blocks? */ macro
Dextents.c37 if (ctx->flags & E2F_FLAG_ALLOC_OK) in e2fsck_rebuild_extents_later()
Dpass1.c1919 ctx->flags |= E2F_FLAG_ALLOC_OK; in e2fsck_pass1()