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()
333 #define BLOCK_ABORT 2 macro
139 return BLOCK_ABORT; in fill_dir_block()155 return BLOCK_ABORT; in fill_dir_block()179 return BLOCK_ABORT; in fill_dir_block()197 return BLOCK_ABORT; in fill_dir_block()218 return BLOCK_ABORT; in fill_dir_block()835 return BLOCK_ABORT; in write_dir_block()854 return BLOCK_ABORT; in write_dir_block()
809 return BLOCK_ABORT; in expand_dir_proc()827 return BLOCK_ABORT; in expand_dir_proc()838 return BLOCK_ABORT; in expand_dir_proc()848 return BLOCK_ABORT; in expand_dir_proc()854 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()
3752 return BLOCK_ABORT; in process_block()3833 return BLOCK_ABORT; in process_block()3889 return BLOCK_ABORT; in process_bad_block()3986 return BLOCK_ABORT; in process_bad_block()
116 return BLOCK_ABORT; in release_inode_block()
271 return BLOCK_ABORT; in process_journal_block()
438 return BLOCK_ABORT; in search_dir_block()448 return BLOCK_ABORT; in search_dir_block()458 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()
528 return BLOCK_ABORT; in rewrite_dir_block()576 return BLOCK_ABORT; in rewrite_dir_block()581 return BLOCK_ABORT; in rewrite_dir_block()600 return BLOCK_ABORT; in rewrite_dir_block()645 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