Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.h24 unsigned int node_ents; /* # of entries in a danode */ member
H A Dxfs_dir2.c152 dageo->node_ents = (dageo->blksize - dageo->node_hdr_size) / in xfs_da_mount()
165 dageo->node_ents = (dageo->blksize - dageo->node_hdr_size) / in xfs_da_mount()
H A Dxfs_da_btree.c244 if (ichdr.count > mp->m_dir_geo->node_ents && in xfs_da3_node_verify()
245 ichdr.count > mp->m_attr_geo->node_ents) in xfs_da3_node_verify()
807 if (nodehdr.count + newcount > state->args->geo->node_ents) { in xfs_da3_node_split()
1280 if (nodehdr.count > (state->args->geo->node_ents >> 1)) { in xfs_da3_node_toosmall()
1317 count = state->args->geo->node_ents; in xfs_da3_node_toosmall()
1318 count -= state->args->geo->node_ents >> 2; in xfs_da3_node_toosmall()