Lines Matching +full:300 +full:fa

64  * two sibling check functions reduces the compiled code size by over 300
166 xfs_failaddr_t fa; in __xfs_btree_check_fsblock() local
169 fa = __xfs_btree_check_lblock_hdr(cur, block, level, bp); in __xfs_btree_check_fsblock()
170 if (fa) in __xfs_btree_check_fsblock()
171 return fa; in __xfs_btree_check_fsblock()
186 fa = xfs_btree_check_fsblock_siblings(mp, fsb, in __xfs_btree_check_fsblock()
188 if (!fa) in __xfs_btree_check_fsblock()
189 fa = xfs_btree_check_fsblock_siblings(mp, fsb, in __xfs_btree_check_fsblock()
191 return fa; in __xfs_btree_check_fsblock()
206 xfs_failaddr_t fa; in __xfs_btree_check_memblock() local
209 fa = __xfs_btree_check_lblock_hdr(cur, block, level, bp); in __xfs_btree_check_memblock()
210 if (fa) in __xfs_btree_check_memblock()
211 return fa; in __xfs_btree_check_memblock()
214 fa = xfs_btree_check_memblock_siblings(btp, bno, in __xfs_btree_check_memblock()
216 if (!fa) in __xfs_btree_check_memblock()
217 fa = xfs_btree_check_memblock_siblings(btp, bno, in __xfs_btree_check_memblock()
219 return fa; in __xfs_btree_check_memblock()
235 xfs_failaddr_t fa; in __xfs_btree_check_agblock() local
254 fa = xfs_btree_check_agblock_siblings(pag, agbno, in __xfs_btree_check_agblock()
256 if (!fa) in __xfs_btree_check_agblock()
257 fa = xfs_btree_check_agblock_siblings(pag, agbno, in __xfs_btree_check_agblock()
259 return fa; in __xfs_btree_check_agblock()
305 xfs_failaddr_t fa; in xfs_btree_check_block() local
307 fa = __xfs_btree_check_block(cur, block, level, bp); in xfs_btree_check_block()
308 if (XFS_IS_CORRUPT(mp, fa != NULL) || in xfs_btree_check_block()
367 "In-memory: Corrupt %sbt flags 0x%x pointer at level %d index %d fa %pS.", in xfs_btree_check_ptr()
4859 xfs_failaddr_t fa; in xfs_btree_fsblock_verify() local
4869 fa = xfs_btree_check_fsblock_siblings(mp, fsb, in xfs_btree_fsblock_verify()
4871 if (!fa) in xfs_btree_fsblock_verify()
4872 fa = xfs_btree_check_fsblock_siblings(mp, fsb, in xfs_btree_fsblock_verify()
4874 return fa; in xfs_btree_fsblock_verify()
4885 xfs_failaddr_t fa; in xfs_btree_memblock_verify() local
4896 fa = xfs_btree_check_memblock_siblings(btp, bno, in xfs_btree_memblock_verify()
4898 if (fa) in xfs_btree_memblock_verify()
4899 return fa; in xfs_btree_memblock_verify()
4900 fa = xfs_btree_check_memblock_siblings(btp, bno, in xfs_btree_memblock_verify()
4902 if (fa) in xfs_btree_memblock_verify()
4903 return fa; in xfs_btree_memblock_verify()
4946 xfs_failaddr_t fa; in xfs_btree_agblock_verify() local
4956 fa = xfs_btree_check_agblock_siblings(bp->b_pag, agbno, in xfs_btree_agblock_verify()
4958 if (!fa) in xfs_btree_agblock_verify()
4959 fa = xfs_btree_check_agblock_siblings(bp->b_pag, agbno, in xfs_btree_agblock_verify()
4961 return fa; in xfs_btree_agblock_verify()