Home
last modified time | relevance | path

Searched refs:le64_to_cpu (Results 1 - 25 of 39) sorted by relevance

12

/third_party/f2fs-tools/fsck/
H A Dquotaio_v2.c53 m->dqb_ihardlimit = le64_to_cpu(d->dqb_ihardlimit); in v2r1_disk2memdqblk()
54 m->dqb_isoftlimit = le64_to_cpu(d->dqb_isoftlimit); in v2r1_disk2memdqblk()
55 m->dqb_bhardlimit = le64_to_cpu(d->dqb_bhardlimit); in v2r1_disk2memdqblk()
56 m->dqb_bsoftlimit = le64_to_cpu(d->dqb_bsoftlimit); in v2r1_disk2memdqblk()
57 m->dqb_curinodes = le64_to_cpu(d->dqb_curinodes); in v2r1_disk2memdqblk()
58 m->dqb_curspace = le64_to_cpu(d->dqb_curspace); in v2r1_disk2memdqblk()
59 m->dqb_itime = le64_to_cpu(d->dqb_itime); in v2r1_disk2memdqblk()
60 m->dqb_btime = le64_to_cpu(d->dqb_btime); in v2r1_disk2memdqblk()
H A Dnode.h106 u64 blocks = le64_to_cpu(dn->inode_blk->i.i_blocks); in inc_inode_blocks()
135 return le64_to_cpu(node_blk->footer.cp_ver); in cpver_of_node()
H A Dsegment.c165 filesize = le64_to_cpu(inode->i.i_size); in f2fs_quota_size()
199 filesize = le64_to_cpu(inode->i.i_size); in f2fs_read()
365 if (addr_type == WR_NORMAL && offset > le64_to_cpu(inode->i.i_size)) { in f2fs_write_ex()
H A Df2fs.h340 return le64_to_cpu(cp->checkpoint_ver); in cur_cp_version()
528 if (addr >= le64_to_cpu(F2FS_RAW_SUPER(sbi)->block_count) || in IS_VALID_BLK_ADDR()
H A Ddir.c314 le64_to_cpu(parent->i.i_size)) { in f2fs_add_link()
801 le64_to_cpu(child->i.i_blocks), in f2fs_create()
/third_party/exfatprogs/dump/
H A Ddump.c125 le64_to_cpu(pbsx->vol_length)); in exfat_show_ondisk_all_info()
165 bitmap_len = le64_to_cpu(ed[1].bitmap_size); in exfat_show_ondisk_all_info()
180 le64_to_cpu(ed[2].upcase_size)); in exfat_show_ondisk_all_info()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsrecover.c421 stamp = le64_to_cpu(lestamp); in showdate()
1185 pa->inode = MREF(le64_to_cpu(panew->inode)); in copy_attribute()
1192 pa->inode = MREF(le64_to_cpu(old_aligned.inode)); in copy_attribute()
1384 (long long)MREF(le64_to_cpu(inode))); in fixup()
1421 (long long)le64_to_cpu(size)); in fixup()
1424 (long long)le64_to_cpu(size)); in fixup()
1492 (long long)le64_to_cpu(w)); in fixup()
1526 (long long)MREF(le64_to_cpu(inode))); in fixup()
1529 (long long)MREF(le64_to_cpu(inode))); in fixup()
1545 printf(" allocated size %lld\n",(long long)le64_to_cpu(siz in fixup()
[all...]
H A Dntfsinfo.c724 le64_to_cpu(standard_attr->quota_charged), in ntfs_dump_attr_standard_information()
726 le64_to_cpu(standard_attr->quota_charged)); in ntfs_dump_attr_standard_information()
729 le64_to_cpu(standard_attr->usn), in ntfs_dump_attr_standard_information()
731 le64_to_cpu(standard_attr->usn)); in ntfs_dump_attr_standard_information()
1236 (unsigned long long)le64_to_cpu(sds->offset), in ntfs_dump_sds_entry()
1237 (unsigned long long)le64_to_cpu(sds->offset)); in ntfs_dump_sds_entry()
1281 le64_to_cpu(sd->offset) < (u64)data_size && in ntfs_dump_sds()
1283 le64_to_cpu(sd->offset) + in ntfs_dump_sds()
1524 le64_to_cpu(entry->key.reparse.file_id), in ntfs_dump_index_key()
1526 le64_to_cpu(entr in ntfs_dump_index_key()
[all...]
H A Dntfslabel.c307 (long long)le64_to_cpu( in set_new_serial()
331 (long long)le64_to_cpu(bs->volume_serial_number)); in print_serial()
H A Dntfsrecover.h27 #define getle64(p,x) le64_to_cpu(*(const le64*)((const char*)(p) + (x)))
H A Dntfsmftalloc.c250 r = le64_to_cpu(m->base_mft_record); in dump_mft_record()
H A Dutils.c570 parent = le64_to_cpu(attr->parent_directory); in utils_inode_get_name()
1049 base_inode = le64_to_cpu( in mft_next_record()
H A Dntfsclone.c840 (long long)le64_to_cpu(
1031 le64_to_cpu(image_hdr.inuse) + 1,
2141 (long long)le64_to_cpu(image_hdr.device_size));
2144 le64_to_cpu(image_hdr.inuse));
2455 return le64_to_cpu(image_hdr.device_size);
H A Dntfstruncate.c661 r = le64_to_cpu(m->base_mft_record); in dump_mft_record()
/third_party/fsverity-utils/common/
H A Dcommon_defs.h85 # define le64_to_cpu(v) ((__force u64)(__le64)(v)) macro
92 # define le64_to_cpu(v) (__builtin_bswap64((__force u64)(v))) macro
/third_party/selinux/libsepol/src/
H A Dprivate.h29 #define le64_to_cpu(x) (x) macro
36 #define le64_to_cpu(x) bswap_64(x) macro
/third_party/exfatprogs/fsck/
H A Dfsck.c225 le64_to_cpu(stream_de->stream_valid_size)) in check_clus_chain()
428 if (le64_to_cpu(bs->bsx.vol_length) * EXFAT_SECTOR_SIZE(bs) > in read_boot_region()
432 le64_to_cpu(bs->bsx.vol_length), in read_boot_region()
895 node->size = le64_to_cpu(stream_de->stream_size); in read_file_dentry_set()
897 if (node->size < le64_to_cpu(stream_de->stream_valid_size)) { in read_file_dentry_set()
901 le64_to_cpu(stream_de->stream_valid_size), in read_file_dentry_set()
978 le64_to_cpu(dentry->bitmap_size)); in read_bitmap()
980 if (le64_to_cpu(dentry->bitmap_size) < in read_bitmap()
983 le64_to_cpu(dentry->bitmap_size)); in read_bitmap()
996 le64_to_cpu(dentr in read_bitmap()
[all...]
/third_party/f2fs-tools/include/
H A Df2fs_fs.h210 #define le64_to_cpu(x) ((uint64_t)(x)) macro
218 #define le64_to_cpu(x) bswap_64(x) macro
314 #member":", le64_to_cpu(((ptr)->member))); \
317 #member, le64_to_cpu(((ptr)->member)), \
318 le64_to_cpu(((ptr)->member))); \
584 #define get_sb_le64(member) le64_to_cpu(sb->member)
587 #define get_newsb_le64(member) le64_to_cpu(new_sb->member)
625 #define get_cp_le64(member) le64_to_cpu(cp->member)
/third_party/exfatprogs/include/
H A Dexfat_ondisk.h29 #define le64_to_cpu(x) ((uint64_t)cpu_to_le64(x)) macro
/third_party/exfatprogs/mkfs/
H A Dmkfs.c82 le64_to_cpu(pbsx->vol_offset)); in exfat_setup_boot_sector()
84 le64_to_cpu(pbsx->vol_length)); in exfat_setup_boot_sector()
/third_party/exfatprogs/exfat2img/
H A Dexfat2img.c334 node->size = le64_to_cpu(stream_de->stream_size); in read_file_dentry_set()
379 le64_to_cpu(dentry->bitmap_size)); in read_bitmap()
/third_party/ntfs-3g/libntfs-3g/
H A Ddir.c352 mref = le64_to_cpu(ie->indexed_file); in ntfs_inode_lookup_by_name()
468 mref = le64_to_cpu(ie->indexed_file); in ntfs_inode_lookup_by_name()
979 mref = le64_to_cpu(ie->indexed_file); in ntfs_filldir()
1073 mref = le64_to_cpu(fn->parent_directory); in ntfs_mft_get_parent_ref()
2316 inum = le64_to_cpu(fn->parent_directory); in ntfs_dir_parent_inode()
H A Dlogfile.c403 > le64_to_cpu(log_na->data_size))) in ntfs_check_and_load_restart_page()
H A Dobject_id.c241 && (MREF(le64_to_cpu(entry->data.file_id)) in merge_index_data()
/third_party/ntfs-3g/include/ntfs-3g/
H A Dendians.h195 #define le64_to_cpu(x) (u64)__le64_to_cpu((u64)(x)) macro

Completed in 29 milliseconds

12