Lines Matching refs:b_addr
227 xfs_dir2_leaf_hdr_from_disk(mp, &hdr, blk->bp->b_addr); in xchk_dir_rec()
263 dent = bp->b_addr + off; in xchk_dir_rec()
267 end = xfs_dir3_data_end_offset(geo, bp->b_addr); in xchk_dir_rec()
273 struct xfs_dir2_data_entry *dep = bp->b_addr + iter_off; in xchk_dir_rec()
274 struct xfs_dir2_data_unused *dup = bp->b_addr + iter_off; in xchk_dir_rec()
379 bf = xfs_dir2_data_bestfree_p(mp, bp->b_addr); in xchk_directory_data_bestfree()
389 dup = bp->b_addr + offset; in xchk_directory_data_bestfree()
412 end = xfs_dir3_data_end_offset(mp->m_dir_geo, bp->b_addr); in xchk_directory_data_bestfree()
416 dup = bp->b_addr + offset; in xchk_directory_data_bestfree()
420 struct xfs_dir2_data_entry *dep = bp->b_addr + offset; in xchk_directory_data_bestfree()
486 dfp = xfs_dir2_data_bestfree_p(sc->mp, dbp->b_addr); in xchk_directory_check_freesp()
524 leaf = bp->b_addr; in xchk_directory_leaf1_bestfree()
531 struct xfs_dir3_leaf_hdr *hdr3 = bp->b_addr; in xchk_directory_leaf1_bestfree()
632 struct xfs_dir3_free_hdr *hdr3 = bp->b_addr; in xchk_directory_free_bestfree()
639 xfs_dir2_free_hdr_from_disk(sc->ip->i_mount, &freehdr, bp->b_addr); in xchk_directory_free_bestfree()