1 /**************************************************************************** 2 **************************************************************************** 3 *** 4 *** This header was automatically generated from a Linux kernel header 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 7 *** structures, and macros generated from the original header, and thus, 8 *** contains no copyrightable information. 9 *** 10 **************************************************************************** 11 ****************************************************************************/ 12 #ifndef _NCP_NO 13 #define _NCP_NO 14 15 #define aRONLY (__constant_cpu_to_le32(1)) 16 #define aHIDDEN (__constant_cpu_to_le32(2)) 17 #define aSYSTEM (__constant_cpu_to_le32(4)) 18 #define aEXECUTE (__constant_cpu_to_le32(8)) 19 #define aDIR (__constant_cpu_to_le32(0x10)) 20 #define aARCH (__constant_cpu_to_le32(0x20)) 21 #define aSHARED (__constant_cpu_to_le32(0x80)) 22 #define aDONTSUBALLOCATE (__constant_cpu_to_le32(1L<<11)) 23 #define aTRANSACTIONAL (__constant_cpu_to_le32(1L<<12)) 24 #define aPURGE (__constant_cpu_to_le32(1L<<16)) 25 #define aRENAMEINHIBIT (__constant_cpu_to_le32(1L<<17)) 26 #define aDELETEINHIBIT (__constant_cpu_to_le32(1L<<18)) 27 #define aDONTCOMPRESS (__constant_cpu_to_le32(1L<<27)) 28 29 #endif 30