Home
last modified time | relevance | path

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

/external/e2fsprogs/contrib/android/
Dbasefs_allocator.c248 return EXT2_ET_BLOCK_ALLOC_FAIL; in get_next_block()
252 return EXT2_ET_BLOCK_ALLOC_FAIL; in get_next_block()
263 return EXT2_ET_BLOCK_ALLOC_FAIL; in get_next_block()
324 if (retval != EXT2_ET_BLOCK_ALLOC_FAIL) in basefs_block_allocator()
345 return EXT2_ET_BLOCK_ALLOC_FAIL; in basefs_block_allocator()
/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.c485 if (retval == EXT2_ET_BLOCK_ALLOC_FAIL && in e2fsck_get_lost_and_found()
Dpass1.c4037 if (is_flexbg && (pctx.errcode == EXT2_ET_BLOCK_ALLOC_FAIL)) in new_table_block()
/external/e2fsprogs/misc/
Dfuse2fs.c3379 if (err && err != EXT2_ET_BLOCK_ALLOC_FAIL) in fallocate_helper()
3921 case EXT2_ET_BLOCK_ALLOC_FAIL: in __translate_error()