Searched refs:newblocks (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/xfs/ |
D | xfs_ioctl32.h | 179 __u64 newblocks; /* new data subvol size, fsblocks */ member 184 __u64 newblocks; /* new realtime size, fsblocks */ member
|
D | xfs_ioctl32.c | 52 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()
|
D | xfs_fsops.c | 102 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()
|
D | xfs_rtalloc.c | 901 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/ |
D | xfs_fs.h | 306 __u64 newblocks; /* new data subvol size, fsblocks */ member 311 __u32 newblocks; /* new log size, fsblocks */ member 316 __u64 newblocks; /* new realtime size, fsblocks */ member
|