Searched refs:sb_logblocks (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/fs/xfs/ |
D | xfs_mount.c | 412 d = (xfs_daddr_t)XFS_FSB_TO_BB(mp, mp->m_sb.sb_logblocks); in xfs_check_sizes() 413 if (XFS_BB_TO_FSB(mp, d) != mp->m_sb.sb_logblocks) { in xfs_check_sizes() 790 if (XFS_IS_CORRUPT(mp, !sbp->sb_logblocks)) { in xfs_mountfs() 807 XFS_FSB_TO_BB(mp, sbp->sb_logblocks)); in xfs_mountfs()
|
D | xfs_log.c | 679 if (mp->m_sb.sb_logblocks < min_logfsbs) { in xfs_log_mount() 682 mp->m_sb.sb_logblocks, min_logfsbs); in xfs_log_mount() 684 } else if (mp->m_sb.sb_logblocks > XFS_MAX_LOG_BLOCKS) { in xfs_log_mount() 687 mp->m_sb.sb_logblocks, XFS_MAX_LOG_BLOCKS); in xfs_log_mount() 689 } else if (XFS_FSB_TO_B(mp, mp->m_sb.sb_logblocks) > XFS_MAX_LOG_BYTES) { in xfs_log_mount() 692 XFS_FSB_TO_B(mp, mp->m_sb.sb_logblocks), in xfs_log_mount()
|
D | xfs_fsops.c | 234 if (nb == mp->m_sb.sb_logblocks && in xfs_growfs_log_private()
|
D | xfs_fsmap.c | 441 rmap.rm_blockcount = mp->m_sb.sb_logblocks; in xfs_getfsmap_logdev()
|
D | xfs_rtalloc.c | 990 if (nrsumblocks > (mp->m_sb.sb_logblocks >> 1)) in xfs_growfs_rt()
|
D | xfs_super.c | 827 lsize = sbp->sb_logstart ? sbp->sb_logblocks : 0; in xfs_fs_statfs()
|
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_sb.c | 568 to->sb_logblocks = be32_to_cpu(from->sb_logblocks); in __xfs_sb_from_disk() 717 to->sb_logblocks = cpu_to_be32(from->sb_logblocks); in xfs_sb_to_disk() 1134 geo->logblocks = sbp->sb_logblocks; in xfs_fs_geometry()
|
D | xfs_ag.c | 437 be32_add_cpu(&arec->ar_startblock, mp->m_sb.sb_logblocks); in xfs_freesp_init_recs() 542 rrec->rm_blockcount = cpu_to_be32(mp->m_sb.sb_logblocks); in xfs_rmaproot_init() 609 int64_t logblocks = mp->m_sb.sb_logblocks; in xfs_agfblock_init()
|
D | xfs_refcount_btree.c | 520 agblocks -= mp->m_sb.sb_logblocks; in xfs_refcountbt_calc_reserves()
|
D | xfs_format.h | 111 xfs_extlen_t sb_logblocks; /* number of log blocks */ member 202 __be32 sb_logblocks; /* number of log blocks */ member
|
D | xfs_rmap_btree.c | 670 agblocks -= mp->m_sb.sb_logblocks; in xfs_rmapbt_calc_reserves()
|
D | xfs_ialloc_btree.c | 701 agblocks -= mp->m_sb.sb_logblocks; in xfs_inobt_max_size()
|
D | xfs_ialloc.c | 2901 first_bno += mp->m_sb.sb_logblocks; in xfs_ialloc_calc_rootino()
|
/linux-6.1.9/fs/xfs/scrub/ |
D | agheader.c | 154 if (sb->sb_logblocks != cpu_to_be32(mp->m_sb.sb_logblocks)) in xchk_superblock()
|