Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_fsops.c201 __u32 imaxpct) in xfs_growfs_imaxpct() argument
207 if (imaxpct > 100) in xfs_growfs_imaxpct()
215 dpct = imaxpct - mp->m_sb.sb_imax_pct; in xfs_growfs_imaxpct()
239 if (in->imaxpct != mp->m_sb.sb_imax_pct) { in xfs_growfs_data()
240 error = xfs_growfs_imaxpct(mp, in->imaxpct); in xfs_growfs_data()
Dxfs_ioctl32.h186 __u32 imaxpct; /* max allowed inode space(%) */ member
213 __u32 imaxpct; /* new inode space percentage limit */ member
Dxfs_ioctl32.c73 get_user(in->imaxpct, &arg32->imaxpct)) in xfs_compat_growfs_data_copyin()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_fs.h135 __u32 imaxpct; /* max allowed inode space(%) */ member
161 __u32 imaxpct; /* max allowed inode space(%) */ member
245 __u32 imaxpct; /* new inode space percentage limit */ member
Dxfs_sb.c1099 geo->imaxpct = sbp->sb_imax_pct; in xfs_fs_geometry()