Home
last modified time | relevance | path

Searched refs:XFS_BB_TO_FSB (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_log_rlimit.c133 return XFS_BB_TO_FSB(mp, min_logblks); in xfs_log_calc_minimum_size()
Dxfs_inode_buf.c87 ni = XFS_BB_TO_FSB(mp, bp->b_length) * mp->m_sb.sb_inopblock; in xfs_inode_buf_verify()
Dxfs_format.h580 #define XFS_BB_TO_FSB(mp,bb) \ macro
Dxfs_alloc.c126 blocks = XFS_BB_TO_FSB(mp, XFS_FSS_TO_BB(mp, 4)); /* ag headers */ in xfs_alloc_ag_max_usable()
/Linux-v5.4/fs/xfs/
Dxfs_bmap_item.c467 startblock_fsb = XFS_BB_TO_FSB(mp, in xfs_bui_recover()
469 inode_fsb = XFS_BB_TO_FSB(mp, XFS_FSB_TO_DADDR(mp, in xfs_bui_recover()
Dxfs_mount.c496 if (XFS_BB_TO_FSB(mp, d) != mp->m_sb.sb_dblocks) { in xfs_check_sizes()
513 if (XFS_BB_TO_FSB(mp, d) != mp->m_sb.sb_logblocks) { in xfs_check_sizes()
Dxfs_refcount_item.c476 startblock_fsb = XFS_BB_TO_FSB(mp, in xfs_cui_recover()
Dxfs_rtalloc.c1209 if (XFS_BB_TO_FSB(mp, d) != mp->m_sb.sb_rblocks) { in xfs_rtmount_init()
1211 (unsigned long long) XFS_BB_TO_FSB(mp, d), in xfs_rtmount_init()
Dxfs_rmap_item.c514 startblock_fsb = XFS_BB_TO_FSB(mp, in xfs_rui_recover()
Dxfs_extfree_item.c615 startblock_fsb = XFS_BB_TO_FSB(mp, in xfs_efi_recover()
Dxfs_fsmap.c481 end_fsb = XFS_BB_TO_FSB(mp, keys[1].fmr_physical); in __xfs_getfsmap_rtdev()
Dxfs_bmap_util.c611 len = XFS_BB_TO_FSB(mp, bmv->bmv_length); in xfs_getbmap()