Home
last modified time | relevance | path

Searched refs:m_attr_geo (Results 1 – 10 of 10) 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()
305 XFS_FSB_TO_BB(mp, mp->m_attr_geo->fsbcount), 0, &bp); in xfs_attr3_root_inactive()
H A Dxfs_attr_list.c370 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, in xfs_attr_node_list()
415 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &leafhdr, leaf); in xfs_attr_node_list()
448 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, leaf); in xfs_attr3_leaf_list_int()
H A Dxfs_xattr.c108 args->geo = mp->m_attr_geo; in xfs_attr_change()
H A Dxfs_mount.h126 struct xfs_da_geometry *m_attr_geo; /* attribute block geometry */ member
H A Dxfs_attr_item.c691 args->geo = mp->m_attr_geo; in xfs_attri_recover_work()
/linux/fs/xfs/libxfs/
H A Dxfs_dir2.c121 mp->m_attr_geo = kzalloc(sizeof(struct xfs_da_geometry), in xfs_da_mount()
123 if (!mp->m_dir_geo || !mp->m_attr_geo) { in xfs_da_mount()
125 kfree(mp->m_attr_geo); in xfs_da_mount()
171 dageo = mp->m_attr_geo; in xfs_da_mount()
194 kfree(mp->m_attr_geo); in xfs_da_unmount()
H A Dxfs_attr_leaf.c262 if (nameidx < leafhdr->firstused || nameidx >= mp->m_attr_geo->blksize) in xfs_attr3_leaf_verify_entry()
325 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, leaf); in xfs_attr3_leaf_verify()
335 if (ichdr.firstused > mp->m_attr_geo->blksize) in xfs_attr3_leaf_verify()
353 buf_end = (char *)bp->b_addr + mp->m_attr_geo->blksize; in xfs_attr3_leaf_verify()
371 if (ichdr.freemap[i].base > mp->m_attr_geo->blksize) in xfs_attr3_leaf_verify()
375 if (ichdr.freemap[i].size > mp->m_attr_geo->blksize) in xfs_attr3_leaf_verify()
384 if (end > mp->m_attr_geo->blksize) in xfs_attr3_leaf_verify()
1026 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &leafhdr, leaf); in xfs_attr_shortform_allfit()
1693 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr1, leaf1_bp->b_addr); in xfs_attr_leaf_order()
1694 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr2, leaf2_bp->b_addr); in xfs_attr_leaf_order()
[all …]
H A Dxfs_exchmaps.c429 .geo = tp->t_mountp->m_attr_geo, in xfs_exchmaps_attr_to_sf()
H A Dxfs_attr.c281 args->geo = args->dp->i_mount->m_attr_geo; in xfs_attr_get()
H A Dxfs_da_btree.c137 return mp->m_attr_geo->fsbcount; in xfs_dabuf_nfsb()
247 ichdr.count > mp->m_attr_geo->node_ents) in xfs_da3_node_verify()