Searched refs:dageo (Results 1 – 1 of 1) sorted by relevance
113 struct xfs_da_geometry *dageo; in xfs_da_mount() local130 dageo = mp->m_dir_geo; in xfs_da_mount()131 dageo->blklog = mp->m_sb.sb_blocklog + mp->m_sb.sb_dirblklog; in xfs_da_mount()132 dageo->fsblog = mp->m_sb.sb_blocklog; in xfs_da_mount()133 dageo->blksize = xfs_dir2_dirblock_bytes(&mp->m_sb); in xfs_da_mount()134 dageo->fsbcount = 1 << mp->m_sb.sb_dirblklog; in xfs_da_mount()136 dageo->node_hdr_size = sizeof(struct xfs_da3_node_hdr); in xfs_da_mount()137 dageo->leaf_hdr_size = sizeof(struct xfs_dir3_leaf_hdr); in xfs_da_mount()138 dageo->free_hdr_size = sizeof(struct xfs_dir3_free_hdr); in xfs_da_mount()139 dageo->data_entry_offset = in xfs_da_mount()[all …]