xfs_dir2_max_leaf_ents  571 fs/xfs/xfs_dir2_leaf.c 	ASSERT(be16_to_cpu(leaf->hdr.count) <= xfs_dir2_max_leaf_ents(mp));
xfs_dir2_max_leaf_ents  219 fs/xfs/xfs_dir2_node.c 	if (be16_to_cpu(leaf->hdr.count) == xfs_dir2_max_leaf_ents(mp)) {
xfs_dir2_max_leaf_ents  356 fs/xfs/xfs_dir2_node.c 	ASSERT(be16_to_cpu(leaf->hdr.count) <= xfs_dir2_max_leaf_ents(mp));