Searched refs:newblocks (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_fsops.c | 98 xfs_rfsblock_t nb = in->newblocks; in xfs_growfs_data_private() 246 nb = in->newblocks; in xfs_growfs_log_private() 302 if (in->newblocks != mp->m_sb.sb_dblocks && mp->m_sb.sb_rtstart) { in xfs_growfs_data() 314 if (in->newblocks != mp->m_sb.sb_dblocks) { in xfs_growfs_data()
|
| 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 | 1418 if (in->newblocks <= mp->m_sb.sb_rblocks) in xfs_growfs_rt() 1442 error = xfs_sb_validate_fsb_count(&mp->m_sb, in->newblocks); in xfs_growfs_rt() 1446 error = xfs_rt_check_size(mp, in->newblocks - 1); in xfs_growfs_rt() 1454 if (in->newblocks < in->extsize) in xfs_growfs_rt() 1458 error = xfs_growfs_check_rtgeom(mp, mp->m_sb.sb_dblocks, in->newblocks, in xfs_growfs_rt() 1464 error = xfs_growfs_rt_prep_groups(mp, in->newblocks, in xfs_growfs_rt() 1471 error = xfs_growfs_rtg(mp, old_rgcount - 1, in->newblocks, in xfs_growfs_rt() 1478 xfs_rtbxlen_t rextents = div_u64(in->newblocks, in->extsize); in xfs_growfs_rt() 1484 error = xfs_growfs_rtg(mp, rgno, in->newblocks, in->extsize); in xfs_growfs_rt()
|