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

/linux-4.4.14/fs/xfs/
H A Dxfs_fsops.h22 extern int xfs_growfs_data(xfs_mount_t *mp, xfs_growfs_data_t *in);
H A Dxfs_ioctl32.c79 struct xfs_growfs_data *in, xfs_compat_growfs_data_copyin()
597 struct xfs_growfs_data in; xfs_file_compat_ioctl()
604 error = xfs_growfs_data(mp, &in); xfs_file_compat_ioctl()
H A Dxfs_fsops.c596 xfs_growfs_data( xfs_growfs_data() function
H A Dxfs_ioctl.c1731 error = xfs_growfs_data(mp, &in); xfs_file_ioctl()
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_fs.h266 typedef struct xfs_growfs_data { struct
548 #define XFS_IOC_FSGROWFSDATA _IOW ('X', 110, struct xfs_growfs_data)

Completed in 119 milliseconds