Searched refs:sb_imax_pct (Results 1 – 8 of 8) sorted by relevance
278 dpct = imaxpct - mp->m_sb.sb_imax_pct; in xfs_growfs_imaxpct()308 if (in->imaxpct != mp->m_sb.sb_imax_pct) { in xfs_growfs_data()321 if (mp->m_sb.sb_imax_pct) { in xfs_growfs_data()322 uint64_t icount = mp->m_sb.sb_dblocks * mp->m_sb.sb_imax_pct; in xfs_growfs_data()
512 sbp->sb_imax_pct += tp->t_imaxpct_delta; in xfs_trans_apply_sb_deltas()656 mp->m_sb.sb_imax_pct += tp->t_imaxpct_delta; in xfs_trans_unreserve_and_mod_sb()671 ASSERT(mp->m_sb.sb_imax_pct >= 0); in xfs_trans_unreserve_and_mod_sb()
325 icount = sbp->sb_dblocks * sbp->sb_imax_pct; in xfs_set_inode_alloc()
643 (sbp->sb_imax_pct > 100 /* zero sb_imax_pct is valid */) || in xfs_validate_sb_common()840 to->sb_imax_pct = from->sb_imax_pct; in __xfs_sb_from_disk()1020 to->sb_imax_pct = from->sb_imax_pct; in xfs_sb_to_disk()1523 geo->imaxpct = sbp->sb_imax_pct; in xfs_fs_geometry()
255 XFS_CHECK_SB_OFFSET(sb_imax_pct, 127); in xfs_check_ondisk_structs()
123 uint8_t sb_imax_pct; /* max % of fs for inode space */ member221 __u8 sb_imax_pct; /* max % of fs for inode space */ member
3020 if (sbp->sb_imax_pct && igeo->ialloc_blks) { in xfs_ialloc_setup_geometry()3025 icount = sbp->sb_dblocks * sbp->sb_imax_pct; in xfs_ialloc_setup_geometry()
256 if (sb->sb_imax_pct != mp->m_sb.sb_imax_pct) in xchk_superblock()