Searched refs:m_attr_geo (Results 1 – 9 of 9) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_dir2.c | 127 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()
|
D | xfs_attr_remote.c | 127 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()
|
D | xfs_log_rlimit.c | 43 size = xfs_attr_leaf_entsize_local_max(mp->m_attr_geo->blksize) - in xfs_log_calc_max_attrsetm_res()
|
D | xfs_attr_leaf.c | 259 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()
|
D | xfs_attr.c | 89 args->geo = dp->i_mount->m_attr_geo; in xfs_attr_args_init()
|
D | xfs_da_btree.c | 172 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/ |
D | xfs_attr_list.c | 258 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()
|
D | xfs_attr_inactive.c | 138 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, leaf); in xfs_attr3_leaf_inactive()
|
D | xfs_mount.h | 98 struct xfs_da_geometry *m_attr_geo; /* attribute block geometry */ member
|