/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 | 311 inode->i.i_size = cpu_to_le64(offset); in f2fs_write() 339 inode->i.i_size = cpu_to_le64(filesize); in f2fs_filesize_update() 385 node_blk->i.i_size = cpu_to_le64(de->size); in f2fs_build_file()
|
D | dir.c | 314 parent->i.i_size = cpu_to_le64((block + 1) * F2FS_BLKSIZE); in f2fs_add_link() 495 node_blk->i.i_atime = cpu_to_le64(de->mtime); in init_inode_block() 496 node_blk->i.i_ctime = cpu_to_le64(de->mtime); in init_inode_block() 497 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 | fsck.c | 806 node_blk->i.i_blocks = cpu_to_le64(*blk_cnt); in fsck_chk_inode_blk() 814 node_blk->i.i_size = cpu_to_le64(inline_size); in fsck_chk_inode_blk() 850 node_blk->i.i_blocks = cpu_to_le64(*blk_cnt); in fsck_chk_inode_blk() 970 node_blk->i.i_blocks = cpu_to_le64(*blk_cnt); in fsck_chk_inode_blk() 1064 node_blk->i.i_size = cpu_to_le64(F2FS_BLKSIZE); in fsck_chk_inode_blk()
|
D | resize.c | 529 new_cp->checkpoint_ver = cpu_to_le64(cp_ver + 1); in rebuild_checkpoint()
|
D | mount.c | 2523 sit->mtime = cpu_to_le64(se->mtime); in flush_sit_journal_entries()
|
/third_party/f2fs-tools/mkfs/ |
D | f2fs_format.c | 676 cp->checkpoint_ver = cpu_to_le64(rand() | 0x1); in f2fs_write_check_point_pack() 1133 raw_node->footer.cp_ver = cpu_to_le64(1); in f2fs_write_root_inode() 1148 raw_node->i.i_size = cpu_to_le64(1 * blk_size_bytes); /* dentry */ in f2fs_write_root_inode() 1149 raw_node->i.i_blocks = cpu_to_le64(2); in f2fs_write_root_inode() 1248 dqblk.dqb_ihardlimit = cpu_to_le64(0); in f2fs_write_default_quota() 1249 dqblk.dqb_isoftlimit = cpu_to_le64(0); in f2fs_write_default_quota() 1251 dqblk.dqb_curinodes = cpu_to_le64(2); in f2fs_write_default_quota() 1253 dqblk.dqb_curinodes = cpu_to_le64(1); in f2fs_write_default_quota() 1254 dqblk.dqb_bhardlimit = cpu_to_le64(0); in f2fs_write_default_quota() 1255 dqblk.dqb_bsoftlimit = cpu_to_le64(0); in f2fs_write_default_quota() [all …]
|
/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/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/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() 353 ed[1].bitmap_size = cpu_to_le64(finfo.bitmap_byte_len); in exfat_create_root_dir() 359 ed[2].upcase_size = cpu_to_le64(EXFAT_UPCASE_TABLE_SIZE); in exfat_create_root_dir()
|
/third_party/ntfs-3g/ntfsprogs/ |
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 | 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 | 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);
|
D | mkntfs.c | 4703 bs->volume_serial_number = cpu_to_le64(((u64)random() << 32) | in mkntfs_create_root_structures() 5014 g_upcaseinfo->crc = cpu_to_le64(upcase_crc); in mkntfs_redirect()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | jfs_compat.h | 28 #define cpu_to_le64(x) ext2fs_cpu_to_le64(x) macro
|
/third_party/f2fs-tools/include/ |
D | f2fs_fs.h | 159 #define cpu_to_le64(x) ((__u64)(x)) macro 166 #define cpu_to_le64(x) bswap_64(x) macro 455 #define set_sb_le64(member, val) (sb->member = cpu_to_le64(val)) 496 #define set_cp_le64(member, val) (cp->member = cpu_to_le64(val)) 1422 return cpu_to_le64(cp_ver); in get_cp_crc()
|
/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()
|
D | security.c | 506 phsds->offset = cpu_to_le64(offs); in entersecurity_data() 573 realign.all = cpu_to_le64(offs); in entersecurity_indexes()
|
/third_party/exfatprogs/fsck/ |
D | fsck.c | 523 stream_de->stream_valid_size = cpu_to_le64( in check_clus_chain() 527 stream_de->stream_size = cpu_to_le64( in check_clus_chain()
|