Searched refs:BLOCK_ABORT (Results 1 – 24 of 24) sorted by relevance
45 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 …]
214 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()
56 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()
62 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()
122 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 …]
188 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()
58 return BLOCK_ABORT; in mark_bad_block()
85 if ((ret & BLOCK_ABORT) && !ctx->errcode) in db_dir_proc()
329 #define BLOCK_ABORT 2 macro
124 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()
803 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()
852 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()
191 return BLOCK_ABORT; in find_blocks()
3703 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()
116 return BLOCK_ABORT; in release_inode_block()
271 return BLOCK_ABORT; in process_journal_block()
421 return BLOCK_ABORT; in search_dir_block()431 return BLOCK_ABORT; in search_dir_block()441 return BLOCK_ABORT; in search_dir_block()
51 return BLOCK_ABORT; in icheck_proc()
65 return BLOCK_ABORT; in lsdel_proc()
283 return BLOCK_ABORT; in process_journal_block()
582 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()
1857 ret |= BLOCK_ABORT; in process_block()
672 @item BLOCK_ABORT
1393 The block iterator now properly honors the BLOCK_ABORT flag for