Home
last modified time | relevance | path

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

/linux-4.19.296/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.c450 blocklen -= XFS_INOBT_BLOCK_LEN(mp); in xfs_inobt_maxrecs()