Searched refs:sle64 (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dtypes.h33 typedef __u64 __bitwise sle64; typedef
44 typedef sle64 leVCN;
46 typedef sle64 leLCN;
54 typedef sle64 leLSN;
62 typedef sle64 leUSN;
H A Dtime.h48 static inline sle64 utc2ntfs(const struct timespec ts)
64 static inline sle64 get_current_ntfs_time(void)
85 static inline struct timespec ntfs2utc(const sle64 time)
H A Dendian.h43 static inline s64 sle64_to_cpu(sle64 x)
58 static inline s64 sle64_to_cpup(sle64 *x)
73 static inline sle64 cpu_to_sle64(s64 x)
75 return (__force sle64)cpu_to_le64(x);
88 static inline sle64 cpu_to_sle64p(s64 *x)
90 return (__force sle64)cpu_to_le64(*x);
H A Dusnjrnl.h102 /* 0*/sle64 maximum_size; /* The maximum on-disk size of the $DATA/$J
104 /* 8*/sle64 allocation_delta; /* Number of bytes by which to increase the
106 /*0x10*/sle64 journal_id; /* Current id of the transaction log. */
184 /*0x20*/sle64 time; /* Time when this record was created. */
H A Dusnjrnl.c51 sle64 stamp;
H A Dlayout.h81 /*0x28*/sle64 number_of_sectors; /* Number of sectors in volume. Gives
86 sle64 mft_lcn; /* Cluster location of mft data. */
87 sle64 mftmirr_lcn; /* Cluster location of copy of mft. */
534 /* 90*/ sle64 min_size; /* Optional minimum attribute size. */
535 /* 98*/ sle64 max_size; /* Maximum size of attribute. */
702 /* 40*/ sle64 allocated_size; /* Byte size of disk space
710 /* 48*/ sle64 data_size; /* Byte size of the attribute
713 /* 56*/ sle64 initialized_size; /* Byte size of initialized
717 /* 64*/ sle64 compressed_size; /* Byte size of the attribute
807 /* 0*/ sle64 creation_tim
[all...]
H A Dlogfile.h222 /* 24*/ sle64 file_size; /* Usable byte size of the log file. If the
H A Dindex.c262 vcn = sle64_to_cpup((sle64*)((u8*)ie + le16_to_cpu(ie->length) - 8));
423 vcn = sle64_to_cpup((sle64*)((u8*)ie + le16_to_cpu(ie->length) - 8));
H A Ddir.c305 vcn = sle64_to_cpup((sle64*)((u8*)ie + le16_to_cpu(ie->length) - 8));
556 vcn = sle64_to_cpup((sle64*)((u8*)ie +
H A Dinode.c2898 sle64 nt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dtypes.h57 typedef u64 sle64; typedef
67 typedef sle64 leVCN;
69 typedef sle64 leLCN;
77 typedef sle64 leLSN;
H A Dlogfile.h221 /* 24*/ sle64 file_size; /* Usable byte size of the log file. If the

Completed in 122 milliseconds