Home
last modified time | relevance | path

Searched refs:sb_imax_pct (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/fs/xfs/
Dxfs_fsops.c66 geo->imaxpct = mp->m_sb.sb_imax_pct; in xfs_fs_geometry()
149 dpct = pct - mp->m_sb.sb_imax_pct; in xfs_growfs_data_private()
374 if (mp->m_sb.sb_imax_pct) { in xfs_growfs_data_private()
375 __uint64_t icount = mp->m_sb.sb_dblocks * mp->m_sb.sb_imax_pct; in xfs_growfs_data_private()
Dxfs_mount.c95 { offsetof(xfs_sb_t, sb_imax_pct), 0 },
374 (sbp->sb_imax_pct > 100 /* zero sb_imax_pct is valid */))) { in xfs_mount_validate_sb()
524 icount = sbp->sb_dblocks * sbp->sb_imax_pct; in xfs_initialize_perag()
599 to->sb_imax_pct = from->sb_imax_pct; in xfs_sb_from_disk()
934 if (sbp->sb_imax_pct) { in xfs_set_maxicount()
939 icount = sbp->sb_dblocks * sbp->sb_imax_pct; in xfs_set_maxicount()
1800 scounter = mp->m_sb.sb_imax_pct; in xfs_mod_incore_sb_unlocked()
1806 mp->m_sb.sb_imax_pct = scounter; in xfs_mod_incore_sb_unlocked()
Dxfs_sb.h127 __uint8_t sb_imax_pct; /* max % of fs for inode space */ member
198 __u8 sb_imax_pct; /* max % of fs for inode space */ member
Dxfs_trans.c950 sbp->sb_imax_pct += tp->t_imaxpct_delta; in xfs_trans_apply_sb_deltas()