Lines Matching refs:b_addr
213 xfs_dir2_leaf_hdr_from_disk(mp, &hdr, blk->bp->b_addr); in xchk_dir_rec()
249 dent = bp->b_addr + off; in xchk_dir_rec()
253 end = xfs_dir3_data_end_offset(geo, bp->b_addr); in xchk_dir_rec()
259 struct xfs_dir2_data_entry *dep = bp->b_addr + iter_off; in xchk_dir_rec()
260 struct xfs_dir2_data_unused *dup = bp->b_addr + iter_off; in xchk_dir_rec()
365 bf = xfs_dir2_data_bestfree_p(mp, bp->b_addr); in xchk_directory_data_bestfree()
375 dup = bp->b_addr + offset; in xchk_directory_data_bestfree()
398 end = xfs_dir3_data_end_offset(mp->m_dir_geo, bp->b_addr); in xchk_directory_data_bestfree()
402 dup = bp->b_addr + offset; in xchk_directory_data_bestfree()
406 struct xfs_dir2_data_entry *dep = bp->b_addr + offset; in xchk_directory_data_bestfree()
472 dfp = xfs_dir2_data_bestfree_p(sc->mp, dbp->b_addr); in xchk_directory_check_freesp()
509 leaf = bp->b_addr; in xchk_directory_leaf1_bestfree()
516 struct xfs_dir3_leaf_hdr *hdr3 = bp->b_addr; in xchk_directory_leaf1_bestfree()
613 struct xfs_dir3_free_hdr *hdr3 = bp->b_addr; in xchk_directory_free_bestfree()
620 xfs_dir2_free_hdr_from_disk(sc->ip->i_mount, &freehdr, bp->b_addr); in xchk_directory_free_bestfree()