Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_ioctl32.h196 __u32 imaxpct; /* max allowed inode space(%) */ member
223 __u32 imaxpct; /* new inode space percentage limit */ member
Dxfs_ioctl32.c91 get_user(in->imaxpct, &arg32->imaxpct)) in xfs_compat_growfs_data_copyin()
/linux-2.6.39/fs/xfs/
Dxfs_fs.h167 __u32 imaxpct; /* max allowed inode space(%) */ member
193 __u32 imaxpct; /* max allowed inode space(%) */ member
257 __u32 imaxpct; /* new inode space percentage limit */ member
Dxfs_fsops.c66 geo->imaxpct = mp->m_sb.sb_imax_pct; in xfs_fs_geometry()
144 pct = in->imaxpct; in xfs_growfs_data_private()