Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
Nathan Scott | 7b71876 | 2005-11-02 14:58:39 +1100 | [diff] [blame] | 2 | * Copyright (c) 2004-2005 Silicon Graphics, Inc. |
| 3 | * All Rights Reserved. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | * |
Nathan Scott | 7b71876 | 2005-11-02 14:58:39 +1100 | [diff] [blame] | 5 | * This program is free software; you can redistribute it and/or |
| 6 | * modify it under the terms of the GNU General Public License as |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | * published by the Free Software Foundation. |
| 8 | * |
Nathan Scott | 7b71876 | 2005-11-02 14:58:39 +1100 | [diff] [blame] | 9 | * This program is distributed in the hope that it would be useful, |
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | * GNU General Public License for more details. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | * |
Nathan Scott | 7b71876 | 2005-11-02 14:58:39 +1100 | [diff] [blame] | 14 | * You should have received a copy of the GNU General Public License |
| 15 | * along with this program; if not, write the Free Software Foundation, |
| 16 | * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | #include <linux/compat.h> |
| 19 | #include <linux/init.h> |
| 20 | #include <linux/ioctl.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | #include <linux/syscalls.h> |
| 22 | #include <linux/types.h> |
| 23 | #include <linux/fs.h> |
| 24 | #include <asm/uaccess.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | #include "xfs.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 26 | #include "xfs_fs.h" |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 27 | #include "xfs_bit.h" |
| 28 | #include "xfs_log.h" |
| 29 | #include "xfs_inum.h" |
| 30 | #include "xfs_trans.h" |
| 31 | #include "xfs_sb.h" |
| 32 | #include "xfs_ag.h" |
| 33 | #include "xfs_dir2.h" |
| 34 | #include "xfs_dmapi.h" |
| 35 | #include "xfs_mount.h" |
| 36 | #include "xfs_bmap_btree.h" |
| 37 | #include "xfs_attr_sf.h" |
| 38 | #include "xfs_dir2_sf.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 | #include "xfs_vnode.h" |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 40 | #include "xfs_dinode.h" |
| 41 | #include "xfs_inode.h" |
| 42 | #include "xfs_itable.h" |
| 43 | #include "xfs_error.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 44 | #include "xfs_dfrag.h" |
Christoph Hellwig | 739bfb2 | 2007-08-29 10:58:01 +1000 | [diff] [blame] | 45 | #include "xfs_vnodeops.h" |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 46 | #include "xfs_fsops.h" |
| 47 | #include "xfs_ioctl.h" |
David Chinner | a8272ce | 2007-11-23 16:28:09 +1100 | [diff] [blame] | 48 | #include "xfs_ioctl32.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 49 | |
Eric Sandeen | 526c420 | 2005-09-05 08:25:06 +1000 | [diff] [blame] | 50 | #define _NATIVE_IOC(cmd, type) \ |
| 51 | _IOC(_IOC_DIR(cmd), _IOC_TYPE(cmd), _IOC_NR(cmd), sizeof(type)) |
| 52 | |
sandeen@sandeen.net | ffae263 | 2008-11-25 21:20:07 -0600 | [diff] [blame] | 53 | #ifdef BROKEN_X86_ALIGNMENT |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 54 | STATIC int |
| 55 | xfs_compat_flock64_copyin( |
| 56 | xfs_flock64_t *bf, |
| 57 | compat_xfs_flock64_t __user *arg32) |
Eric Sandeen | 526c420 | 2005-09-05 08:25:06 +1000 | [diff] [blame] | 58 | { |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 59 | if (get_user(bf->l_type, &arg32->l_type) || |
| 60 | get_user(bf->l_whence, &arg32->l_whence) || |
| 61 | get_user(bf->l_start, &arg32->l_start) || |
| 62 | get_user(bf->l_len, &arg32->l_len) || |
| 63 | get_user(bf->l_sysid, &arg32->l_sysid) || |
| 64 | get_user(bf->l_pid, &arg32->l_pid) || |
| 65 | copy_from_user(bf->l_pad, &arg32->l_pad, 4*sizeof(u32))) |
| 66 | return -XFS_ERROR(EFAULT); |
| 67 | return 0; |
Eric Sandeen | 526c420 | 2005-09-05 08:25:06 +1000 | [diff] [blame] | 68 | } |
| 69 | |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 70 | STATIC int |
| 71 | xfs_compat_ioc_fsgeometry_v1( |
| 72 | struct xfs_mount *mp, |
| 73 | compat_xfs_fsop_geom_v1_t __user *arg32) |
Michal Marek | 547e00c | 2007-07-11 11:09:57 +1000 | [diff] [blame] | 74 | { |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 75 | xfs_fsop_geom_t fsgeo; |
| 76 | int error; |
Michal Marek | 547e00c | 2007-07-11 11:09:57 +1000 | [diff] [blame] | 77 | |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 78 | error = xfs_fs_geometry(mp, &fsgeo, 3); |
| 79 | if (error) |
| 80 | return -error; |
| 81 | /* The 32-bit variant simply has some padding at the end */ |
| 82 | if (copy_to_user(arg32, &fsgeo, sizeof(struct compat_xfs_fsop_geom_v1))) |
| 83 | return -XFS_ERROR(EFAULT); |
| 84 | return 0; |
Michal Marek | 547e00c | 2007-07-11 11:09:57 +1000 | [diff] [blame] | 85 | } |
| 86 | |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 87 | STATIC int |
| 88 | xfs_inumbers_fmt_compat( |
| 89 | void __user *ubuffer, |
| 90 | const xfs_inogrp_t *buffer, |
| 91 | long count, |
| 92 | long *written) |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 93 | { |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 94 | compat_xfs_inogrp_t __user *p32 = ubuffer; |
| 95 | long i; |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 96 | |
| 97 | for (i = 0; i < count; i++) { |
| 98 | if (put_user(buffer[i].xi_startino, &p32[i].xi_startino) || |
| 99 | put_user(buffer[i].xi_alloccount, &p32[i].xi_alloccount) || |
| 100 | put_user(buffer[i].xi_allocmask, &p32[i].xi_allocmask)) |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 101 | return -XFS_ERROR(EFAULT); |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 102 | } |
| 103 | *written = count * sizeof(*p32); |
| 104 | return 0; |
| 105 | } |
| 106 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 107 | #else |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 108 | #define xfs_inumbers_fmt_compat xfs_inumbers_fmt |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 109 | #endif |
| 110 | |
| 111 | /* XFS_IOC_FSBULKSTAT and friends */ |
| 112 | |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 113 | STATIC int |
| 114 | xfs_bstime_store_compat( |
| 115 | compat_xfs_bstime_t __user *p32, |
| 116 | const xfs_bstime_t *p) |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 117 | { |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 118 | __s32 sec32; |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 119 | |
| 120 | sec32 = p->tv_sec; |
| 121 | if (put_user(sec32, &p32->tv_sec) || |
| 122 | put_user(p->tv_nsec, &p32->tv_nsec)) |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 123 | return -XFS_ERROR(EFAULT); |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 124 | return 0; |
| 125 | } |
| 126 | |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 127 | STATIC int |
| 128 | xfs_bulkstat_one_fmt_compat( |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 129 | void __user *ubuffer, |
| 130 | const xfs_bstat_t *buffer) |
| 131 | { |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 132 | compat_xfs_bstat_t __user *p32 = ubuffer; |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 133 | |
| 134 | if (put_user(buffer->bs_ino, &p32->bs_ino) || |
| 135 | put_user(buffer->bs_mode, &p32->bs_mode) || |
| 136 | put_user(buffer->bs_nlink, &p32->bs_nlink) || |
| 137 | put_user(buffer->bs_uid, &p32->bs_uid) || |
| 138 | put_user(buffer->bs_gid, &p32->bs_gid) || |
| 139 | put_user(buffer->bs_rdev, &p32->bs_rdev) || |
| 140 | put_user(buffer->bs_blksize, &p32->bs_blksize) || |
| 141 | put_user(buffer->bs_size, &p32->bs_size) || |
| 142 | xfs_bstime_store_compat(&p32->bs_atime, &buffer->bs_atime) || |
| 143 | xfs_bstime_store_compat(&p32->bs_mtime, &buffer->bs_mtime) || |
| 144 | xfs_bstime_store_compat(&p32->bs_ctime, &buffer->bs_ctime) || |
| 145 | put_user(buffer->bs_blocks, &p32->bs_blocks) || |
| 146 | put_user(buffer->bs_xflags, &p32->bs_xflags) || |
| 147 | put_user(buffer->bs_extsize, &p32->bs_extsize) || |
| 148 | put_user(buffer->bs_extents, &p32->bs_extents) || |
| 149 | put_user(buffer->bs_gen, &p32->bs_gen) || |
| 150 | put_user(buffer->bs_projid, &p32->bs_projid) || |
| 151 | put_user(buffer->bs_dmevmask, &p32->bs_dmevmask) || |
| 152 | put_user(buffer->bs_dmstate, &p32->bs_dmstate) || |
| 153 | put_user(buffer->bs_aextents, &p32->bs_aextents)) |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 154 | return -XFS_ERROR(EFAULT); |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 155 | return sizeof(*p32); |
| 156 | } |
| 157 | |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 158 | /* copied from xfs_ioctl.c */ |
| 159 | STATIC int |
| 160 | xfs_ioc_bulkstat_compat( |
| 161 | xfs_mount_t *mp, |
| 162 | unsigned int cmd, |
| 163 | void __user *arg) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 164 | { |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 165 | compat_xfs_fsop_bulkreq_t __user *p32 = (void __user *)arg; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 166 | u32 addr; |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 167 | xfs_fsop_bulkreq_t bulkreq; |
| 168 | int count; /* # of records returned */ |
| 169 | xfs_ino_t inlast; /* last inode number */ |
| 170 | int done; |
| 171 | int error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 172 | |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 173 | /* done = 1 if there are more stats to get and if bulkstat */ |
| 174 | /* should be called again (unused here, but used in dmapi) */ |
| 175 | |
| 176 | if (!capable(CAP_SYS_ADMIN)) |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 177 | return -XFS_ERROR(EPERM); |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 178 | |
| 179 | if (XFS_FORCED_SHUTDOWN(mp)) |
| 180 | return -XFS_ERROR(EIO); |
| 181 | |
| 182 | if (get_user(addr, &p32->lastip)) |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 183 | return -XFS_ERROR(EFAULT); |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 184 | bulkreq.lastip = compat_ptr(addr); |
| 185 | if (get_user(bulkreq.icount, &p32->icount) || |
| 186 | get_user(addr, &p32->ubuffer)) |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 187 | return -XFS_ERROR(EFAULT); |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 188 | bulkreq.ubuffer = compat_ptr(addr); |
| 189 | if (get_user(addr, &p32->ocount)) |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 190 | return -XFS_ERROR(EFAULT); |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 191 | bulkreq.ocount = compat_ptr(addr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 192 | |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 193 | if (copy_from_user(&inlast, bulkreq.lastip, sizeof(__s64))) |
| 194 | return -XFS_ERROR(EFAULT); |
| 195 | |
| 196 | if ((count = bulkreq.icount) <= 0) |
| 197 | return -XFS_ERROR(EINVAL); |
| 198 | |
Lachlan McIlroy | cd57e59 | 2007-11-23 16:30:32 +1100 | [diff] [blame] | 199 | if (bulkreq.ubuffer == NULL) |
| 200 | return -XFS_ERROR(EINVAL); |
| 201 | |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 202 | if (cmd == XFS_IOC_FSINUMBERS) |
| 203 | error = xfs_inumbers(mp, &inlast, &count, |
| 204 | bulkreq.ubuffer, xfs_inumbers_fmt_compat); |
| 205 | else { |
| 206 | /* declare a var to get a warning in case the type changes */ |
| 207 | bulkstat_one_fmt_pf formatter = xfs_bulkstat_one_fmt_compat; |
| 208 | error = xfs_bulkstat(mp, &inlast, &count, |
| 209 | xfs_bulkstat_one, formatter, |
| 210 | sizeof(compat_xfs_bstat_t), bulkreq.ubuffer, |
| 211 | BULKSTAT_FG_QUICK, &done); |
| 212 | } |
| 213 | if (error) |
| 214 | return -error; |
| 215 | |
| 216 | if (bulkreq.ocount != NULL) { |
| 217 | if (copy_to_user(bulkreq.lastip, &inlast, |
| 218 | sizeof(xfs_ino_t))) |
| 219 | return -XFS_ERROR(EFAULT); |
| 220 | |
| 221 | if (copy_to_user(bulkreq.ocount, &count, sizeof(count))) |
| 222 | return -XFS_ERROR(EFAULT); |
| 223 | } |
| 224 | |
| 225 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 226 | } |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 227 | |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 228 | STATIC int |
| 229 | xfs_compat_handlereq_copyin( |
| 230 | xfs_fsop_handlereq_t *hreq, |
| 231 | compat_xfs_fsop_handlereq_t __user *arg32) |
Michal Marek | 1fa503d | 2007-07-11 11:10:09 +1000 | [diff] [blame] | 232 | { |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 233 | compat_xfs_fsop_handlereq_t hreq32; |
Michal Marek | 1fa503d | 2007-07-11 11:10:09 +1000 | [diff] [blame] | 234 | |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 235 | if (copy_from_user(&hreq32, arg32, sizeof(compat_xfs_fsop_handlereq_t))) |
| 236 | return -XFS_ERROR(EFAULT); |
Michal Marek | 1fa503d | 2007-07-11 11:10:09 +1000 | [diff] [blame] | 237 | |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 238 | hreq->fd = hreq32.fd; |
| 239 | hreq->path = compat_ptr(hreq32.path); |
| 240 | hreq->oflags = hreq32.oflags; |
| 241 | hreq->ihandle = compat_ptr(hreq32.ihandle); |
| 242 | hreq->ihandlen = hreq32.ihandlen; |
| 243 | hreq->ohandle = compat_ptr(hreq32.ohandle); |
| 244 | hreq->ohandlen = compat_ptr(hreq32.ohandlen); |
| 245 | |
| 246 | return 0; |
Michal Marek | 1fa503d | 2007-07-11 11:10:09 +1000 | [diff] [blame] | 247 | } |
| 248 | |
Nathan Scott | d387039 | 2005-05-06 06:44:46 -0700 | [diff] [blame] | 249 | STATIC long |
Nathan Scott | e0edd59 | 2006-03-29 08:55:47 +1000 | [diff] [blame] | 250 | xfs_compat_ioctl( |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 251 | xfs_inode_t *ip, |
| 252 | struct file *filp, |
| 253 | int ioflags, |
Nathan Scott | e0edd59 | 2006-03-29 08:55:47 +1000 | [diff] [blame] | 254 | unsigned cmd, |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 255 | void __user *arg) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 256 | { |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 257 | struct inode *inode = filp->f_path.dentry->d_inode; |
| 258 | xfs_mount_t *mp = ip->i_mount; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 259 | int error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 260 | |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 261 | xfs_itrace_entry(XFS_I(inode)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 262 | switch (cmd) { |
| 263 | case XFS_IOC_DIOINFO: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 264 | case XFS_IOC_FSGEOMETRY: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 265 | case XFS_IOC_FSGETXATTR: |
| 266 | case XFS_IOC_FSSETXATTR: |
| 267 | case XFS_IOC_FSGETXATTRA: |
| 268 | case XFS_IOC_FSSETDM: |
| 269 | case XFS_IOC_GETBMAP: |
| 270 | case XFS_IOC_GETBMAPA: |
| 271 | case XFS_IOC_GETBMAPX: |
| 272 | /* not handled |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 273 | case XFS_IOC_FSSETDM_BY_HANDLE: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 274 | case XFS_IOC_ATTRLIST_BY_HANDLE: |
| 275 | case XFS_IOC_ATTRMULTI_BY_HANDLE: |
| 276 | */ |
| 277 | case XFS_IOC_FSCOUNTS: |
| 278 | case XFS_IOC_SET_RESBLKS: |
| 279 | case XFS_IOC_GET_RESBLKS: |
| 280 | case XFS_IOC_FSGROWFSDATA: |
| 281 | case XFS_IOC_FSGROWFSLOG: |
| 282 | case XFS_IOC_FSGROWFSRT: |
| 283 | case XFS_IOC_FREEZE: |
| 284 | case XFS_IOC_THAW: |
| 285 | case XFS_IOC_GOINGDOWN: |
| 286 | case XFS_IOC_ERROR_INJECTION: |
| 287 | case XFS_IOC_ERROR_CLEARALL: |
| 288 | break; |
| 289 | |
sandeen@sandeen.net | ffae263 | 2008-11-25 21:20:07 -0600 | [diff] [blame] | 290 | case XFS_IOC_GETXFLAGS_32: |
| 291 | case XFS_IOC_SETXFLAGS_32: |
| 292 | case XFS_IOC_GETVERSION_32: |
Eric Sandeen | bc58f9b | 2007-10-12 11:13:22 +1000 | [diff] [blame] | 293 | cmd = _NATIVE_IOC(cmd, long); |
| 294 | break; |
Eric Sandeen | 526c420 | 2005-09-05 08:25:06 +1000 | [diff] [blame] | 295 | #ifdef BROKEN_X86_ALIGNMENT |
| 296 | /* xfs_flock_t has wrong u32 vs u64 alignment */ |
| 297 | case XFS_IOC_ALLOCSP_32: |
| 298 | case XFS_IOC_FREESP_32: |
| 299 | case XFS_IOC_ALLOCSP64_32: |
| 300 | case XFS_IOC_FREESP64_32: |
| 301 | case XFS_IOC_RESVSP_32: |
| 302 | case XFS_IOC_UNRESVSP_32: |
| 303 | case XFS_IOC_RESVSP64_32: |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 304 | case XFS_IOC_UNRESVSP64_32: { |
| 305 | struct xfs_flock64 bf; |
| 306 | |
| 307 | if (xfs_compat_flock64_copyin(&bf, arg)) |
| 308 | return -XFS_ERROR(EFAULT); |
Eric Sandeen | 526c420 | 2005-09-05 08:25:06 +1000 | [diff] [blame] | 309 | cmd = _NATIVE_IOC(cmd, struct xfs_flock64); |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 310 | return xfs_ioc_space(ip, inode, filp, ioflags, cmd, &bf); |
| 311 | } |
Michal Marek | 547e00c | 2007-07-11 11:09:57 +1000 | [diff] [blame] | 312 | case XFS_IOC_FSGEOMETRY_V1_32: |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 313 | return xfs_compat_ioc_fsgeometry_v1(mp, arg); |
Eric Sandeen | 526c420 | 2005-09-05 08:25:06 +1000 | [diff] [blame] | 314 | #else /* These are handled fine if no alignment issues */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 315 | case XFS_IOC_ALLOCSP: |
| 316 | case XFS_IOC_FREESP: |
| 317 | case XFS_IOC_RESVSP: |
| 318 | case XFS_IOC_UNRESVSP: |
| 319 | case XFS_IOC_ALLOCSP64: |
| 320 | case XFS_IOC_FREESP64: |
| 321 | case XFS_IOC_RESVSP64: |
| 322 | case XFS_IOC_UNRESVSP64: |
Michal Marek | 547e00c | 2007-07-11 11:09:57 +1000 | [diff] [blame] | 323 | case XFS_IOC_FSGEOMETRY_V1: |
Eric Sandeen | 526c420 | 2005-09-05 08:25:06 +1000 | [diff] [blame] | 324 | break; |
| 325 | |
| 326 | /* xfs_bstat_t still has wrong u32 vs u64 alignment */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 327 | case XFS_IOC_SWAPEXT: |
| 328 | break; |
| 329 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 330 | #endif |
Michal Marek | faa63e9 | 2007-07-11 11:10:19 +1000 | [diff] [blame] | 331 | case XFS_IOC_FSBULKSTAT_32: |
| 332 | case XFS_IOC_FSBULKSTAT_SINGLE_32: |
| 333 | case XFS_IOC_FSINUMBERS_32: |
| 334 | cmd = _NATIVE_IOC(cmd, struct xfs_fsop_bulkreq); |
Christoph Hellwig | 739bfb2 | 2007-08-29 10:58:01 +1000 | [diff] [blame] | 335 | return xfs_ioc_bulkstat_compat(XFS_I(inode)->i_mount, |
Al Viro | ad690ef | 2007-07-26 17:35:59 +0100 | [diff] [blame] | 336 | cmd, (void __user*)arg); |
Michal Marek | 1fa503d | 2007-07-11 11:10:09 +1000 | [diff] [blame] | 337 | case XFS_IOC_FD_TO_HANDLE_32: |
| 338 | case XFS_IOC_PATH_TO_HANDLE_32: |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 339 | case XFS_IOC_PATH_TO_FSHANDLE_32: { |
| 340 | struct xfs_fsop_handlereq hreq; |
| 341 | |
| 342 | if (xfs_compat_handlereq_copyin(&hreq, arg)) |
| 343 | return -XFS_ERROR(EFAULT); |
Michal Marek | 1fa503d | 2007-07-11 11:10:09 +1000 | [diff] [blame] | 344 | cmd = _NATIVE_IOC(cmd, struct xfs_fsop_handlereq); |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 345 | return xfs_find_handle(cmd, &hreq); |
| 346 | } |
| 347 | case XFS_IOC_OPEN_BY_HANDLE_32: { |
| 348 | struct xfs_fsop_handlereq hreq; |
| 349 | |
| 350 | if (xfs_compat_handlereq_copyin(&hreq, arg)) |
| 351 | return -XFS_ERROR(EFAULT); |
| 352 | return xfs_open_by_handle(mp, &hreq, filp, inode); |
| 353 | } |
| 354 | case XFS_IOC_READLINK_BY_HANDLE_32: { |
| 355 | struct xfs_fsop_handlereq hreq; |
| 356 | |
| 357 | if (xfs_compat_handlereq_copyin(&hreq, arg)) |
| 358 | return -XFS_ERROR(EFAULT); |
| 359 | return xfs_readlink_by_handle(mp, &hreq, inode); |
| 360 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 361 | default: |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 362 | return -XFS_ERROR(ENOIOCTLCMD); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 363 | } |
| 364 | |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 365 | error = xfs_ioctl(ip, filp, ioflags, cmd, arg); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 366 | return error; |
| 367 | } |
| 368 | |
Nathan Scott | d387039 | 2005-05-06 06:44:46 -0700 | [diff] [blame] | 369 | long |
Nathan Scott | a50cd26 | 2006-03-14 14:06:18 +1100 | [diff] [blame] | 370 | xfs_file_compat_ioctl( |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 371 | struct file *filp, |
| 372 | unsigned int cmd, |
| 373 | unsigned long p) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 374 | { |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 375 | struct inode *inode = filp->f_path.dentry->d_inode; |
| 376 | |
| 377 | return xfs_compat_ioctl(XFS_I(inode), filp, 0, cmd, (void __user *)p); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 378 | } |
| 379 | |
Nathan Scott | d387039 | 2005-05-06 06:44:46 -0700 | [diff] [blame] | 380 | long |
Nathan Scott | a50cd26 | 2006-03-14 14:06:18 +1100 | [diff] [blame] | 381 | xfs_file_compat_invis_ioctl( |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 382 | struct file *filp, |
| 383 | unsigned int cmd, |
| 384 | unsigned long p) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 385 | { |
sandeen@sandeen.net | d5547f9 | 2008-11-25 21:20:08 -0600 | [diff] [blame^] | 386 | struct inode *inode = filp->f_path.dentry->d_inode; |
| 387 | |
| 388 | return xfs_compat_ioctl(XFS_I(inode), filp, IO_INVIS, cmd, |
| 389 | (void __user *)p); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 390 | } |