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()
127 int ret = BLOCK_ABORT; in ext2fs_inline_data_dir_iterate()163 if (ret & BLOCK_ABORT) in ext2fs_inline_data_dir_iterate()184 if (ret & BLOCK_ABORT) in ext2fs_inline_data_dir_iterate()192 ret |= BLOCK_ABORT; in ext2fs_inline_data_dir_iterate()202 ret |= BLOCK_ABORT; in ext2fs_inline_data_dir_iterate()208 ret |= BLOCK_ABORT; in ext2fs_inline_data_dir_iterate()211 if (ret & BLOCK_ABORT) in ext2fs_inline_data_dir_iterate()218 ret |= BLOCK_ABORT; in ext2fs_inline_data_dir_iterate()229 ret |= BLOCK_ABORT; in ext2fs_inline_data_dir_iterate()240 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()
317 #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()721 return BLOCK_ABORT; in write_dir_block()740 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()
819 return BLOCK_ABORT; in clone_file_block()832 return BLOCK_ABORT; in clone_file_block()842 return BLOCK_ABORT; in clone_file_block()847 return BLOCK_ABORT; in clone_file_block()
190 return BLOCK_ABORT; in find_blocks()
3475 return BLOCK_ABORT; in process_block()3556 return BLOCK_ABORT; in process_block()3612 return BLOCK_ABORT; in process_bad_block()3709 return BLOCK_ABORT; in process_bad_block()
87 return BLOCK_ABORT; in release_inode_block()
271 return BLOCK_ABORT; in process_journal_block()
417 return BLOCK_ABORT; in search_dir_block()427 return BLOCK_ABORT; in search_dir_block()437 return BLOCK_ABORT; in search_dir_block()
51 return BLOCK_ABORT; in icheck_proc()
65 return BLOCK_ABORT; in lsdel_proc()
277 return BLOCK_ABORT; in process_journal_block()
572 return BLOCK_ABORT; in rewrite_dir_block()620 return BLOCK_ABORT; in rewrite_dir_block()625 return BLOCK_ABORT; in rewrite_dir_block()644 return BLOCK_ABORT; in rewrite_dir_block()689 return BLOCK_ABORT; in rewrite_dir_block()
1856 ret |= BLOCK_ABORT; in process_block()
672 @item BLOCK_ABORT
1810 The block iterator now properly honors the BLOCK_ABORT flag for