Searched refs:m_attr_geo (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_dir2.c | 118 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()
|
D | xfs_attr_remote.c | 126 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()
|
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 | 257 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()
|
D | xfs_attr.c | 88 args->geo = dp->i_mount->m_attr_geo; in xfs_attr_args_init()
|
D | xfs_da_btree.c | 169 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/ |
D | xfs_attr_list.c | 262 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()
|
D | xfs_mount.h | 66 struct xfs_da_geometry *m_attr_geo; /* attribute block geometry */ member
|
D | xfs_attr_inactive.c | 138 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, leaf); in xfs_attr3_leaf_inactive()
|