xfs_growfs_log 788 fs/xfs/libxfs/xfs_fs.h #define XFS_IOC_FSGROWFSLOG _IOW ('X', 111, struct xfs_growfs_log) xfs_growfs_log 10 fs/xfs/xfs_fsops.h extern int xfs_growfs_log(xfs_mount_t *mp, xfs_growfs_log_t *in); xfs_growfs_log 2338 fs/xfs/xfs_ioctl.c error = xfs_growfs_log(mp, &in);