Home
last modified time | relevance | path

Searched refs:XFS_INOBT_BLOCK_LEN (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.h21 #define XFS_INOBT_BLOCK_LEN(mp) \ macro
33 XFS_INOBT_BLOCK_LEN(mp) + \
39 XFS_INOBT_BLOCK_LEN(mp) + \
45 XFS_INOBT_BLOCK_LEN(mp) + \
H A Dxfs_ialloc_btree.c582 blocklen -= XFS_INOBT_BLOCK_LEN(mp); in xfs_inobt_maxrecs()