Searched refs:dageo (Results 1 – 1 of 1) sorted by relevance
101 struct xfs_da_geometry *dageo; in xfs_da_mount() local118 dageo = mp->m_dir_geo; in xfs_da_mount()119 dageo->blklog = mp->m_sb.sb_blocklog + mp->m_sb.sb_dirblklog; in xfs_da_mount()120 dageo->fsblog = mp->m_sb.sb_blocklog; in xfs_da_mount()121 dageo->blksize = xfs_dir2_dirblock_bytes(&mp->m_sb); in xfs_da_mount()122 dageo->fsbcount = 1 << mp->m_sb.sb_dirblklog; in xfs_da_mount()124 dageo->node_hdr_size = sizeof(struct xfs_da3_node_hdr); in xfs_da_mount()125 dageo->leaf_hdr_size = sizeof(struct xfs_dir3_leaf_hdr); in xfs_da_mount()126 dageo->free_hdr_size = sizeof(struct xfs_dir3_free_hdr); in xfs_da_mount()127 dageo->data_entry_offset = in xfs_da_mount()[all …]