Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_fsops.h9 extern int xfs_growfs_data(struct xfs_mount *mp, struct xfs_growfs_data *in);
H A Dxfs_fsops.c88 struct xfs_growfs_data *in) /* growfs data input struct */ in xfs_growfs_data_private()
291 xfs_growfs_data( in xfs_growfs_data() function
293 struct xfs_growfs_data *in) in xfs_growfs_data()
H A Dxfs_ioctl32.c48 struct xfs_growfs_data *in, in xfs_compat_growfs_data_copyin()
437 struct xfs_growfs_data in; in xfs_file_compat_ioctl()
444 error = xfs_growfs_data(ip->i_mount, &in); in xfs_file_compat_ioctl()
H A Dxfs_ioctl.c2066 struct xfs_growfs_data in; in xfs_file_ioctl()
2074 error = xfs_growfs_data(mp, &in); in xfs_file_ioctl()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_fs.h299 typedef struct xfs_growfs_data { struct
819 #define XFS_IOC_FSGROWFSDATA _IOW ('X', 110, struct xfs_growfs_data)