Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_log_rlimit.c135 return XFS_BB_TO_FSB(mp, min_logblks); in xfs_log_calc_minimum_size()
Dxfs_inode_buf.c92 ni = XFS_BB_TO_FSB(mp, bp->b_length) * mp->m_sb.sb_inopblock; in xfs_inode_buf_verify()
Dxfs_format.h584 #define XFS_BB_TO_FSB(mp,bb) \ macro
Dxfs_alloc.c130 blocks = XFS_BB_TO_FSB(mp, XFS_FSS_TO_BB(mp, 4)); /* ag headers */ in xfs_alloc_ag_max_usable()
/linux-4.19.296/fs/xfs/
Dxfs_bmap_item.c411 startblock_fsb = XFS_BB_TO_FSB(mp, in xfs_bui_recover()
413 inode_fsb = XFS_BB_TO_FSB(mp, XFS_FSB_TO_DADDR(mp, in xfs_bui_recover()
Dxfs_rmap_item.c428 startblock_fsb = XFS_BB_TO_FSB(mp, in xfs_rui_recover()
Dxfs_refcount_item.c411 startblock_fsb = XFS_BB_TO_FSB(mp, in xfs_cui_recover()
Dxfs_extfree_item.c508 startblock_fsb = XFS_BB_TO_FSB(mp, in xfs_efi_recover()
Dxfs_mount.c540 if (XFS_BB_TO_FSB(mp, d) != mp->m_sb.sb_dblocks) { in xfs_check_sizes()
557 if (XFS_BB_TO_FSB(mp, d) != mp->m_sb.sb_logblocks) { in xfs_check_sizes()
Dxfs_rtalloc.c1189 if (XFS_BB_TO_FSB(mp, d) != mp->m_sb.sb_rblocks) { in xfs_rtmount_init()
1191 (unsigned long long) XFS_BB_TO_FSB(mp, d), in xfs_rtmount_init()
Dxfs_fsmap.c488 end_fsb = XFS_BB_TO_FSB(mp, keys[1].fmr_physical); in __xfs_getfsmap_rtdev()
Dxfs_bmap_util.c616 len = XFS_BB_TO_FSB(mp, bmv->bmv_length); in xfs_getbmap()