Searched refs:sb_logblocks (Results 1 – 16 of 16) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_sb.c | 645 if (sbp->sb_logblocks > XFS_MAX_LOG_BLOCKS) { in xfs_validate_sb_common() 648 sbp->sb_logblocks, XFS_MAX_LOG_BLOCKS); in xfs_validate_sb_common() 652 if (XFS_FSB_TO_B(mp, sbp->sb_logblocks) > XFS_MAX_LOG_BYTES) { in xfs_validate_sb_common() 655 XFS_FSB_TO_B(mp, sbp->sb_logblocks), in xfs_validate_sb_common() 814 to->sb_logblocks = be32_to_cpu(from->sb_logblocks); in __xfs_sb_from_disk() 994 to->sb_logblocks = cpu_to_be32(from->sb_logblocks); in xfs_sb_to_disk() 1504 geo->logblocks = sbp->sb_logblocks; in xfs_fs_geometry()
|
H A D | xfs_ag.c | 368 be32_add_cpu(&arec->ar_startblock, mp->m_sb.sb_logblocks); in xfs_freesp_init_recs() 461 rrec->rm_blockcount = cpu_to_be32(mp->m_sb.sb_logblocks); in xfs_rmaproot_init() 527 int64_t logblocks = mp->m_sb.sb_logblocks; in xfs_agfblock_init()
|
H A D | xfs_ondisk.h | 252 XFS_CHECK_SB_OFFSET(sb_logblocks, 96); in xfs_check_ondisk_structs()
|
H A D | xfs_refcount_btree.c | 518 agblocks -= mp->m_sb.sb_logblocks; in xfs_refcountbt_calc_reserves()
|
H A D | xfs_format.h | 110 xfs_extlen_t sb_logblocks; /* number of log blocks */ member 208 __be32 sb_logblocks; /* number of log blocks */ member
|
H A D | xfs_trans_resv.c | 1554 if (!min_logblocks || min_logblocks > mp->m_sb.sb_logblocks) in xfs_calc_atomic_write_reservation()
|
H A D | xfs_ialloc.c | 3134 first_bno += mp->m_sb.sb_logblocks; in xfs_ialloc_calc_rootino()
|
/linux/fs/xfs/ |
H A D | xfs_mount.c | 428 d = (xfs_daddr_t)XFS_FSB_TO_BB(mp, mp->m_sb.sb_logblocks); in xfs_check_sizes() 429 if (XFS_BB_TO_FSB(mp, d) != mp->m_sb.sb_logblocks) { in xfs_check_sizes() 1009 if (XFS_IS_CORRUPT(mp, !sbp->sb_logblocks)) { in xfs_mountfs() 1033 XFS_FSB_TO_BB(mp, sbp->sb_logblocks)); in xfs_mountfs()
|
H A D | xfs_fsmap.c | 691 eofs = XFS_FSB_TO_BB(mp, mp->m_sb.sb_logblocks); in xfs_getfsmap_logdev() 709 frec.len_daddr = XFS_FSB_TO_BB(mp, mp->m_sb.sb_logblocks); in xfs_getfsmap_logdev() 1191 mp->m_sb.sb_logblocks); in xfs_getfsmap()
|
H A D | xfs_fsops.c | 259 if (nb == mp->m_sb.sb_logblocks && in xfs_growfs_log_private()
|
H A D | xfs_log.c | 632 if (mp->m_sb.sb_logblocks < min_logfsbs) { in xfs_log_mount() 635 mp->m_sb.sb_logblocks, min_logfsbs); in xfs_log_mount()
|
H A D | xfs_rtalloc.c | 1262 if (min_logfsbs > mp->m_sb.sb_logblocks) in xfs_growfs_check_rtgeom()
|
H A D | xfs_super.c | 870 return mp->m_sb.sb_logblocks; in xfs_internal_log_size()
|
H A D | xfs_trace.h | 250 __entry->cur_logblocks = mp->m_sb.sb_logblocks; 5861 __entry->logblocks = mp->m_sb.sb_logblocks;
|
/linux/fs/xfs/scrub/ |
H A D | agheader.c | 202 if (sb->sb_logblocks != cpu_to_be32(mp->m_sb.sb_logblocks)) in xchk_superblock()
|
H A D | rmap_repair.c | 878 sc->mp->m_sb.sb_logblocks, XFS_RMAP_OWN_LOG, 0, 0); in xrep_rmap_find_log_rmaps()
|