Home
last modified time | relevance | path

Searched refs:ntfs_u64 (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/fs/ntfs/
Dntfsendian.h24 #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))
Ddir.h19 ntfs_u64 pos;
Dntfstypes.h21 typedef u64 ntfs_u64; typedef
Ddir.c34 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)
/linux-2.4.37.9/include/linux/
Dntfs_fs_i.h16 typedef u64 ntfs_u64; typedef