Searched refs:XFS_BB_TO_FSB (Results 1 – 8 of 8) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_log_rlimit.c | 147 return XFS_BB_TO_FSB(mp, min_logblks); in xfs_log_calc_minimum_size()
|
D | xfs_alloc.h | 91 ((mp)->m_sb.sb_agblocks - XFS_BB_TO_FSB(mp, XFS_FSS_TO_BB(mp, 4)) - 7)
|
D | xfs_inode_buf.c | 86 ni = XFS_BB_TO_FSB(mp, bp->b_length) * mp->m_sb.sb_inopblock; in xfs_inode_buf_verify()
|
D | xfs_format.h | 572 #define XFS_BB_TO_FSB(mp,bb) \ macro
|
/fs/xfs/ |
D | xfs_mount.c | 544 if (XFS_BB_TO_FSB(mp, d) != mp->m_sb.sb_dblocks) { in xfs_check_sizes() 561 if (XFS_BB_TO_FSB(mp, d) != mp->m_sb.sb_logblocks) { in xfs_check_sizes()
|
D | xfs_rtalloc.c | 1216 if (XFS_BB_TO_FSB(mp, d) != mp->m_sb.sb_rblocks) { in xfs_rtmount_init() 1218 (unsigned long long) XFS_BB_TO_FSB(mp, d), in xfs_rtmount_init()
|
D | xfs_bmap_util.c | 498 fileblock = XFS_BB_TO_FSB(ip->i_mount, out->bmv_offset); in xfs_getbmapx_fix_eof_hole() 656 XFS_BB_TO_FSB(mp, bmv->bmv_length), in xfs_getbmap()
|
D | xfs_log_recover.c | 3804 startblock_fsb = XFS_BB_TO_FSB(mp, in xlog_recover_process_efi()
|