Home
last modified time | relevance | path

Searched refs:imaxpct (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_fsops.c196 __u32 imaxpct) in xfs_growfs_imaxpct()
202 if (imaxpct > 100) in xfs_growfs_imaxpct()
210 dpct = imaxpct - mp->m_sb.sb_imax_pct; in xfs_growfs_imaxpct()
233 /* update imaxpct separately to the physical grow of the filesystem */ in xfs_growfs_data()
234 if (in->imaxpct != mp->m_sb.sb_imax_pct) { in xfs_growfs_data()
235 error = xfs_growfs_imaxpct(mp, in->imaxpct); in xfs_growfs_data()
194 xfs_growfs_imaxpct( struct xfs_mount *mp, __u32 imaxpct) xfs_growfs_imaxpct() argument
H A Dxfs_ioctl32.h177 __u32 imaxpct; /* max allowed inode space(%) */ member
204 __u32 imaxpct; /* new inode space percentage limit */ member
H A Dxfs_ioctl32.c66 get_user(in->imaxpct, &arg32->imaxpct)) in xfs_compat_growfs_data_copyin()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_fsops.c258 __u32 imaxpct) in xfs_growfs_imaxpct()
264 if (imaxpct > 100) in xfs_growfs_imaxpct()
272 dpct = imaxpct - mp->m_sb.sb_imax_pct; in xfs_growfs_imaxpct()
295 /* update imaxpct separately to the physical grow of the filesystem */ in xfs_growfs_data()
296 if (in->imaxpct != mp->m_sb.sb_imax_pct) { in xfs_growfs_data()
297 error = xfs_growfs_imaxpct(mp, in->imaxpct); in xfs_growfs_data()
256 xfs_growfs_imaxpct( struct xfs_mount *mp, __u32 imaxpct) xfs_growfs_imaxpct() argument
H A Dxfs_ioctl32.h153 __u32 imaxpct; /* max allowed inode space(%) */ member
180 __u32 imaxpct; /* new inode space percentage limit */ member
H A Dxfs_ioctl32.c52 get_user(in->imaxpct, &arg32->imaxpct)) in xfs_compat_growfs_data_copyin()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_fs.h135 __u32 imaxpct; /* max allowed inode space(%) */ member
161 __u32 imaxpct; /* max allowed inode space(%) */ member
188 __u32 imaxpct; /* max allowed inode space(%) */ member
310 __u32 imaxpct; /* new inode space percentage limit */ member
H A Dxfs_sb.c1128 geo->imaxpct = sbp->sb_imax_pct; in xfs_fs_geometry()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_fs.h120 __u32 imaxpct; /* max allowed inode space(%) */ member
146 __u32 imaxpct; /* max allowed inode space(%) */ member
173 __u32 imaxpct; /* max allowed inode space(%) */ member
301 __u32 imaxpct; /* new inode space percentage limit */ member
H A Dxfs_sb.c1196 geo->imaxpct = sbp->sb_imax_pct; in xfs_fs_geometry()

Completed in 13 milliseconds