Searched refs:ntfs_u64 (Results 1 – 5 of 5) sorted by relevance
24 #define NTFS_GETU40(p) ((ntfs_u64)NTFS_GETU32(p) | \25 (((ntfs_u64)NTFS_GETU8(((char*)(p)) + 4)) << 32))26 #define NTFS_GETU48(p) ((ntfs_u64)NTFS_GETU32(p) | \27 (((ntfs_u64)NTFS_GETU16(((char*)(p)) + 4)) << 32))28 #define NTFS_GETU56(p) ((ntfs_u64)NTFS_GETU32(p) | \29 (((ntfs_u64)NTFS_GETU24(((char*)(p)) + 4)) << 32))30 #define NTFS_GETU64(p) ((ntfs_u64)LE64_TO_CPU(*(ntfs_u64*)(p)))38 #define NTFS_PUTU64(p,v) ((*(ntfs_u64*)(p)) = CPU_TO_LE64(v))
19 ntfs_u64 pos;
21 typedef u64 ntfs_u64; typedef
34 static inline int ntfs_is_top(ntfs_u64 stack) in ntfs_is_top()39 static int ntfs_pop(ntfs_u64 *stack) in ntfs_pop()72 static ntfs_u64 ntfs_push(ntfs_u64 stack, int i) in ntfs_push()83 return ~((ntfs_u64)0); in ntfs_push()87 static void ntfs_display_stack(ntfs_u64 stack)
16 typedef u64 ntfs_u64; typedef