Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dalloc.c195 return EXT2_ET_BLOCK_ALLOC_FAIL; in ext2fs_new_block3()
307 return EXT2_ET_BLOCK_ALLOC_FAIL; in ext2fs_get_free_blocks2()
316 return EXT2_ET_BLOCK_ALLOC_FAIL; in ext2fs_get_free_blocks2()
505 retval = EXT2_ET_BLOCK_ALLOC_FAIL; in ext2fs_new_range()
544 return EXT2_ET_BLOCK_ALLOC_FAIL; in ext2fs_alloc_range()
Dalloc_tables.c150 if (retval == EXT2_ET_BLOCK_ALLOC_FAIL) in ext2fs_allocate_group_table()
183 if (retval == EXT2_ET_BLOCK_ALLOC_FAIL) in ext2fs_allocate_group_table()
Dext2_err.h80 #define EXT2_ET_BLOCK_ALLOC_FAIL (2133571400L) macro
Dbmove.c61 pb->error = EXT2_ET_BLOCK_ALLOC_FAIL; in process_block()
Dext2_err.et.in227 ec EXT2_ET_BLOCK_ALLOC_FAIL,
Dfallocate.c817 return EXT2_ET_BLOCK_ALLOC_FAIL; in ext2fs_fallocate()
/external/e2fsprogs/e2fsck/
Dpass3.c479 if (retval == EXT2_ET_BLOCK_ALLOC_FAIL && in e2fsck_get_lost_and_found()
Dpass1.c3988 if (is_flexbg && (pctx.errcode == EXT2_ET_BLOCK_ALLOC_FAIL)) in new_table_block()
/external/e2fsprogs/misc/
Dfuse2fs.c3375 if (err && err != EXT2_ET_BLOCK_ALLOC_FAIL) in fallocate_helper()
3906 case EXT2_ET_BLOCK_ALLOC_FAIL: in __translate_error()