Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_da_btree.h189 unsigned int node_ents; /* how many entries in danode */ member
Dxfs_dir2_node.c1375 state->node_ents = state->mp->m_dir_node_ents; in xfs_dir2_node_addname()
1831 state->node_ents = state->mp->m_dir_node_ents; in xfs_dir2_node_lookup()
1885 state->node_ents = state->mp->m_dir_node_ents; in xfs_dir2_node_removename()
1955 state->node_ents = state->mp->m_dir_node_ents; in xfs_dir2_node_replace()
Dxfs_attr.c1241 state->node_ents = state->mp->m_attr_node_ents; in xfs_attr_node_addname()
1406 state->node_ents = state->mp->m_attr_node_ents; in xfs_attr_node_addname()
1496 state->node_ents = state->mp->m_attr_node_ents; in xfs_attr_node_removename()
1760 state->node_ents = state->mp->m_attr_node_ents; in xfs_attr_node_get()
Dxfs_da_btree.c397 if ((be16_to_cpu(node->hdr.count) + newcount) > state->node_ents) { in xfs_da_node_split()
782 if (count > (state->node_ents >> 1)) { in xfs_da_node_toosmall()
835 count = state->node_ents; in xfs_da_node_toosmall()
836 count -= state->node_ents >> 2; in xfs_da_node_toosmall()