Home
last modified time | relevance | path

Searched refs:XBTREE_RECPACKING_EMPTY (Results 1 – 14 of 14) sorted by relevance

/linux/fs/xfs/scrub/
H A Dalloc_repair.c164 if (outcome != XBTREE_RECPACKING_EMPTY) in xrep_abt_check_free_ext()
174 if (outcome != XBTREE_RECPACKING_EMPTY) in xrep_abt_check_free_ext()
182 if (outcome != XBTREE_RECPACKING_EMPTY) in xrep_abt_check_free_ext()
H A Drefcount_repair.c152 if (outcome != XBTREE_RECPACKING_EMPTY) in xrep_refc_check_ext()
160 if (outcome != XBTREE_RECPACKING_EMPTY) in xrep_refc_check_ext()
H A Drtbitmap_repair.c223 if (outcome != XBTREE_RECPACKING_EMPTY) in xrep_rtbitmap_mark_free()
231 if (outcome != XBTREE_RECPACKING_EMPTY) in xrep_rtbitmap_mark_free()
H A Drefcount.c610 if (outcome != XBTREE_RECPACKING_EMPTY) in xchk_xref_is_not_shared()
631 if (outcome != XBTREE_RECPACKING_EMPTY) in xchk_xref_is_not_cow_staging()
H A Drtrefcount.c638 if (outcome != XBTREE_RECPACKING_EMPTY) in xchk_xref_is_not_rt_shared()
659 if (outcome != XBTREE_RECPACKING_EMPTY) in xchk_xref_is_not_rt_cow_staging()
H A Dialloc.c781 XBTREE_RECPACKING_EMPTY); in xchk_xref_is_not_inode_chunk()
783 XBTREE_RECPACKING_EMPTY); in xchk_xref_is_not_inode_chunk()
H A Dbmap_repair.c227 if (outcome != XBTREE_RECPACKING_EMPTY) in xrep_bmap_check_fork_rmap()
235 if (outcome != XBTREE_RECPACKING_EMPTY) in xrep_bmap_check_fork_rmap()
H A Drtrmap.c276 if (outcome != XBTREE_RECPACKING_EMPTY) in xchk_xref_has_no_rt_owner()
H A Dialloc_repair.c388 if (outcome != XBTREE_RECPACKING_EMPTY) in xrep_ibt_check_inode_ext()
H A Drepair.c1358 if (outcome != XBTREE_RECPACKING_EMPTY) in xrep_check_ino_btree_mapping()
H A Drmap_repair.c204 if (outcome != XBTREE_RECPACKING_EMPTY) in xrep_rmap_check_mapping()
/linux/fs/xfs/libxfs/
H A Dxfs_types.h217 XBTREE_RECPACKING_EMPTY = 0, enumerator
H A Dxfs_btree.c5393 if (info->outcome == XBTREE_RECPACKING_EMPTY) { in xfs_btree_has_records_helper()
5456 .outcome = XBTREE_RECPACKING_EMPTY, in xfs_btree_has_records()
5477 if (info.outcome == XBTREE_RECPACKING_EMPTY) in xfs_btree_has_records()
H A Dxfs_ialloc.c2884 *outcome = XBTREE_RECPACKING_EMPTY; in xfs_ialloc_has_inodes_at_extent()