Home | History | Annotate | Download | only in linux

Lines Matching refs:__cpu_to_le32

21 #define aRONLY (__cpu_to_le32(1))
22 #define aHIDDEN (__cpu_to_le32(2))
24 #define aSYSTEM (__cpu_to_le32(4))
25 #define aEXECUTE (__cpu_to_le32(8))
26 #define aDIR (__cpu_to_le32(0x10))
27 #define aARCH (__cpu_to_le32(0x20))
29 #define aSHARED (__cpu_to_le32(0x80))
30 #define aDONTSUBALLOCATE (__cpu_to_le32(1L<<11))
31 #define aTRANSACTIONAL (__cpu_to_le32(1L<<12))
32 #define aPURGE (__cpu_to_le32(1L<<16))
34 #define aRENAMEINHIBIT (__cpu_to_le32(1L<<17))
35 #define aDELETEINHIBIT (__cpu_to_le32(1L<<18))
36 #define aDONTCOMPRESS (__cpu_to_le32(1L<<27))