Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_fsops.c261 __u32 imaxpct) in xfs_growfs_imaxpct() argument
267 if (imaxpct > 100) in xfs_growfs_imaxpct()
275 dpct = imaxpct - mp->m_sb.sb_imax_pct; in xfs_growfs_imaxpct()
299 if (in->imaxpct != mp->m_sb.sb_imax_pct) { in xfs_growfs_data()
300 error = xfs_growfs_imaxpct(mp, in->imaxpct); in xfs_growfs_data()
A Dxfs_ioctl32.h153 __u32 imaxpct; /* max allowed inode space(%) */ member
180 __u32 imaxpct; /* new inode space percentage limit */ member
A Dxfs_ioctl32.c53 get_user(in->imaxpct, &arg32->imaxpct)) in xfs_compat_growfs_data_copyin()
/linux/fs/xfs/libxfs/
A Dxfs_fs.h121 __u32 imaxpct; /* max allowed inode space(%) */ member
147 __u32 imaxpct; /* max allowed inode space(%) */ member
174 __u32 imaxpct; /* max allowed inode space(%) */ member
307 __u32 imaxpct; /* new inode space percentage limit */ member
A Dxfs_sb.c1221 geo->imaxpct = sbp->sb_imax_pct; in xfs_fs_geometry()

Completed in 14 milliseconds