Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_dir2.c127 mp->m_attr_geo = kmem_zalloc(sizeof(struct xfs_da_geometry), in xfs_da_mount()
129 if (!mp->m_dir_geo || !mp->m_attr_geo) { in xfs_da_mount()
131 kmem_free(mp->m_attr_geo); in xfs_da_mount()
154 dageo = mp->m_attr_geo; in xfs_da_mount()
176 kmem_free(mp->m_attr_geo); in xfs_da_unmount()
Dxfs_attr_remote.c127 int blksize = mp->m_attr_geo->blksize; in xfs_attr3_rmt_read_verify()
163 int blksize = mp->m_attr_geo->blksize; in xfs_attr3_rmt_write_verify()
261 int blksize = mp->m_attr_geo->blksize; in xfs_attr_rmtval_copyout()
309 int blksize = mp->m_attr_geo->blksize; in xfs_attr_rmtval_copyin()
Dxfs_log_rlimit.c43 size = xfs_attr_leaf_entsize_local_max(mp->m_attr_geo->blksize) - in xfs_log_calc_max_attrsetm_res()
Dxfs_attr_leaf.c259 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, leaf); in xfs_attr3_leaf_verify()
849 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &leafhdr, leaf); in xfs_attr_shortform_allfit()
1436 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr1, leaf1_bp->b_addr); in xfs_attr_leaf_order()
1437 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr2, leaf2_bp->b_addr); in xfs_attr_leaf_order()
2483 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, bp->b_addr); in xfs_attr_leaf_lasthash()
Dxfs_attr.c89 args->geo = dp->i_mount->m_attr_geo; in xfs_attr_args_init()
Dxfs_da_btree.c172 ichdr.count > mp->m_attr_geo->node_ents) in xfs_da3_node_verify()
2479 nfsb = mp->m_attr_geo->fsbcount; in xfs_dabuf_map()
/fs/xfs/
Dxfs_attr_list.c258 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, in xfs_attr_node_list()
343 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &leafhdr, leaf); in xfs_attr_node_list()
376 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, leaf); in xfs_attr3_leaf_list_int()
Dxfs_attr_inactive.c138 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, leaf); in xfs_attr3_leaf_inactive()
Dxfs_mount.h98 struct xfs_da_geometry *m_attr_geo; /* attribute block geometry */ member