Searched refs:m_attr_geo (Results 1 – 10 of 10) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_attr_inactive.c | 96 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 D | xfs_attr_list.c | 370 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 D | xfs_xattr.c | 108 args->geo = mp->m_attr_geo; in xfs_attr_change()
|
H A D | xfs_mount.h | 126 struct xfs_da_geometry *m_attr_geo; /* attribute block geometry */ member
|
H A D | xfs_attr_item.c | 691 args->geo = mp->m_attr_geo; in xfs_attri_recover_work()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2.c | 121 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 D | xfs_attr_leaf.c | 262 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 D | xfs_exchmaps.c | 429 .geo = tp->t_mountp->m_attr_geo, in xfs_exchmaps_attr_to_sf()
|
H A D | xfs_attr.c | 281 args->geo = args->dp->i_mount->m_attr_geo; in xfs_attr_get()
|
H A D | xfs_da_btree.c | 137 return mp->m_attr_geo->fsbcount; in xfs_dabuf_nfsb() 247 ichdr.count > mp->m_attr_geo->node_ents) in xfs_da3_node_verify()
|