Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_dir2.c96 struct xfs_da_geometry *dageo; in xfs_da_mount() local
113 dageo = mp->m_dir_geo; in xfs_da_mount()
114 dageo->blklog = mp->m_sb.sb_blocklog + mp->m_sb.sb_dirblklog; in xfs_da_mount()
115 dageo->fsblog = mp->m_sb.sb_blocklog; in xfs_da_mount()
116 dageo->blksize = xfs_dir2_dirblock_bytes(&mp->m_sb); in xfs_da_mount()
117 dageo->fsbcount = 1 << mp->m_sb.sb_dirblklog; in xfs_da_mount()
119 dageo->node_hdr_size = sizeof(struct xfs_da3_node_hdr); in xfs_da_mount()
120 dageo->leaf_hdr_size = sizeof(struct xfs_dir3_leaf_hdr); in xfs_da_mount()
121 dageo->free_hdr_size = sizeof(struct xfs_dir3_free_hdr); in xfs_da_mount()
122 dageo->data_entry_offset = in xfs_da_mount()
[all …]