Searched refs:newblocks (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_ioctl32.h | 179 __u64 newblocks; /* new data subvol size, fsblocks */ member 184 __u64 newblocks; /* new realtime size, fsblocks */ member
|
| H A D | xfs_rtalloc.c | 1426 if (in->newblocks <= mp->m_sb.sb_rblocks) in xfs_growfs_rt() 1450 error = xfs_sb_validate_fsb_count(&mp->m_sb, in->newblocks); in xfs_growfs_rt() 1454 error = xfs_rt_check_size(mp, in->newblocks - 1); in xfs_growfs_rt() 1462 if (in->newblocks < in->extsize) in xfs_growfs_rt() 1466 error = xfs_growfs_check_rtgeom(mp, mp->m_sb.sb_dblocks, in->newblocks, in xfs_growfs_rt() 1472 error = xfs_growfs_rt_prep_groups(mp, in->newblocks, in xfs_growfs_rt() 1479 error = xfs_growfs_rtg(mp, old_rgcount - 1, in->newblocks, in xfs_growfs_rt() 1486 xfs_rtbxlen_t rextents = div_u64(in->newblocks, in->extsize); in xfs_growfs_rt() 1492 error = xfs_growfs_rtg(mp, rgno, in->newblocks, in->extsize); in xfs_growfs_rt()
|