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()
4858 xfs_failaddr_t fa; in xfs_btree_fsblock_verify() local
4868 fa = xfs_btree_check_fsblock_siblings(mp, fsb, in xfs_btree_fsblock_verify()
4870 if (!fa) in xfs_btree_fsblock_verify()
4871 fa = xfs_btree_check_fsblock_siblings(mp, fsb, in xfs_btree_fsblock_verify()
4873 return fa; in xfs_btree_fsblock_verify()
4884 xfs_failaddr_t fa; in xfs_btree_memblock_verify() local
4895 fa = xfs_btree_check_memblock_siblings(btp, bno, in xfs_btree_memblock_verify()
4897 if (fa) in xfs_btree_memblock_verify()
4898 return fa; in xfs_btree_memblock_verify()
4899 fa = xfs_btree_check_memblock_siblings(btp, bno, in xfs_btree_memblock_verify()
4901 if (fa) in xfs_btree_memblock_verify()
4902 return fa; in xfs_btree_memblock_verify()
4945 xfs_failaddr_t fa; in xfs_btree_agblock_verify() local
4955 fa = xfs_btree_check_agblock_siblings(bp->b_pag, agbno, in xfs_btree_agblock_verify()
4957 if (!fa) in xfs_btree_agblock_verify()
4958 fa = xfs_btree_check_agblock_siblings(bp->b_pag, agbno, in xfs_btree_agblock_verify()
4960 return fa; in xfs_btree_agblock_verify()