Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_da_btree.h38 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.c168 if (ichdr.count > mp->m_dir_geo->node_ents && in xfs_da3_node_verify()
169 ichdr.count > mp->m_attr_geo->node_ents) in xfs_da3_node_verify()
662 if (nodehdr.count + newcount > state->args->geo->node_ents) { in xfs_da3_node_split()
1139 if (nodehdr.count > (state->args->geo->node_ents >> 1)) { in xfs_da3_node_toosmall()
1176 count = state->args->geo->node_ents; in xfs_da3_node_toosmall()
1177 count -= state->args->geo->node_ents >> 2; in xfs_da3_node_toosmall()