Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_da_btree.h25 uint node_ents; /* # of entries in a danode */ member
Dxfs_dir2.c136 dageo->node_ents = (dageo->blksize - nodehdr_size) / in xfs_da_mount()
146 dageo->node_ents = (dageo->blksize - nodehdr_size) / in xfs_da_mount()
Dxfs_da_btree.c170 if (ichdr.count > mp->m_dir_geo->node_ents && in xfs_da3_node_verify()
171 ichdr.count > mp->m_attr_geo->node_ents) in xfs_da3_node_verify()
699 if (nodehdr.count + newcount > state->args->geo->node_ents) { in xfs_da3_node_split()
1176 if (nodehdr.count > (state->args->geo->node_ents >> 1)) { in xfs_da3_node_toosmall()
1213 count = state->args->geo->node_ents; in xfs_da3_node_toosmall()
1214 count -= state->args->geo->node_ents >> 2; in xfs_da3_node_toosmall()