···11-/* $Id: namei.h,v 1.1 1996/12/13 14:48:21 jj Exp $22- * linux/include/asm-alpha/namei.h33- *44- * Included from linux/fs/namei.c55- */66-77-#ifndef __ALPHA_NAMEI_H88-#define __ALPHA_NAMEI_H99-1010-/* This dummy routine maybe changed to something useful1111- * for /usr/gnemul/ emulation stuff.1212- * Look at asm-sparc/namei.h for details.1313- */1414-1515-#define __emul_prefix() NULL1616-1717-#endif /* __ALPHA_NAMEI_H */
-25
include/asm-arm/namei.h
···11-/* 22- * linux/include/asm-arm/namei.h33- *44- * Routines to handle famous /usr/gnemul55- * Derived from the Sparc version of this file66- *77- * Included from linux/fs/namei.c88- */99-1010-#ifndef __ASMARM_NAMEI_H1111-#define __ASMARM_NAMEI_H1212-1313-#define ARM_BSD_EMUL "usr/gnemul/bsd/"1414-1515-static inline char *__emul_prefix(void)1616-{1717- switch (current->personality) {1818- case PER_BSD:1919- return ARM_BSD_EMUL;2020- default:2121- return NULL;2222- }2323-}2424-2525-#endif /* __ASMARM_NAMEI_H */
-7
include/asm-avr32/namei.h
···11-#ifndef __ASM_AVR32_NAMEI_H22-#define __ASM_AVR32_NAMEI_H33-44-/* This dummy routine may be changed to something useful */55-#define __emul_prefix() NULL66-77-#endif /* __ASM_AVR32_NAMEI_H */
-19
include/asm-blackfin/namei.h
···11-/*22- * linux/include/asm/namei.h33- *44- * Included from linux/fs/namei.c55- *66- * Changes made by Lineo Inc. May 200177- */88-99-#ifndef __BFIN_NAMEI_H1010-#define __BFIN_NAMEI_H1111-1212-/* This dummy routine maybe changed to something useful1313- * for /usr/gnemul/ emulation stuff.1414- * Look at asm-sparc/namei.h for details.1515- */1616-1717-#define __emul_prefix() NULL1818-1919-#endif
-17
include/asm-cris/namei.h
···11-/* $Id: namei.h,v 1.1 2000/07/10 16:32:31 bjornw Exp $22- * linux/include/asm-cris/namei.h33- *44- * Included from linux/fs/namei.c55- */66-77-#ifndef __CRIS_NAMEI_H88-#define __CRIS_NAMEI_H99-1010-/* used to find file-system prefixes for doing emulations1111- * see for example asm-sparc/namei.h1212- * we don't use it...1313- */1414-1515-#define __emul_prefix() NULL1616-1717-#endif /* __CRIS_NAMEI_H */
-18
include/asm-frv/namei.h
···11-/*22- * include/asm-frv/namei.h33- *44- * Included from linux/fs/namei.c55- */66-77-#ifndef __ASM_NAMEI_H88-#define __ASM_NAMEI_H99-1010-/* This dummy routine maybe changed to something useful1111- * for /usr/gnemul/ emulation stuff.1212- * Look at asm-sparc/namei.h for details.1313- */1414-1515-#define __emul_prefix() NULL1616-1717-#endif1818-
-17
include/asm-h8300/namei.h
···11-/*22- * linux/include/asm-h8300/namei.h33- *44- * Included from linux/fs/namei.c55- */66-77-#ifndef __H8300_NAMEI_H88-#define __H8300_NAMEI_H99-1010-/* This dummy routine maybe changed to something useful1111- * for /usr/gnemul/ emulation stuff.1212- * Look at asm-sparc/namei.h for details.1313- */1414-1515-#define __emul_prefix() NULL1616-1717-#endif
···11-#ifndef _ASM_M32R_NAMEI_H22-#define _ASM_M32R_NAMEI_H33-44-/*55- * linux/include/asm-m32r/namei.h66- *77- * Included from linux/fs/namei.c88- */99-1010-/* This dummy routine maybe changed to something useful1111- * for /usr/gnemul/ emulation stuff.1212- * Look at asm-sparc/namei.h for details.1313- */1414-1515-#define __emul_prefix() NULL1616-1717-#endif /* _ASM_M32R_NAMEI_H */
-17
include/asm-m68k/namei.h
···11-/*22- * linux/include/asm-m68k/namei.h33- *44- * Included from linux/fs/namei.c55- */66-77-#ifndef __M68K_NAMEI_H88-#define __M68K_NAMEI_H99-1010-/* This dummy routine maybe changed to something useful1111- * for /usr/gnemul/ emulation stuff.1212- * Look at asm-sparc/namei.h for details.1313- */1414-1515-#define __emul_prefix() NULL1616-1717-#endif
···11-#ifndef _ASM_NAMEI_H22-#define _ASM_NAMEI_H33-44-/*55- * This dummy routine maybe changed to something useful66- * for /usr/gnemul/ emulation stuff.77- */88-99-#define __emul_prefix() NULL1010-1111-#endif /* _ASM_NAMEI_H */
-22
include/asm-mn10300/namei.h
···11-/* Emulation stuff22- *33- * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.44- * Written by David Howells (dhowells@redhat.com)55- *66- * This program is free software; you can redistribute it and/or77- * modify it under the terms of the GNU General Public Licence88- * as published by the Free Software Foundation; either version99- * 2 of the Licence, or (at your option) any later version.1010- */1111-1212-#ifndef _ASM_NAMEI_H1313-#define _ASM_NAMEI_H1414-1515-/* This dummy routine maybe changed to something useful1616- * for /usr/gnemul/ emulation stuff.1717- * Look at asm-sparc/namei.h for details.1818- */1919-2020-#define __emul_prefix() NULL2121-2222-#endif /* _ASM_NAMEI_H */
-17
include/asm-parisc/namei.h
···11-/* $Id: namei.h,v 1.1 1996/12/13 14:48:21 jj Exp $22- * linux/include/asm-parisc/namei.h33- *44- * Included from linux/fs/namei.c55- */66-77-#ifndef __PARISC_NAMEI_H88-#define __PARISC_NAMEI_H99-1010-/* This dummy routine maybe changed to something useful1111- * for /usr/gnemul/ emulation stuff.1212- * Look at asm-sparc/namei.h for details.1313- */1414-1515-#define __emul_prefix() NULL1616-1717-#endif /* __PARISC_NAMEI_H */
-20
include/asm-powerpc/namei.h
···11-#ifndef _ASM_POWERPC_NAMEI_H22-#define _ASM_POWERPC_NAMEI_H33-44-#ifdef __KERNEL__55-66-/*77- * Adapted from include/asm-alpha/namei.h88- *99- * Included from fs/namei.c1010- */1111-1212-/* This dummy routine maybe changed to something useful1313- * for /usr/gnemul/ emulation stuff.1414- * Look at asm-sparc/namei.h for details.1515- */1616-1717-#define __emul_prefix() NULL1818-1919-#endif /* __KERNEL__ */2020-#endif /* _ASM_POWERPC_NAMEI_H */
-21
include/asm-s390/namei.h
···11-/*22- * include/asm-s390/namei.h33- *44- * S390 version55- *66- * Derived from "include/asm-i386/namei.h"77- *88- * Included from linux/fs/namei.c99- */1010-1111-#ifndef __S390_NAMEI_H1212-#define __S390_NAMEI_H1313-1414-/* This dummy routine maybe changed to something useful1515- * for /usr/gnemul/ emulation stuff.1616- * Look at asm-sparc/namei.h for details.1717- */1818-1919-#define __emul_prefix() NULL2020-2121-#endif /* __S390_NAMEI_H */
-17
include/asm-sh/namei.h
···11-/* $Id: namei.h,v 1.3 2000/07/04 06:24:49 gniibe Exp $22- * linux/include/asm-sh/namei.h33- *44- * Included from linux/fs/namei.c55- */66-77-#ifndef __ASM_SH_NAMEI_H88-#define __ASM_SH_NAMEI_H99-1010-/* This dummy routine maybe changed to something useful1111- * for /usr/gnemul/ emulation stuff.1212- * Look at asm-sparc/namei.h for details.1313- */1414-1515-#define __emul_prefix() NULL1616-1717-#endif /* __ASM_SH_NAMEI_H */
···11-/*22- * linux/include/asm-v850/namei.h33- *44- * Included from linux/fs/namei.c55- */66-77-#ifndef __V850_NAMEI_H__88-#define __V850_NAMEI_H__99-1010-/* This dummy routine maybe changed to something useful1111- * for /usr/gnemul/ emulation stuff.1212- * Look at asm-sparc/namei.h for details.1313- */1414-1515-#define __emul_prefix() NULL1616-1717-#endif /* __V850_NAMEI_H__ */
-11
include/asm-x86/namei.h
···11-#ifndef _ASM_X86_NAMEI_H22-#define _ASM_X86_NAMEI_H33-44-/* This dummy routine maybe changed to something useful55- * for /usr/gnemul/ emulation stuff.66- * Look at asm-sparc/namei.h for details.77- */88-99-#define __emul_prefix() NULL1010-1111-#endif /* _ASM_X86_NAMEI_H */
-26
include/asm-xtensa/namei.h
···11-/*22- * include/asm-xtensa/namei.h33- *44- * Included from linux/fs/namei.c55- *66- * This file is subject to the terms and conditions of the GNU General Public77- * License. See the file "COPYING" in the main directory of this archive88- * for more details.99- *1010- * Copyright (C) 2001 - 2005 Tensilica Inc.1111- */1212-1313-#ifndef _XTENSA_NAMEI_H1414-#define _XTENSA_NAMEI_H1515-1616-#ifdef __KERNEL__1717-1818-/* This dummy routine maybe changed to something useful1919- * for /usr/gnemul/ emulation stuff.2020- * Look at asm-sparc/namei.h for details.2121- */2222-2323-#define __emul_prefix() NULL2424-2525-#endif /* __KERNEL__ */2626-#endif /* _XTENSA_NAMEI_H */