Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_ialloc_btree.h20 #define XFS_INOBT_BLOCK_LEN(mp) \ macro
32 XFS_INOBT_BLOCK_LEN(mp) + \
38 XFS_INOBT_BLOCK_LEN(mp) + \
44 XFS_INOBT_BLOCK_LEN(mp) + \
Dxfs_ialloc_btree.c540 blocklen -= XFS_INOBT_BLOCK_LEN(mp); in xfs_inobt_maxrecs()