Home
last modified time | relevance | path

Searched refs:EXT2_ET_BLOCK_ALLOC_FAIL (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dalloc_tables.c136 if (retval == EXT2_ET_BLOCK_ALLOC_FAIL) in ext2fs_allocate_group_table()
167 if (retval == EXT2_ET_BLOCK_ALLOC_FAIL) in ext2fs_allocate_group_table()
Dext2_err.h80 #define EXT2_ET_BLOCK_ALLOC_FAIL (2133571400L) macro
Dalloc.c202 return EXT2_ET_BLOCK_ALLOC_FAIL; in ext2fs_new_block2()
305 return EXT2_ET_BLOCK_ALLOC_FAIL; in ext2fs_get_free_blocks2()
Dbmove.c60 pb->error = EXT2_ET_BLOCK_ALLOC_FAIL; in process_block()
Dext2_err.et.in227 ec EXT2_ET_BLOCK_ALLOC_FAIL,
/external/e2fsprogs/e2fsck/
Dpass1.c2634 if (is_flexbg && (pctx.errcode == EXT2_ET_BLOCK_ALLOC_FAIL)) in new_table_block()