Home
last modified time | relevance | path

Searched refs:newblocks (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_ioctl32.h179 __u64 newblocks; /* new data subvol size, fsblocks */ member
184 __u64 newblocks; /* new realtime size, fsblocks */ member
Dxfs_ioctl32.c52 if (get_user(in->newblocks, &arg32->newblocks) || in xfs_compat_growfs_data_copyin()
63 if (get_user(in->newblocks, &arg32->newblocks) || in xfs_compat_growfs_rt_copyin()
Dxfs_fsops.c102 nb = in->newblocks; in xfs_growfs_data_private()
243 nb = in->newblocks; in xfs_growfs_log_private()
305 if (in->newblocks != mp->m_sb.sb_dblocks) { in xfs_growfs_data()
Dxfs_rtalloc.c901 if (in->newblocks <= mp->m_sb.sb_rblocks) in xfs_growfs_rt()
917 error = xfs_sb_validate_fsb_count(&mp->m_sb, in->newblocks); in xfs_growfs_rt()
924 XFS_FSB_TO_BB(mp, in->newblocks - 1), in xfs_growfs_rt()
933 nrextents = div_u64(in->newblocks, in->extsize); in xfs_growfs_rt()
979 error = xfs_growfs_rt_bmblock(mp, in->newblocks, in->extsize, in xfs_growfs_rt()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_fs.h306 __u64 newblocks; /* new data subvol size, fsblocks */ member
311 __u32 newblocks; /* new log size, fsblocks */ member
316 __u64 newblocks; /* new realtime size, fsblocks */ member