Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_da_btree.h25 unsigned int node_ents; /* # of entries in a danode */ member
Dxfs_dir2.c147 dageo->node_ents = (dageo->blksize - dageo->node_hdr_size) / in xfs_da_mount()
158 dageo->node_ents = (dageo->blksize - dageo->node_hdr_size) / in xfs_da_mount()
Dxfs_da_btree.c232 if (ichdr.count > mp->m_dir_geo->node_ents && in xfs_da3_node_verify()
233 ichdr.count > mp->m_attr_geo->node_ents) in xfs_da3_node_verify()
792 if (nodehdr.count + newcount > state->args->geo->node_ents) { in xfs_da3_node_split()
1268 if (nodehdr.count > (state->args->geo->node_ents >> 1)) { in xfs_da3_node_toosmall()
1305 count = state->args->geo->node_ents; in xfs_da3_node_toosmall()
1306 count -= state->args->geo->node_ents >> 2; in xfs_da3_node_toosmall()