Searched refs:xfs_bmbt_get_maxrecs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_bmap_btree.h | 98 extern int xfs_bmbt_get_maxrecs(struct xfs_btree_cur *, int level);
|
H A D | xfs_bmap_btree.c | 316 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 D | xfs_bmap.c | 762 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 D | xfs_bmap_btree.h | 99 extern int xfs_bmbt_get_maxrecs(struct xfs_btree_cur *, int level);
|
H A D | xfs_bmap_btree.c | 304 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 D | xfs_bmap.c | 704 pp = XFS_BMBT_PTR_ADDR(mp, block, 1, xfs_bmbt_get_maxrecs(cur, in xfs_bmap_extents_to_btree()
|
Completed in 15 milliseconds