Home
last modified time | relevance | path

Searched refs:m_attr_geo (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/
H A Dxfs_attr_inactive.c96 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, leaf); in xfs_attr3_leaf_inactive()
214 XFS_FSB_TO_BB(mp, mp->m_attr_geo->fsbcount), 0, in xfs_attr3_node_inactive()
376 XFS_FSB_TO_B(mp, mp->m_attr_geo->fsbcount)); in xfs_attr_inactive()
H A Dxfs_mount.h163 struct xfs_da_geometry *m_attr_geo; /* attribute block geometry */ member
/linux/fs/xfs/scrub/
H A Dattr_repair.c331 .geo = rx->sc->mp->m_attr_geo, in xrep_xattr_salvage_remote_attr()
408 bitmap_zero(ab->usedmap, mp->m_attr_geo->blksize); in xrep_xattr_recover_leaf()
412 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &leafhdr, leaf); in xrep_xattr_recover_leaf()
417 buf_end = (char *)bp->b_addr + mp->m_attr_geo->blksize; in xrep_xattr_recover_leaf()
431 nameidx >= mp->m_attr_geo->blksize) in xrep_xattr_recover_leaf()
621 .geo = rx->sc->mp->m_attr_geo, in xrep_xattr_insert_rec()
886 struct xfs_da_geometry *geo = sc->mp->m_attr_geo; in xrep_xattr_recover()
1294 .geo = sc->mp->m_attr_geo, in xrep_xattr_swap_prep()
1552 max_len = xfs_attr_leaf_entsize_local_max(sc->mp->m_attr_geo->blksize); in xrep_xattr_setup_scan()
/linux/fs/xfs/libxfs/
H A Dxfs_exchmaps.c429 .geo = tp->t_mountp->m_attr_geo, in xfs_exchmaps_attr_to_sf()