Lines Matching refs:b_addr
233 dent = (struct xfs_dir2_data_entry *)(((char *)bp->b_addr) + off); in xchk_dir_rec()
236 p = (char *)mp->m_dir_inode_ops->data_entry_p(bp->b_addr); in xchk_dir_rec()
237 endp = xfs_dir3_data_endp(mp->m_dir_geo, bp->b_addr); in xchk_dir_rec()
354 bf = d_ops->data_bestfree_p(bp->b_addr); in xchk_directory_data_bestfree()
364 dup = (struct xfs_dir2_data_unused *)(bp->b_addr + offset); in xchk_directory_data_bestfree()
370 tag != ((char *)dup - (char *)bp->b_addr)) { in xchk_directory_data_bestfree()
386 ptr = (char *)d_ops->data_entry_p(bp->b_addr); in xchk_directory_data_bestfree()
387 endptr = xfs_dir3_data_endp(mp->m_dir_geo, bp->b_addr); in xchk_directory_data_bestfree()
409 if (tag != ((char *)dup - (char *)bp->b_addr)) { in xchk_directory_data_bestfree()
461 dfp = sc->ip->d_ops->data_bestfree_p(dbp->b_addr); in xchk_directory_check_freesp()
500 leaf = bp->b_addr; in xchk_directory_leaf1_bestfree()
508 struct xfs_dir3_leaf_hdr *hdr3 = bp->b_addr; in xchk_directory_leaf1_bestfree()
591 struct xfs_dir3_free_hdr *hdr3 = bp->b_addr; in xchk_directory_free_bestfree()
598 sc->ip->d_ops->free_hdr_from_disk(&freehdr, bp->b_addr); in xchk_directory_free_bestfree()
599 bestp = sc->ip->d_ops->free_bests_p(bp->b_addr); in xchk_directory_free_bestfree()