Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_bmap_btree.h400 int xfs_bmap_broot_space(xfs_bmdr_block_t *bb);
401 #define XFS_BMAP_BROOT_SPACE(bb) xfs_bmap_broot_space(bb)
Dxfs_macros.c477 xfs_bmap_broot_space(xfs_bmdr_block_t *bb) in xfs_bmap_broot_space() function