Lines Matching refs:b_addr
336 xfs_dir2_leaf_hdr_from_disk(mp, &hdr, blk->bp->b_addr); in xchk_dir_rec()
372 dent = bp->b_addr + off; in xchk_dir_rec()
376 end = xfs_dir3_data_end_offset(geo, bp->b_addr); in xchk_dir_rec()
382 struct xfs_dir2_data_entry *dep = bp->b_addr + iter_off; in xchk_dir_rec()
383 struct xfs_dir2_data_unused *dup = bp->b_addr + iter_off; in xchk_dir_rec()
493 bf = xfs_dir2_data_bestfree_p(mp, bp->b_addr); in xchk_directory_data_bestfree()
503 dup = bp->b_addr + offset; in xchk_directory_data_bestfree()
526 end = xfs_dir3_data_end_offset(mp->m_dir_geo, bp->b_addr); in xchk_directory_data_bestfree()
530 dup = bp->b_addr + offset; in xchk_directory_data_bestfree()
534 struct xfs_dir2_data_entry *dep = bp->b_addr + offset; in xchk_directory_data_bestfree()
600 dfp = xfs_dir2_data_bestfree_p(sc->mp, dbp->b_addr); in xchk_directory_check_freesp()
638 leaf = bp->b_addr; in xchk_directory_leaf1_bestfree()
645 struct xfs_dir3_leaf_hdr *hdr3 = bp->b_addr; in xchk_directory_leaf1_bestfree()
745 struct xfs_dir3_free_hdr *hdr3 = bp->b_addr; in xchk_directory_free_bestfree()
752 xfs_dir2_free_hdr_from_disk(sc->ip->i_mount, &freehdr, bp->b_addr); in xchk_directory_free_bestfree()