Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_da_btree.h25 uint node_ents; /* # of entries in a danode */ member
Dxfs_dir2.c140 dageo->node_ents = (dageo->blksize - nodehdr_size) / in xfs_da_mount()
150 dageo->node_ents = (dageo->blksize - nodehdr_size) / in xfs_da_mount()
Dxfs_da_btree.c159 if (ichdr.count > mp->m_dir_geo->node_ents && in xfs_da3_node_verify()
160 ichdr.count > mp->m_attr_geo->node_ents) in xfs_da3_node_verify()
681 if (nodehdr.count + newcount > state->args->geo->node_ents) { in xfs_da3_node_split()
1158 if (nodehdr.count > (state->args->geo->node_ents >> 1)) { in xfs_da3_node_toosmall()
1195 count = state->args->geo->node_ents; in xfs_da3_node_toosmall()
1196 count -= state->args->geo->node_ents >> 2; in xfs_da3_node_toosmall()