Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_dir2.c118 mp->m_attr_geo = kmem_zalloc(sizeof(struct xfs_da_geometry), in xfs_da_mount()
120 if (!mp->m_dir_geo || !mp->m_attr_geo) { in xfs_da_mount()
122 kmem_free(mp->m_attr_geo); in xfs_da_mount()
145 dageo = mp->m_attr_geo; in xfs_da_mount()
167 kmem_free(mp->m_attr_geo); in xfs_da_unmount()
Dxfs_attr_remote.c126 int blksize = mp->m_attr_geo->blksize; in xfs_attr3_rmt_read_verify()
162 int blksize = mp->m_attr_geo->blksize; in xfs_attr3_rmt_write_verify()
259 int blksize = mp->m_attr_geo->blksize; in xfs_attr_rmtval_copyout()
307 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.c257 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, leaf); in xfs_attr3_leaf_verify()
839 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &leafhdr, leaf); in xfs_attr_shortform_allfit()
1426 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr1, leaf1_bp->b_addr); in xfs_attr_leaf_order()
1427 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr2, leaf2_bp->b_addr); in xfs_attr_leaf_order()
2473 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, bp->b_addr); in xfs_attr_leaf_lasthash()
Dxfs_attr.c88 args->geo = dp->i_mount->m_attr_geo; in xfs_attr_args_init()
Dxfs_da_btree.c169 ichdr.count > mp->m_attr_geo->node_ents) in xfs_da3_node_verify()
2469 nfsb = mp->m_attr_geo->fsbcount; in xfs_dabuf_map()
/linux-4.1.27/fs/xfs/
Dxfs_attr_list.c262 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, in xfs_attr_node_list()
347 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &leafhdr, leaf); in xfs_attr_node_list()
380 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, leaf); in xfs_attr3_leaf_list_int()
449 args.geo = context->dp->i_mount->m_attr_geo; in xfs_attr3_leaf_list_int()
Dxfs_mount.h66 struct xfs_da_geometry *m_attr_geo; /* attribute block geometry */ member
Dxfs_attr_inactive.c138 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, leaf); in xfs_attr3_leaf_inactive()