Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_dir2.c124 dageo->node_hdr_size = sizeof(struct xfs_da3_node_hdr); in xfs_da_mount()
130 dageo->node_hdr_size = sizeof(struct xfs_da_node_hdr); in xfs_da_mount()
152 dageo->node_ents = (dageo->blksize - dageo->node_hdr_size) / in xfs_da_mount()
164 dageo->node_hdr_size = mp->m_dir_geo->node_hdr_size; in xfs_da_mount()
165 dageo->node_ents = (dageo->blksize - dageo->node_hdr_size) / in xfs_da_mount()
H A Dxfs_da_btree.h23 unsigned int node_hdr_size; /* danode header size in bytes */ member
H A Dxfs_da_btree.c472 XFS_DA_LOGRANGE(node, &node->hdr, args->geo->node_hdr_size)); in xfs_da3_node_create()
981 state->args->geo->node_hdr_size)); in xfs_da3_node_rebalance()
986 state->args->geo->node_hdr_size + in xfs_da3_node_rebalance()
1058 state->args->geo->node_hdr_size)); in xfs_da3_node_add()
1487 XFS_DA_LOGRANGE(node, &node->hdr, state->args->geo->node_hdr_size)); in xfs_da3_node_remove()
1560 state->args->geo->node_hdr_size)); in xfs_da3_node_unbalance()