Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_fsops.c266 __u32 imaxpct) in xfs_growfs_imaxpct()
272 if (imaxpct > 100) in xfs_growfs_imaxpct()
280 dpct = imaxpct - mp->m_sb.sb_imax_pct; in xfs_growfs_imaxpct()
309 /* update imaxpct separately to the physical grow of the filesystem */ in xfs_growfs_data()
310 if (in->imaxpct != mp->m_sb.sb_imax_pct) { in xfs_growfs_data()
311 error = xfs_growfs_imaxpct(mp, in->imaxpct); in xfs_growfs_data()
264 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
/linux/fs/xfs/libxfs/
H A Dxfs_sb.c1523 geo->imaxpct = sbp->sb_imax_pct; in xfs_fs_geometry()