Home
last modified time | relevance | path

Searched refs:BLOCK_ABORT (Results 1 – 24 of 24) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dblock.c45 ret |= BLOCK_ABORT | BLOCK_ERROR; \
55 ret |= BLOCK_ABORT | BLOCK_ERROR; \
78 if (!*ind_block || (ret & BLOCK_ABORT)) { in block_iterate_ind()
105 if (flags & BLOCK_ABORT) { in block_iterate_ind()
106 ret |= BLOCK_ABORT; in block_iterate_ind()
121 if (flags & BLOCK_ABORT) { in block_iterate_ind()
122 ret |= BLOCK_ABORT; in block_iterate_ind()
134 ret |= BLOCK_ERROR | BLOCK_ABORT; in block_iterate_ind()
138 !(ret & BLOCK_ABORT)) { in block_iterate_ind()
167 if (!*dind_block || (ret & BLOCK_ABORT)) { in block_iterate_dind()
[all …]
Ddir_iterate.c214 return BLOCK_ABORT; in ext2fs_process_dir_block()
227 return BLOCK_ABORT; in ext2fs_process_dir_block()
233 return BLOCK_ABORT; in ext2fs_process_dir_block()
263 return BLOCK_ABORT; in ext2fs_process_dir_block()
299 return BLOCK_ABORT; in ext2fs_process_dir_block()
309 return retval | BLOCK_ABORT; in ext2fs_process_dir_block()
Dexpanddir.c56 return BLOCK_ABORT; in expand_dir_proc()
65 return BLOCK_ABORT; in expand_dir_proc()
77 return BLOCK_ABORT; in expand_dir_proc()
82 return (BLOCK_CHANGED | BLOCK_ABORT); in expand_dir_proc()
Dbmove.c62 return BLOCK_ABORT; in process_block()
70 return BLOCK_ABORT; in process_block()
75 return BLOCK_ABORT; in process_block()
91 ret |= BLOCK_ABORT; in process_block()
Dinline_data.c122 int ret = BLOCK_ABORT; in ext2fs_inline_data_dir_iterate()
158 if (ret & BLOCK_ABORT) in ext2fs_inline_data_dir_iterate()
179 if (ret & BLOCK_ABORT) in ext2fs_inline_data_dir_iterate()
187 ret |= BLOCK_ABORT; in ext2fs_inline_data_dir_iterate()
197 ret |= BLOCK_ABORT; in ext2fs_inline_data_dir_iterate()
203 ret |= BLOCK_ABORT; in ext2fs_inline_data_dir_iterate()
206 if (ret & BLOCK_ABORT) in ext2fs_inline_data_dir_iterate()
213 ret |= BLOCK_ABORT; in ext2fs_inline_data_dir_iterate()
224 ret |= BLOCK_ABORT; in ext2fs_inline_data_dir_iterate()
235 ret |= BLOCK_ABORT; in ext2fs_inline_data_dir_iterate()
[all …]
Dbb_inode.c188 return BLOCK_ABORT; in clear_bad_block_proc()
228 return BLOCK_ABORT; in set_bad_block_proc()
247 return BLOCK_ABORT; in set_bad_block_proc()
253 return BLOCK_ABORT; in set_bad_block_proc()
Dread_bb.c58 return BLOCK_ABORT; in mark_bad_block()
Ddblist_dir.c85 if ((ret & BLOCK_ABORT) && !ctx->errcode) in db_dir_proc()
Dext2fs.h329 #define BLOCK_ABORT 2 macro
/external/e2fsprogs/e2fsck/
Drehash.c124 return BLOCK_ABORT; in fill_dir_block()
140 return BLOCK_ABORT; in fill_dir_block()
157 return BLOCK_ABORT; in fill_dir_block()
175 return BLOCK_ABORT; in fill_dir_block()
192 return BLOCK_ABORT; in fill_dir_block()
785 return BLOCK_ABORT; in write_dir_block()
804 return BLOCK_ABORT; in write_dir_block()
Dpass3.c803 return BLOCK_ABORT; in expand_dir_proc()
821 return BLOCK_ABORT; in expand_dir_proc()
832 return BLOCK_ABORT; in expand_dir_proc()
842 return BLOCK_ABORT; in expand_dir_proc()
848 return (BLOCK_CHANGED | BLOCK_ABORT); in expand_dir_proc()
Dpass1b.c852 return BLOCK_ABORT; in clone_file_block()
872 return BLOCK_ABORT; in clone_file_block()
882 return BLOCK_ABORT; in clone_file_block()
888 return BLOCK_ABORT; in clone_file_block()
Dextents.c191 return BLOCK_ABORT; in find_blocks()
Dpass1.c3703 return BLOCK_ABORT; in process_block()
3784 return BLOCK_ABORT; in process_block()
3840 return BLOCK_ABORT; in process_bad_block()
3937 return BLOCK_ABORT; in process_bad_block()
Dsuper.c116 return BLOCK_ABORT; in release_inode_block()
Djournal.c271 return BLOCK_ABORT; in process_journal_block()
/external/e2fsprogs/debugfs/
Dhtree.c421 return BLOCK_ABORT; in search_dir_block()
431 return BLOCK_ABORT; in search_dir_block()
441 return BLOCK_ABORT; in search_dir_block()
Dicheck.c51 return BLOCK_ABORT; in icheck_proc()
Dlsdel.c65 return BLOCK_ABORT; in lsdel_proc()
Djournal.c283 return BLOCK_ABORT; in process_journal_block()
/external/e2fsprogs/misc/
Dtune2fs.c582 return BLOCK_ABORT; in rewrite_dir_block()
630 return BLOCK_ABORT; in rewrite_dir_block()
635 return BLOCK_ABORT; in rewrite_dir_block()
654 return BLOCK_ABORT; in rewrite_dir_block()
699 return BLOCK_ABORT; in rewrite_dir_block()
/external/e2fsprogs/resize/
Dresize2fs.c1857 ret |= BLOCK_ABORT; in process_block()
/external/e2fsprogs/doc/
Dlibext2fs.texinfo672 @item BLOCK_ABORT
/external/e2fsprogs/doc/RelNotes/
Dv1.42.txt1393 The block iterator now properly honors the BLOCK_ABORT flag for