Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
A Dxfs_fsops.h9 extern int xfs_growfs_data(struct xfs_mount *mp, struct xfs_growfs_data *in);
A Dxfs_fsops.c88 struct xfs_growfs_data *in) /* growfs data input struct */ in xfs_growfs_data_private()
275 xfs_growfs_data( in xfs_growfs_data() function
277 struct xfs_growfs_data *in) in xfs_growfs_data()
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()
A Dxfs_ioctl.c2056 struct xfs_growfs_data in; in xfs_file_ioctl()
2064 error = xfs_growfs_data(mp, &in); in xfs_file_ioctl()
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_fs.h297 typedef struct xfs_growfs_data { struct
813 #define XFS_IOC_FSGROWFSDATA _IOW ('X', 110, struct xfs_growfs_data)

Completed in 18 milliseconds