Searched refs:xfs_growfs_log (Results 1 - 4 of 4) sorted by last modified time

/linux-master/fs/xfs/
H A Dxfs_ioctl.c1486 struct xfs_growfs_log in;
1494 error = xfs_growfs_log(mp, &in);
H A Dxfs_fsops.h10 int xfs_growfs_log(struct xfs_mount *mp, struct xfs_growfs_log *in);
H A Dxfs_fsops.c241 struct xfs_growfs_log *in) /* growfs log input struct */
336 xfs_growfs_log(
338 struct xfs_growfs_log *in) function
/linux-master/fs/xfs/libxfs/
H A Dxfs_fs.h309 typedef struct xfs_growfs_log {
979 #define XFS_IOC_FSGROWFSLOG _IOW ('X', 111, struct xfs_growfs_log)
307 typedef struct xfs_growfs_log { struct

Completed in 345 milliseconds