Lines Matching refs:__le64
88 typedef u64 __le64; typedef
613 __le64 block_count; /* total # of user blocks */
665 __le64 checkpoint_ver; /* checkpoint block version number */
666 __le64 user_block_count; /* # of user blocks */
667 __le64 valid_block_count; /* # of valid blocks in main area */
687 __le64 elapsed_time; /* mounted time */
793 __le64 i_size; /* file size in bytes */
794 __le64 i_blocks; /* file size in blocks */
795 __le64 i_atime; /* access time */
796 __le64 i_ctime; /* change time */
797 __le64 i_mtime; /* modification time */
824 __le64 i_crtime; /* creation time */
856 __le64 cp_ver; /* checkpoint version */
924 __le64 mtime; /* segment age for cleaning */
1019 __le64 kbytes_written;
1301 static inline __le64 get_cp_crc(struct f2fs_checkpoint *cp) in get_cp_crc()