Home | History | Annotate | Line # | Download | only in common
linux_file64.c revision 1.2.4.8
      1  1.2.4.8   nathanw /*	$NetBSD: linux_file64.c,v 1.2.4.8 2002/04/01 22:17:50 nathanw Exp $	*/
      2      1.1  jdolecek 
      3      1.1  jdolecek /*-
      4      1.1  jdolecek  * Copyright (c) 1995, 1998, 2000 The NetBSD Foundation, Inc.
      5      1.1  jdolecek  * All rights reserved.
      6      1.1  jdolecek  *
      7      1.1  jdolecek  * This code is derived from software contributed to The NetBSD Foundation
      8      1.1  jdolecek  * by Frank van der Linden and Eric Haszlakiewicz.
      9      1.1  jdolecek  *
     10      1.1  jdolecek  * Redistribution and use in source and binary forms, with or without
     11      1.1  jdolecek  * modification, are permitted provided that the following conditions
     12      1.1  jdolecek  * are met:
     13      1.1  jdolecek  * 1. Redistributions of source code must retain the above copyright
     14      1.1  jdolecek  *    notice, this list of conditions and the following disclaimer.
     15      1.1  jdolecek  * 2. Redistributions in binary form must reproduce the above copyright
     16      1.1  jdolecek  *    notice, this list of conditions and the following disclaimer in the
     17      1.1  jdolecek  *    documentation and/or other materials provided with the distribution.
     18      1.1  jdolecek  * 3. All advertising materials mentioning features or use of this software
     19      1.1  jdolecek  *    must display the following acknowledgement:
     20      1.1  jdolecek  *	This product includes software developed by the NetBSD
     21      1.1  jdolecek  *	Foundation, Inc. and its contributors.
     22      1.1  jdolecek  * 4. Neither the name of The NetBSD Foundation nor the names of its
     23      1.1  jdolecek  *    contributors may be used to endorse or promote products derived
     24      1.1  jdolecek  *    from this software without specific prior written permission.
     25      1.1  jdolecek  *
     26      1.1  jdolecek  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
     27      1.1  jdolecek  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
     28      1.1  jdolecek  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
     29      1.1  jdolecek  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
     30      1.1  jdolecek  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     31      1.1  jdolecek  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     32      1.1  jdolecek  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     33      1.1  jdolecek  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     34      1.1  jdolecek  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     35      1.1  jdolecek  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     36      1.1  jdolecek  * POSSIBILITY OF SUCH DAMAGE.
     37      1.1  jdolecek  */
     38      1.1  jdolecek 
     39      1.1  jdolecek /*
     40      1.1  jdolecek  * Linux 64bit filesystem calls. Used on 32bit archs, not used on 64bit ones.
     41      1.1  jdolecek  */
     42  1.2.4.4   nathanw 
     43  1.2.4.4   nathanw #include <sys/cdefs.h>
     44  1.2.4.8   nathanw __KERNEL_RCSID(0, "$NetBSD: linux_file64.c,v 1.2.4.8 2002/04/01 22:17:50 nathanw Exp $");
     45      1.1  jdolecek 
     46      1.1  jdolecek #include <sys/param.h>
     47      1.1  jdolecek #include <sys/systm.h>
     48      1.1  jdolecek #include <sys/namei.h>
     49      1.1  jdolecek #include <sys/proc.h>
     50      1.1  jdolecek #include <sys/file.h>
     51      1.1  jdolecek #include <sys/stat.h>
     52      1.1  jdolecek #include <sys/filedesc.h>
     53      1.1  jdolecek #include <sys/ioctl.h>
     54      1.1  jdolecek #include <sys/kernel.h>
     55      1.1  jdolecek #include <sys/mount.h>
     56      1.1  jdolecek #include <sys/malloc.h>
     57      1.1  jdolecek #include <sys/vnode.h>
     58      1.1  jdolecek #include <sys/tty.h>
     59      1.1  jdolecek #include <sys/conf.h>
     60      1.1  jdolecek 
     61      1.1  jdolecek #include <sys/syscallargs.h>
     62      1.1  jdolecek 
     63      1.1  jdolecek #include <compat/linux/common/linux_types.h>
     64      1.1  jdolecek #include <compat/linux/common/linux_signal.h>
     65      1.1  jdolecek #include <compat/linux/common/linux_fcntl.h>
     66      1.1  jdolecek #include <compat/linux/common/linux_util.h>
     67      1.1  jdolecek #include <compat/linux/common/linux_machdep.h>
     68      1.1  jdolecek 
     69      1.1  jdolecek #include <compat/linux/linux_syscallargs.h>
     70      1.1  jdolecek 
     71      1.1  jdolecek static void bsd_to_linux_stat __P((struct stat *, struct linux_stat64 *));
     72  1.2.4.1   nathanw static int linux_do_stat64 __P((struct lwp *, void *, register_t *, int));
     73      1.1  jdolecek 
     74      1.1  jdolecek /*
     75      1.1  jdolecek  * Convert a NetBSD stat structure to a Linux stat structure.
     76      1.1  jdolecek  * Only the order of the fields and the padding in the structure
     77      1.1  jdolecek  * is different. linux_fakedev is a machine-dependent function
     78      1.1  jdolecek  * which optionally converts device driver major/minor numbers
     79      1.1  jdolecek  * (XXX horrible, but what can you do against code that compares
     80      1.1  jdolecek  * things against constant major device numbers? sigh)
     81      1.1  jdolecek  */
     82      1.1  jdolecek static void
     83      1.1  jdolecek bsd_to_linux_stat(bsp, lsp)
     84      1.1  jdolecek 	struct stat *bsp;
     85      1.1  jdolecek 	struct linux_stat64 *lsp;
     86      1.1  jdolecek {
     87  1.2.4.6   nathanw 	lsp->lst_dev     = linux_fakedev(bsp->st_dev, 0);
     88      1.1  jdolecek 	lsp->lst_ino     = bsp->st_ino;
     89      1.1  jdolecek 	lsp->lst_mode    = (linux_mode_t)bsp->st_mode;
     90      1.1  jdolecek 	if (bsp->st_nlink >= (1 << 15))
     91      1.1  jdolecek 		lsp->lst_nlink = (1 << 15) - 1;
     92      1.1  jdolecek 	else
     93      1.1  jdolecek 		lsp->lst_nlink = (linux_nlink_t)bsp->st_nlink;
     94      1.1  jdolecek 	lsp->lst_uid     = bsp->st_uid;
     95      1.1  jdolecek 	lsp->lst_gid     = bsp->st_gid;
     96  1.2.4.6   nathanw 	lsp->lst_rdev    = linux_fakedev(bsp->st_rdev, 1);
     97      1.1  jdolecek 	lsp->lst_size    = bsp->st_size;
     98      1.1  jdolecek 	lsp->lst_blksize = bsp->st_blksize;
     99      1.1  jdolecek 	lsp->lst_blocks  = bsp->st_blocks;
    100      1.1  jdolecek 	lsp->lst_atime   = bsp->st_atime;
    101      1.1  jdolecek 	lsp->lst_mtime   = bsp->st_mtime;
    102      1.1  jdolecek 	lsp->lst_ctime   = bsp->st_ctime;
    103  1.2.4.6   nathanw 	lsp->lst_ino64   = bsp->st_ino;
    104      1.1  jdolecek }
    105      1.1  jdolecek 
    106      1.1  jdolecek /*
    107      1.1  jdolecek  * The stat functions below are plain sailing. stat and lstat are handled
    108      1.1  jdolecek  * by one function to avoid code duplication.
    109      1.1  jdolecek  */
    110      1.1  jdolecek int
    111  1.2.4.1   nathanw linux_sys_fstat64(l, v, retval)
    112  1.2.4.1   nathanw 	struct lwp *l;
    113      1.1  jdolecek 	void *v;
    114      1.1  jdolecek 	register_t *retval;
    115      1.1  jdolecek {
    116      1.1  jdolecek 	struct linux_sys_fstat64_args /* {
    117      1.1  jdolecek 		syscallarg(int) fd;
    118  1.2.4.3   nathanw 		syscallarg(struct linux_stat64 *) sp;
    119      1.1  jdolecek 	} */ *uap = v;
    120  1.2.4.1   nathanw 	struct proc *p = l->l_proc;
    121      1.1  jdolecek 	struct sys___fstat13_args fsa;
    122      1.1  jdolecek 	struct linux_stat64 tmplst;
    123      1.1  jdolecek 	struct stat *st,tmpst;
    124      1.1  jdolecek 	caddr_t sg;
    125      1.1  jdolecek 	int error;
    126      1.1  jdolecek 
    127  1.2.4.7   nathanw 	sg = stackgap_init(p, 0);
    128      1.1  jdolecek 
    129  1.2.4.7   nathanw 	st = stackgap_alloc(p, &sg, sizeof (struct stat));
    130      1.1  jdolecek 
    131      1.1  jdolecek 	SCARG(&fsa, fd) = SCARG(uap, fd);
    132      1.1  jdolecek 	SCARG(&fsa, sb) = st;
    133      1.1  jdolecek 
    134  1.2.4.1   nathanw 	if ((error = sys___fstat13(l, &fsa, retval)))
    135      1.1  jdolecek 		return error;
    136      1.1  jdolecek 
    137      1.1  jdolecek 	if ((error = copyin(st, &tmpst, sizeof tmpst)))
    138      1.1  jdolecek 		return error;
    139      1.1  jdolecek 
    140      1.1  jdolecek 	bsd_to_linux_stat(&tmpst, &tmplst);
    141      1.1  jdolecek 
    142      1.1  jdolecek 	if ((error = copyout(&tmplst, SCARG(uap, sp), sizeof tmplst)))
    143      1.1  jdolecek 		return error;
    144      1.1  jdolecek 
    145      1.1  jdolecek 	return 0;
    146      1.1  jdolecek }
    147      1.1  jdolecek 
    148      1.1  jdolecek static int
    149  1.2.4.1   nathanw linux_do_stat64(l, v, retval, dolstat)
    150  1.2.4.1   nathanw 	struct lwp *l;
    151      1.1  jdolecek 	void *v;
    152      1.1  jdolecek 	register_t *retval;
    153      1.1  jdolecek 	int dolstat;
    154      1.1  jdolecek {
    155  1.2.4.1   nathanw 	struct proc *p = l->l_proc;
    156      1.1  jdolecek 	struct sys___stat13_args sa;
    157      1.1  jdolecek 	struct linux_stat64 tmplst;
    158      1.1  jdolecek 	struct stat *st, tmpst;
    159      1.1  jdolecek 	caddr_t sg;
    160      1.1  jdolecek 	int error;
    161      1.1  jdolecek 	struct linux_sys_stat64_args *uap = v;
    162      1.1  jdolecek 
    163  1.2.4.7   nathanw 	sg = stackgap_init(p, 0);
    164  1.2.4.7   nathanw 	st = stackgap_alloc(p, &sg, sizeof (struct stat));
    165      1.1  jdolecek 	CHECK_ALT_EXIST(p, &sg, SCARG(uap, path));
    166      1.1  jdolecek 
    167      1.1  jdolecek 	SCARG(&sa, ub) = st;
    168      1.1  jdolecek 	SCARG(&sa, path) = SCARG(uap, path);
    169      1.1  jdolecek 
    170  1.2.4.1   nathanw 	if ((error = (dolstat ? sys___lstat13(l, &sa, retval) :
    171  1.2.4.1   nathanw 				sys___stat13(l, &sa, retval))))
    172      1.1  jdolecek 		return error;
    173      1.1  jdolecek 
    174      1.1  jdolecek 	if ((error = copyin(st, &tmpst, sizeof tmpst)))
    175      1.1  jdolecek 		return error;
    176      1.1  jdolecek 
    177      1.1  jdolecek 	bsd_to_linux_stat(&tmpst, &tmplst);
    178      1.1  jdolecek 
    179      1.1  jdolecek 	if ((error = copyout(&tmplst, SCARG(uap, sp), sizeof tmplst)))
    180      1.1  jdolecek 		return error;
    181      1.1  jdolecek 
    182      1.1  jdolecek 	return 0;
    183      1.1  jdolecek }
    184      1.1  jdolecek 
    185      1.1  jdolecek int
    186  1.2.4.1   nathanw linux_sys_stat64(l, v, retval)
    187  1.2.4.1   nathanw 	struct lwp *l;
    188      1.1  jdolecek 	void *v;
    189      1.1  jdolecek 	register_t *retval;
    190      1.1  jdolecek {
    191      1.1  jdolecek 	struct linux_sys_stat64_args /* {
    192      1.1  jdolecek 		syscallarg(const char *) path;
    193      1.1  jdolecek 		syscallarg(struct linux_stat64 *) sp;
    194      1.1  jdolecek 	} */ *uap = v;
    195      1.1  jdolecek 
    196  1.2.4.1   nathanw 	return linux_do_stat64(l, uap, retval, 0);
    197      1.1  jdolecek }
    198      1.1  jdolecek 
    199      1.1  jdolecek int
    200  1.2.4.1   nathanw linux_sys_lstat64(l, v, retval)
    201  1.2.4.1   nathanw 	struct lwp *l;
    202      1.1  jdolecek 	void *v;
    203      1.1  jdolecek 	register_t *retval;
    204      1.1  jdolecek {
    205      1.1  jdolecek 	struct linux_sys_lstat64_args /* {
    206      1.1  jdolecek 		syscallarg(const char *) path;
    207      1.1  jdolecek 		syscallarg(struct linux_stat64 *) sp;
    208      1.1  jdolecek 	} */ *uap = v;
    209      1.1  jdolecek 
    210  1.2.4.1   nathanw 	return linux_do_stat64(l, uap, retval, 1);
    211      1.2  jdolecek }
    212      1.2  jdolecek 
    213      1.2  jdolecek int
    214  1.2.4.1   nathanw linux_sys_truncate64(l, v, retval)
    215  1.2.4.1   nathanw 	struct lwp *l;
    216      1.2  jdolecek 	void *v;
    217      1.2  jdolecek 	register_t *retval;
    218      1.2  jdolecek {
    219      1.2  jdolecek 	struct linux_sys_truncate64_args /* {
    220      1.2  jdolecek 		syscallarg(const char *) path;
    221      1.2  jdolecek 		syscallarg(off_t) length;
    222      1.2  jdolecek 	} */ *uap = v;
    223  1.2.4.1   nathanw 	struct proc *p = l->l_proc;
    224  1.2.4.7   nathanw 	caddr_t sg = stackgap_init(p, 0);
    225      1.2  jdolecek 
    226      1.2  jdolecek 	CHECK_ALT_EXIST(p, &sg, SCARG(uap, path));
    227      1.2  jdolecek 
    228  1.2.4.1   nathanw 	return sys_truncate(l, uap, retval);
    229      1.1  jdolecek }
    230  1.2.4.2   nathanw 
    231  1.2.4.7   nathanw #if defined(__mips__) || defined(__i386__) /* powerpc could use it too */
    232  1.2.4.7   nathanw static void bsd_to_linux_flock64 __P((struct linux_flock64 *,
    233  1.2.4.7   nathanw     const struct flock *));
    234  1.2.4.7   nathanw static void linux_to_bsd_flock64 __P((struct flock *,
    235  1.2.4.7   nathanw     const struct linux_flock64 *));
    236  1.2.4.7   nathanw 
    237  1.2.4.7   nathanw static void
    238  1.2.4.7   nathanw bsd_to_linux_flock64(lfp, bfp)
    239  1.2.4.7   nathanw 	struct linux_flock64 *lfp;
    240  1.2.4.7   nathanw 	const struct flock *bfp;
    241  1.2.4.7   nathanw {
    242  1.2.4.7   nathanw 
    243  1.2.4.7   nathanw 	lfp->l_start = bfp->l_start;
    244  1.2.4.7   nathanw 	lfp->l_len = bfp->l_len;
    245  1.2.4.7   nathanw 	lfp->l_pid = bfp->l_pid;
    246  1.2.4.7   nathanw 	lfp->l_whence = bfp->l_whence;
    247  1.2.4.7   nathanw 	switch (bfp->l_type) {
    248  1.2.4.7   nathanw 	case F_RDLCK:
    249  1.2.4.7   nathanw 		lfp->l_type = LINUX_F_RDLCK;
    250  1.2.4.7   nathanw 		break;
    251  1.2.4.7   nathanw 	case F_UNLCK:
    252  1.2.4.7   nathanw 		lfp->l_type = LINUX_F_UNLCK;
    253  1.2.4.7   nathanw 		break;
    254  1.2.4.7   nathanw 	case F_WRLCK:
    255  1.2.4.7   nathanw 		lfp->l_type = LINUX_F_WRLCK;
    256  1.2.4.7   nathanw 		break;
    257  1.2.4.7   nathanw 	}
    258  1.2.4.7   nathanw }
    259  1.2.4.7   nathanw 
    260  1.2.4.7   nathanw static void
    261  1.2.4.7   nathanw linux_to_bsd_flock64(bfp, lfp)
    262  1.2.4.7   nathanw 	struct flock *bfp;
    263  1.2.4.7   nathanw 	const struct linux_flock64 *lfp;
    264  1.2.4.7   nathanw {
    265  1.2.4.7   nathanw 
    266  1.2.4.7   nathanw 	bfp->l_start = lfp->l_start;
    267  1.2.4.7   nathanw 	bfp->l_len = lfp->l_len;
    268  1.2.4.7   nathanw 	bfp->l_pid = lfp->l_pid;
    269  1.2.4.7   nathanw 	bfp->l_whence = lfp->l_whence;
    270  1.2.4.7   nathanw 	switch (lfp->l_type) {
    271  1.2.4.7   nathanw 	case LINUX_F_RDLCK:
    272  1.2.4.7   nathanw 		bfp->l_type = F_RDLCK;
    273  1.2.4.7   nathanw 		break;
    274  1.2.4.7   nathanw 	case LINUX_F_UNLCK:
    275  1.2.4.7   nathanw 		bfp->l_type = F_UNLCK;
    276  1.2.4.7   nathanw 		break;
    277  1.2.4.7   nathanw 	case LINUX_F_WRLCK:
    278  1.2.4.7   nathanw 		bfp->l_type = F_WRLCK;
    279  1.2.4.7   nathanw 		break;
    280  1.2.4.7   nathanw 	}
    281  1.2.4.7   nathanw }
    282  1.2.4.2   nathanw int
    283  1.2.4.5       wdk linux_sys_fcntl64(l, v, retval)
    284  1.2.4.5       wdk 	struct lwp *l;
    285  1.2.4.2   nathanw 	void *v;
    286  1.2.4.2   nathanw 	register_t *retval;
    287  1.2.4.2   nathanw {
    288  1.2.4.2   nathanw 	struct linux_sys_fcntl64_args /* {
    289  1.2.4.7   nathanw 		syscallarg(int) fd;
    290  1.2.4.7   nathanw 		syscallarg(int) cmd;
    291  1.2.4.7   nathanw 		syscallarg(void *) arg;
    292  1.2.4.2   nathanw 	} */ *uap = v;
    293  1.2.4.7   nathanw 	struct proc *p = l->l_proc;
    294  1.2.4.7   nathanw 	struct sys_fcntl_args fca;
    295  1.2.4.7   nathanw 	struct linux_flock64 lfl;
    296  1.2.4.7   nathanw 	struct flock bfl, *bfp;
    297  1.2.4.2   nathanw 	int error;
    298  1.2.4.7   nathanw 	caddr_t sg;
    299  1.2.4.7   nathanw 	void *arg = SCARG(uap, arg);
    300  1.2.4.7   nathanw 	int cmd = SCARG(uap, cmd);
    301  1.2.4.7   nathanw 	int fd = SCARG(uap, fd);
    302  1.2.4.2   nathanw 
    303  1.2.4.2   nathanw 	switch (cmd) {
    304  1.2.4.7   nathanw 	case LINUX_F_GETLK64:
    305  1.2.4.7   nathanw 		sg = stackgap_init(p, 0);
    306  1.2.4.7   nathanw 		bfp = (struct flock *) stackgap_alloc(p, &sg, sizeof *bfp);
    307  1.2.4.7   nathanw 		if ((error = copyin(arg, &lfl, sizeof lfl)) != 0)
    308  1.2.4.7   nathanw 			return error;
    309  1.2.4.7   nathanw 		linux_to_bsd_flock64(&bfl, &lfl);
    310  1.2.4.7   nathanw 		if ((error = copyout(&bfl, bfp, sizeof bfl)) != 0)
    311  1.2.4.7   nathanw 			return error;
    312  1.2.4.7   nathanw 		SCARG(&fca, fd) = fd;
    313  1.2.4.7   nathanw 		SCARG(&fca, cmd) = F_GETLK;
    314  1.2.4.7   nathanw 		SCARG(&fca, arg) = bfp;
    315  1.2.4.8   nathanw 		if ((error = sys_fcntl(l, &fca, retval)) != 0)
    316  1.2.4.7   nathanw 			return error;
    317  1.2.4.7   nathanw 		if ((error = copyin(bfp, &bfl, sizeof bfl)) != 0)
    318  1.2.4.7   nathanw 			return error;
    319  1.2.4.7   nathanw 		bsd_to_linux_flock64(&lfl, &bfl);
    320  1.2.4.7   nathanw 		return copyout(&lfl, arg, sizeof lfl);
    321  1.2.4.7   nathanw 	case LINUX_F_SETLK64:
    322  1.2.4.7   nathanw 	case LINUX_F_SETLKW64:
    323  1.2.4.7   nathanw 		cmd = (cmd == LINUX_F_SETLK64 ? F_SETLK : F_SETLKW);
    324  1.2.4.7   nathanw 		if ((error = copyin(arg, &lfl, sizeof lfl)) != 0)
    325  1.2.4.7   nathanw 			return error;
    326  1.2.4.7   nathanw 		linux_to_bsd_flock64(&bfl, &lfl);
    327  1.2.4.7   nathanw 		sg = stackgap_init(p, 0);
    328  1.2.4.7   nathanw 		bfp = (struct flock *) stackgap_alloc(p, &sg, sizeof *bfp);
    329  1.2.4.7   nathanw 		if ((error = copyout(&bfl, bfp, sizeof bfl)) != 0)
    330  1.2.4.7   nathanw 			return error;
    331  1.2.4.7   nathanw 		SCARG(&fca, fd) = fd;
    332  1.2.4.7   nathanw 		SCARG(&fca, cmd) = cmd;
    333  1.2.4.7   nathanw 		SCARG(&fca, arg) = bfp;
    334  1.2.4.8   nathanw 		return sys_fcntl(l, &fca, retval);
    335  1.2.4.7   nathanw 	default:
    336  1.2.4.7   nathanw 		return linux_sys_fcntl(l, v, retval);
    337  1.2.4.2   nathanw 	}
    338  1.2.4.2   nathanw 
    339  1.2.4.2   nathanw 	return error;
    340  1.2.4.2   nathanw }
    341  1.2.4.7   nathanw #endif /* __mips__ || __i386__ */
    342