Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_da_format.c727 .leaf_max_ents = xfs_dir2_max_leaf_ents,
777 .leaf_max_ents = xfs_dir2_max_leaf_ents,
827 .leaf_max_ents = xfs_dir3_max_leaf_ents,
Dxfs_dir2.h78 int (*leaf_max_ents)(struct xfs_da_geometry *geo); member
Dxfs_dir2_leaf.c114 if (hdr->count > ops->leaf_max_ents(geo)) in xfs_dir3_leaf_check_int()
Dxfs_dir2_node.c464 if (leafhdr.count == dp->d_ops->leaf_max_ents(args->geo)) { in xfs_dir2_leafn_add()
/Linux-v4.19/fs/xfs/scrub/
Ddir.c528 if (leafhdr.count > d_ops->leaf_max_ents(geo)) { in xchk_directory_leaf1_bestfree()