Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_dir2_format.h359 static inline int xfs_dir2_max_leaf_ents(struct xfs_mount *mp) in xfs_dir2_max_leaf_ents() function
Dxfs_dir2_node.c215 if (be16_to_cpu(leaf->hdr.count) == xfs_dir2_max_leaf_ents(mp)) { in xfs_dir2_leafn_add()
276 ASSERT(be16_to_cpu(leaf->hdr.count) <= xfs_dir2_max_leaf_ents(mp)); in xfs_dir2_leafn_check()
Dxfs_dir2_leaf.c604 ASSERT(be16_to_cpu(leaf->hdr.count) <= xfs_dir2_max_leaf_ents(mp)); in xfs_dir2_leaf_check()