Home
last modified time | relevance | path

Searched refs:xfs_bmbt_get_maxrecs (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_bmap_btree.h98 extern int xfs_bmbt_get_maxrecs(struct xfs_btree_cur *, int level);
H A Dxfs_bmap_btree.c316 xfs_bmbt_get_maxrecs( in xfs_bmbt_get_maxrecs() function
337 * For non-root nodes this is equivalent to xfs_bmbt_get_maxrecs, but
341 * as xfs_bmbt_get_maxrecs for the root node, too.
527 .get_maxrecs = xfs_bmbt_get_maxrecs,
H A Dxfs_bmap.c762 pp = XFS_BMBT_PTR_ADDR(mp, block, 1, xfs_bmbt_get_maxrecs(cur, in xfs_bmap_extents_to_btree()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_bmap_btree.h99 extern int xfs_bmbt_get_maxrecs(struct xfs_btree_cur *, int level);
H A Dxfs_bmap_btree.c304 xfs_bmbt_get_maxrecs( in xfs_bmbt_get_maxrecs() function
325 * For non-root nodes this is equivalent to xfs_bmbt_get_maxrecs, but
329 * as xfs_bmbt_get_maxrecs for the root node, too.
531 .get_maxrecs = xfs_bmbt_get_maxrecs,
H A Dxfs_bmap.c704 pp = XFS_BMBT_PTR_ADDR(mp, block, 1, xfs_bmbt_get_maxrecs(cur, in xfs_bmap_extents_to_btree()

Completed in 15 milliseconds