/third_party/f2fs-tools/fsck/ |
D | quotaio_v2.c | 64 empty.dqb_itime = cpu_to_le64(1); in v2r1_disk2memdqblk() 77 d->dqb_ihardlimit = cpu_to_le64(m->dqb_ihardlimit); in v2r1_mem2diskdqblk() 78 d->dqb_isoftlimit = cpu_to_le64(m->dqb_isoftlimit); in v2r1_mem2diskdqblk() 79 d->dqb_bhardlimit = cpu_to_le64(m->dqb_bhardlimit); in v2r1_mem2diskdqblk() 80 d->dqb_bsoftlimit = cpu_to_le64(m->dqb_bsoftlimit); in v2r1_mem2diskdqblk() 81 d->dqb_curinodes = cpu_to_le64(m->dqb_curinodes); in v2r1_mem2diskdqblk() 82 d->dqb_curspace = cpu_to_le64(m->dqb_curspace); in v2r1_mem2diskdqblk() 83 d->dqb_itime = cpu_to_le64(m->dqb_itime); in v2r1_mem2diskdqblk() 84 d->dqb_btime = cpu_to_le64(m->dqb_btime); in v2r1_mem2diskdqblk() 87 d->dqb_itime = cpu_to_le64(1); in v2r1_mem2diskdqblk()
|
D | segment.c | 353 inode->i.i_size = cpu_to_le64(offset); in f2fs_write_ex() 401 inode->i.i_size = cpu_to_le64(filesize); in f2fs_filesize_update() 606 node_blk->i.i_size = cpu_to_le64(de->size); in f2fs_build_file() 672 node_blk->i.i_size = cpu_to_le64(off); in f2fs_build_file() 674 node_blk->i.i_compr_blocks = cpu_to_le64(cblocks); in f2fs_build_file() 675 node_blk->i.i_blocks += cpu_to_le64(cblocks); in f2fs_build_file()
|
D | dir.c | 315 parent->i.i_size = cpu_to_le64((block + 1) * F2FS_BLKSIZE); in f2fs_add_link() 504 node_blk->i.i_atime = cpu_to_le64(de->mtime); in init_inode_block() 505 node_blk->i.i_ctime = cpu_to_le64(de->mtime); in init_inode_block() 506 node_blk->i.i_mtime = cpu_to_le64(de->mtime); in init_inode_block()
|
D | node.h | 108 dn->inode_blk->i.i_blocks = cpu_to_le64(blocks + 1); in inc_inode_blocks()
|
D | node.c | 64 raw_node->footer.cp_ver = cpu_to_le64(cp_ver); in f2fs_rebuild_qf_inode()
|
D | fsck.c | 870 node_blk->i.i_blocks = cpu_to_le64(*blk_cnt); in fsck_chk_inode_blk() 878 node_blk->i.i_size = cpu_to_le64(inline_size); in fsck_chk_inode_blk() 914 node_blk->i.i_blocks = cpu_to_le64(*blk_cnt); in fsck_chk_inode_blk() 1048 node_blk->i.i_blocks = cpu_to_le64(*blk_cnt); in fsck_chk_inode_blk() 1057 node_blk->i.i_compr_blocks = cpu_to_le64(cbc->cnt); in fsck_chk_inode_blk() 1149 node_blk->i.i_size = cpu_to_le64(F2FS_BLKSIZE); in fsck_chk_inode_blk()
|
D | resize.c | 535 new_cp->checkpoint_ver = cpu_to_le64(cp_ver + 1); in rebuild_checkpoint()
|
/third_party/f2fs-tools/mkfs/ |
D | f2fs_format.c | 740 cp->checkpoint_ver = cpu_to_le64(rand() | 0x1); in f2fs_write_check_point_pack() 1222 raw_node->footer.cp_ver = cpu_to_le64(1); in f2fs_write_root_inode() 1237 raw_node->i.i_size = cpu_to_le64(1 * blk_size_bytes); /* dentry */ in f2fs_write_root_inode() 1238 raw_node->i.i_blocks = cpu_to_le64(2); in f2fs_write_root_inode() 1337 dqblk.dqb_ihardlimit = cpu_to_le64(0); in f2fs_write_default_quota() 1338 dqblk.dqb_isoftlimit = cpu_to_le64(0); in f2fs_write_default_quota() 1340 dqblk.dqb_curinodes = cpu_to_le64(2); in f2fs_write_default_quota() 1342 dqblk.dqb_curinodes = cpu_to_le64(1); in f2fs_write_default_quota() 1343 dqblk.dqb_bhardlimit = cpu_to_le64(0); in f2fs_write_default_quota() 1344 dqblk.dqb_bsoftlimit = cpu_to_le64(0); in f2fs_write_default_quota() [all …]
|
/third_party/exfatprogs/include/ |
D | exfat_ondisk.h | 21 #define cpu_to_le64(x) (cpu_to_le32((uint64_t)(x)) << 32 | \ macro 26 #define cpu_to_le64(x) (x) macro 29 #define le64_to_cpu(x) ((uint64_t)cpu_to_le64(x))
|
/third_party/selinux/libsepol/src/ |
D | private.h | 28 #define cpu_to_le64(x) (x) macro 35 #define cpu_to_le64(x) bswap_64(x) macro
|
D | write.c | 85 map = cpu_to_le64(n->map); in ebitmap_write() 1407 b64[j] = cpu_to_le64(b64[j]); in ocontext_write_xen()
|
/third_party/fsverity-utils/common/ |
D | common_defs.h | 84 # define cpu_to_le64(v) ((__force __le64)(u64)(v)) macro 91 # define cpu_to_le64(v) ((__force __le64)__builtin_bswap64(v)) macro
|
/third_party/f2fs-tools/include/ |
D | f2fs_fs.h | 207 #define cpu_to_le64(x) ((uint64_t)(x)) macro 215 #define cpu_to_le64(x) bswap_64(x) macro 577 #define set_sb_le64(member, val) (sb->member = cpu_to_le64(val)) 618 #define set_cp_le64(member, val) (cp->member = cpu_to_le64(val)) 1609 return cpu_to_le64(cp_ver); in get_cp_crc() 1646 raw_node->footer.cp_ver = cpu_to_le64(1); in f2fs_init_qf_inode() 1652 raw_node->i.i_size = cpu_to_le64(1024 * 6); /* Hard coded */ in f2fs_init_qf_inode() 1653 raw_node->i.i_blocks = cpu_to_le64(1); in f2fs_init_qf_inode()
|
/third_party/exfatprogs/mkfs/ |
D | mkfs.c | 57 pbsx->vol_offset = cpu_to_le64(bd->offset / bd->sector_size); in exfat_setup_boot_sector() 58 pbsx->vol_length = cpu_to_le64(bd->size / bd->sector_size); in exfat_setup_boot_sector() 354 ed[1].bitmap_size = cpu_to_le64(finfo.bitmap_byte_len); in exfat_create_root_dir() 360 ed[2].upcase_size = cpu_to_le64(EXFAT_UPCASE_TABLE_SIZE); in exfat_create_root_dir()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsdecrypt.c | 1307 ((le64*)data)[0] ^= cpu_to_le64(0x5816657be9161312ULL + offset); in ntfs_fek_decrypt_sector() 1308 ((le64*)data)[1] ^= cpu_to_le64(0x1989adbe44918961ULL + offset); in ntfs_fek_decrypt_sector() 1311 ((le64*)data)[0] ^= cpu_to_le64(0x169119629891ad13ULL + offset); in ntfs_fek_decrypt_sector() 1337 ((le64*)data)[0] ^= cpu_to_le64(0x5816657be9161312ULL + offset); in ntfs_fek_encrypt_sector() 1338 ((le64*)data)[1] ^= cpu_to_le64(0x1989adbe44918961ULL + offset); in ntfs_fek_encrypt_sector() 1341 ((le64*)data)[0] ^= cpu_to_le64(0x169119629891ad13ULL + offset); in ntfs_fek_encrypt_sector()
|
D | ntfslabel.c | 293 serial_number = cpu_to_le64(opts.serial); in set_new_serial() 299 serial_number = cpu_to_le64(sn); in set_new_serial()
|
D | ntfsclone.c | 605 volume_serial_number = cpu_to_le64(sn); 2485 image_hdr.device_size = cpu_to_le64(device_size); 2487 image_hdr.inuse = cpu_to_le64(inuse);
|
/third_party/fsverity-utils/lib/ |
D | compute_digest.c | 302 desc.data_size = cpu_to_le64(params->file_size); in libfsverity_compute_digest()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | endians.h | 215 #define cpu_to_le64(x) (u64)__cpu_to_le64((u64)(x)) macro
|
/third_party/ntfs-3g/libntfs-3g/ |
D | object_id.c | 151 file_id = cpu_to_le64(file_id_cpu); in set_object_id_index()
|
D | reparse.c | 950 file_id = cpu_to_le64(file_id_cpu); in set_reparse_index() 996 file_id = cpu_to_le64(file_id_cpu); in remove_reparse_index()
|
D | dir.c | 1633 data->major = cpu_to_le64(major(dev)); in __ntfs_create() 1634 data->minor = cpu_to_le64(minor(dev)); in __ntfs_create()
|
D | index.c | 1645 ie->indexed_file = cpu_to_le64(mref); in ntfs_index_add_filename()
|
/third_party/exfatprogs/lib/ |
D | exfat_dir.c | 670 dset[1].dentry.stream.valid_size = cpu_to_le64(ccount * exfat->clus_size); in exfat_update_file_dentry_set() 671 dset[1].dentry.stream.size = cpu_to_le64(ccount * exfat->clus_size); in exfat_update_file_dentry_set()
|
/third_party/exfatprogs/fsck/ |
D | fsck.c | 226 stream_de->stream_valid_size = cpu_to_le64( in check_clus_chain() 230 stream_de->stream_size = cpu_to_le64( in check_clus_chain()
|