Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_dir2.c123 dageo->node_hdr_size = sizeof(struct xfs_da3_node_hdr); in xfs_da_mount()
129 dageo->node_hdr_size = sizeof(struct xfs_da_node_hdr); in xfs_da_mount()
151 dageo->node_ents = (dageo->blksize - dageo->node_hdr_size) / in xfs_da_mount()
163 dageo->node_hdr_size = mp->m_dir_geo->node_hdr_size; in xfs_da_mount()
164 dageo->node_ents = (dageo->blksize - dageo->node_hdr_size) / in xfs_da_mount()
A Dxfs_da_btree.h23 unsigned int node_hdr_size; /* danode header size in bytes */ member
A Dxfs_da_btree.c472 XFS_DA_LOGRANGE(node, &node->hdr, args->geo->node_hdr_size)); in xfs_da3_node_create()
980 state->args->geo->node_hdr_size)); in xfs_da3_node_rebalance()
985 state->args->geo->node_hdr_size + in xfs_da3_node_rebalance()
1057 state->args->geo->node_hdr_size)); in xfs_da3_node_add()
1486 XFS_DA_LOGRANGE(node, &node->hdr, state->args->geo->node_hdr_size)); in xfs_da3_node_remove()
1559 state->args->geo->node_hdr_size)); in xfs_da3_node_unbalance()

Completed in 14 milliseconds