Searched refs:ntfs_u64 (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A 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))
H A Ddir.h19 ntfs_u64 pos;
H A Dntfstypes.h21 typedef u64 ntfs_u64; typedef
H A Ddir.c34 static inline int ntfs_is_top(ntfs_u64 stack)
39 static int ntfs_pop(ntfs_u64 *stack)
72 static ntfs_u64 ntfs_push(ntfs_u64 stack, int i)
83 return ~((ntfs_u64)0);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dntfs_fs_i.h16 typedef u64 ntfs_u64; typedef
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dntfs_fs_i.h16 typedef u64 ntfs_u64; typedef

Completed in 47 milliseconds