Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_ialloc_btree.h32 #define XFS_INOBT_BLOCK_LEN(mp) \ macro
44 XFS_INOBT_BLOCK_LEN(mp) + \
50 XFS_INOBT_BLOCK_LEN(mp) + \
56 XFS_INOBT_BLOCK_LEN(mp) + \
Dxfs_ialloc_btree.c425 blocklen -= XFS_INOBT_BLOCK_LEN(mp); in xfs_inobt_maxrecs()