Lines Matching refs:__u64
93 __u64 s_mmp_block;
144 __u64 xs_dblocks;
145 __u64 xs_rblocks;
151 __u64 xs_icount;
152 __u64 xs_ifree;
153 __u64 xs_fdblocks;
177 __u64 rs4_dummy2;
183 __u64 js_size;
419 __u64 __pad0; /* Was generation number in gfs1 */
425 __u64 no_formal_ino;
426 __u64 no_addr;
454 __u64 number_of_sectors;
455 __u64 mft_cluster_location;
456 __u64 mft_mirror_cluster_location;
461 __u64 volume_serial;
469 __u64 lsn;
573 __u64 total_size;
599 __u64 encodings_bmp;
616 __u64 sector_xl; /* Sector number of this label */
637 __u64 devid;
640 __u64 total_bytes;
643 __u64 bytes_used;
655 __u64 type;
658 __u64 generation;
664 __u64 start_offset;
690 __u64 bytenr; /* this block number */
691 __u64 flags;
694 __u64 magic;
695 __u64 generation;
696 __u64 root;
697 __u64 chunk_root;
698 __u64 log_root;
701 __u64 log_root_transid;
702 __u64 total_bytes;
703 __u64 bytes_used;
704 __u64 root_dir_objectid;
705 __u64 num_devices;
711 __u64 chunk_root_generation;
712 __u64 compat_flags;
713 __u64 compat_ro_flags;
714 __u64 incompat_flags;
724 __u64 reserved[32];
739 static __u64 blkid_swab64(__u64 val);
768 _INLINE_ __u64 blkid_swab64(__u64 val) in blkid_swab64()
771 (((__u64) blkid_swab32(val & 0xFFFFFFFFUL)) << 32)); in blkid_swab64()
788 _INLINE_ __u64 blkid_swab64(__u64 val) in blkid_swab64()
791 (((__u64) blkid_swab32(val & 0xFFFFFFFFUL)) << 32)); in blkid_swab64()