Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_da_format.c744 .leaf_max_ents = xfs_dir2_max_leaf_ents,
794 .leaf_max_ents = xfs_dir2_max_leaf_ents,
844 .leaf_max_ents = xfs_dir3_max_leaf_ents,
Dxfs_dir2.h89 int (*leaf_max_ents)(struct xfs_da_geometry *geo); member
Dxfs_dir2_leaf.c116 if (hdr->count > ops->leaf_max_ents(geo)) in xfs_dir3_leaf_check_int()
Dxfs_dir2_node.c414 if (leafhdr.count == dp->d_ops->leaf_max_ents(args->geo)) { in xfs_dir2_leafn_add()