Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_fsops.h9 extern int xfs_growfs_data(xfs_mount_t *mp, xfs_growfs_data_t *in);
Dxfs_fsops.c227 xfs_growfs_data( in xfs_growfs_data() function
229 struct xfs_growfs_data *in) in xfs_growfs_data()
Dxfs_ioctl32.c69 struct xfs_growfs_data *in, in xfs_compat_growfs_data_copyin()
617 struct xfs_growfs_data in; in xfs_file_compat_ioctl()
624 error = xfs_growfs_data(mp, &in); in xfs_file_compat_ioctl()
Dxfs_ioctl.c2106 error = xfs_growfs_data(mp, &in); in xfs_file_ioctl()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_fs.h243 typedef struct xfs_growfs_data { struct
607 #define XFS_IOC_FSGROWFSDATA _IOW ('X', 110, struct xfs_growfs_data)