···3344#include <asm-generic/int-ll64.h>5566-#ifndef __ASSEMBLY__77-88-typedef unsigned short umode_t;99-1010-#endif /* __ASSEMBLY__ */1111-126/*137 * These aren't exported outside the kernel to avoid name space clashes148 */
-6
arch/avr32/include/asm/types.h
···10101111#include <asm-generic/int-ll64.h>12121313-#ifndef __ASSEMBLY__1414-1515-typedef unsigned short umode_t;1616-1717-#endif /* __ASSEMBLY__ */1818-1913/*2014 * These aren't exported outside the kernel to avoid name space clashes2115 */
-6
arch/cris/include/asm/types.h
···3344#include <asm-generic/int-ll64.h>5566-#ifndef __ASSEMBLY__77-88-typedef unsigned short umode_t;99-1010-#endif /* __ASSEMBLY__ */1111-126/*137 * These aren't exported outside the kernel to avoid name space clashes148 */
-6
arch/frv/include/asm/types.h
···14141515#include <asm-generic/int-ll64.h>16161717-#ifndef __ASSEMBLY__1818-1919-typedef unsigned short umode_t;2020-2121-#endif /* __ASSEMBLY__ */2222-2317/*2418 * These aren't exported outside the kernel to avoid name space clashes2519 */
-17
arch/h8300/include/asm/types.h
···3344#include <asm-generic/int-ll64.h>5566-#if !defined(__ASSEMBLY__)77-88-/*99- * This file is never included by application software unless1010- * explicitly requested (e.g., via linux/types.h) in which case the1111- * application is Linux specific so (user-) name space pollution is1212- * not a major issue. However, for interoperability, libraries still1313- * need to be careful to avoid a name clashes.1414- */1515-1616-typedef unsigned short umode_t;1717-1818-/*1919- * These aren't exported outside the kernel to avoid name space clashes2020- */216#ifdef __KERNEL__227238#define BITS_PER_LONG 322492510#endif /* __KERNEL__ */2626-2727-#endif /* __ASSEMBLY__ */28112912#endif /* _H8300_TYPES_H */
-2
arch/ia64/include/asm/types.h
···2828# define __IA64_UL(x) ((unsigned long)(x))2929# define __IA64_UL_CONST(x) x##UL30303131-typedef unsigned int umode_t;3232-3331/*3432 * These aren't exported outside the kernel to avoid name space clashes3533 */
-6
arch/m32r/include/asm/types.h
···3344#include <asm-generic/int-ll64.h>5566-#ifndef __ASSEMBLY__77-88-typedef unsigned short umode_t;99-1010-#endif /* __ASSEMBLY__ */1111-126/*137 * These aren't exported outside the kernel to avoid name space clashes148 */
-6
arch/m68k/include/asm/types.h
···1010 */1111#include <asm-generic/int-ll64.h>12121313-#ifndef __ASSEMBLY__1414-1515-typedef unsigned short umode_t;1616-1717-#endif /* __ASSEMBLY__ */1818-1913/*2014 * These aren't exported outside the kernel to avoid name space clashes2115 */
-6
arch/mips/include/asm/types.h
···2121# include <asm-generic/int-ll64.h>2222#endif23232424-#ifndef __ASSEMBLY__2525-2626-typedef unsigned short umode_t;2727-2828-#endif /* __ASSEMBLY__ */2929-3024/*3125 * These aren't exported outside the kernel to avoid name space clashes3226 */
-6
arch/mn10300/include/asm/types.h
···13131414#include <asm-generic/int-ll64.h>15151616-#ifndef __ASSEMBLY__1717-1818-typedef unsigned short umode_t;1919-2020-#endif /* __ASSEMBLY__ */2121-2216/*2317 * These aren't exported outside the kernel to avoid name space clashes2418 */
-6
arch/parisc/include/asm/types.h
···3344#include <asm-generic/int-ll64.h>5566-#ifndef __ASSEMBLY__77-88-typedef unsigned short umode_t;99-1010-#endif /* __ASSEMBLY__ */1111-126#endif
-6
arch/powerpc/include/asm/types.h
···2727 * 2 of the License, or (at your option) any later version.2828 */29293030-#ifdef __powerpc64__3131-typedef unsigned int umode_t;3232-#else3333-typedef unsigned short umode_t;3434-#endif3535-3630typedef struct {3731 __u32 u[4];3832} __attribute__((aligned(16))) __vector128;
-2
arch/s390/include/asm/types.h
···13131414#ifndef __ASSEMBLY__15151616-typedef unsigned short umode_t;1717-1816/* A address type so that arithmetic can be done on it & it can be upgraded to1917 64 bit when necessary 2018*/
-2
arch/sparc/include/asm/posix_types.h
···2020typedef unsigned int __kernel_gid_t;2121typedef unsigned long __kernel_ino_t;2222typedef unsigned int __kernel_mode_t;2323-typedef unsigned short __kernel_umode_t;2423typedef unsigned int __kernel_nlink_t;2524typedef int __kernel_daddr_t;2625typedef long __kernel_off_t;···5455typedef unsigned short __kernel_gid_t;5556typedef unsigned long __kernel_ino_t;5657typedef unsigned short __kernel_mode_t;5757-typedef unsigned short __kernel_umode_t;5858typedef short __kernel_nlink_t;5959typedef long __kernel_daddr_t;6060typedef long __kernel_off_t;
···23232424#ifndef __ASSEMBLY__25252626-typedef unsigned short umode_t;2727-2826/*2927 * These aren't exported outside the kernel to avoid name space clashes3028 */