Home
last modified time | relevance | path

Searched refs:le64_to_cpu (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/linux/block/partitions/
A Defi.c386 if (le64_to_cpu((*gpt)->my_lba) != lba) { in is_gpt_valid()
409 if (le64_to_cpu((*gpt)->last_usable_lba) < le64_to_cpu((*gpt)->first_usable_lba)) { in is_gpt_valid()
465 le64_to_cpu(pte->ending_lba) > lastlba) in is_pte_valid()
486 if (le64_to_cpu(pgpt->my_lba) != le64_to_cpu(agpt->alternate_lba)) { in compare_gpts()
493 if (le64_to_cpu(pgpt->alternate_lba) != le64_to_cpu(agpt->my_lba)) { in compare_gpts()
500 if (le64_to_cpu(pgpt->first_usable_lba) != in compare_gpts()
508 if (le64_to_cpu(pgpt->last_usable_lba) != in compare_gpts()
552 if (le64_to_cpu(agpt->my_lba) != lastlba) { in compare_gpts()
619 le64_to_cpu(pgpt->alternate_lba), in find_valid_gpt()
732 u64 size = le64_to_cpu(ptes[i].ending_lba) - in efi_partition()
[all …]
/linux/drivers/infiniband/hw/bnxt_re/
A Dqplib_sp.c141 attr->max_mr_size = le64_to_cpu(sb->max_mr_size); in bnxt_qplib_get_dev_attr()
823 stats->rnr_naks_rcvd = le64_to_cpu(sb->rnr_naks_rcvd); in bnxt_qplib_get_roce_stats()
824 stats->missing_resp = le64_to_cpu(sb->missing_resp); in bnxt_qplib_get_roce_stats()
826 stats->bad_resp_err = le64_to_cpu(sb->bad_resp_err); in bnxt_qplib_get_roce_stats()
832 stats->remote_op_err = le64_to_cpu(sb->remote_op_err); in bnxt_qplib_get_roce_stats()
833 stats->dup_req = le64_to_cpu(sb->dup_req); in bnxt_qplib_get_roce_stats()
850 stats->res_mem_error = le64_to_cpu(sb->res_mem_error); in bnxt_qplib_get_roce_stats()
851 stats->res_srq_err = le64_to_cpu(sb->res_srq_err); in bnxt_qplib_get_roce_stats()
852 stats->res_cmp_err = le64_to_cpu(sb->res_cmp_err); in bnxt_qplib_get_roce_stats()
860 rcfw->oos_prev = le64_to_cpu(sb->res_oos_drop_count); in bnxt_qplib_get_roce_stats()
[all …]
A Dhw_counters.c275 le64_to_cpu(hw_stats->tx_bcast_pkts); in bnxt_re_ib_get_hw_stats()
277 le64_to_cpu(hw_stats->rx_error_pkts); in bnxt_re_ib_get_hw_stats()
279 le64_to_cpu(hw_stats->rx_discard_pkts); in bnxt_re_ib_get_hw_stats()
281 le64_to_cpu(hw_stats->rx_ucast_pkts); in bnxt_re_ib_get_hw_stats()
283 le64_to_cpu(hw_stats->rx_ucast_bytes); in bnxt_re_ib_get_hw_stats()
285 le64_to_cpu(hw_stats->tx_ucast_pkts); in bnxt_re_ib_get_hw_stats()
287 le64_to_cpu(hw_stats->tx_ucast_bytes); in bnxt_re_ib_get_hw_stats()
/linux/fs/ntfs3/
A Dattrib.c91 CLST svcn = le64_to_cpu(attr->nres.svcn); in attr_load_runs()
489 svcn = le64_to_cpu(attr->nres.svcn); in attr_set_size()
490 evcn = le64_to_cpu(attr->nres.evcn); in attr_set_size()
647 svcn = le64_to_cpu(attr->nres.svcn); in attr_set_size()
1151 svcn = le64_to_cpu(attr->nres.svcn); in attr_load_runs_vcn()
1152 evcn = le64_to_cpu(attr->nres.evcn); in attr_load_runs_vcn()
1244 off[1] = le64_to_cpu(off64[0]); in attr_wof_frame_info()
1306 off[1] = le64_to_cpu(*off64); in attr_wof_frame_info()
1314 off[0] = le64_to_cpu(*off64); in attr_wof_frame_info()
1324 off[0] = le64_to_cpu(off64[-1]); in attr_wof_frame_info()
[all …]
A Dfslog.c512 l_size = le64_to_cpu(ra->l_size); in is_rst_area_valid()
643 u64 dp_vcn = le64_to_cpu(dp->vcn); in find_dp()
1079 return le64_to_cpu(hdr->rhdr.lsn); in hdr_file_off()
1576 u64 lsn = le64_to_cpu(rhdr->lsn); in check_subseq_log_page()
2347 lsnr = le64_to_cpu(rh->this_lsn); in read_rst_area()
2821 lsn = le64_to_cpu(hdr->lsn); in check_lsn()
4522 le64_to_cpu(dp->vcn)); in log_replay()
4536 u64 lcn0 = le64_to_cpu(r->lcn); in log_replay()
4622 le64_to_cpu(dp->vcn); in log_replay()
4816 vcn = le64_to_cpu(dp->vcn) + i; in log_replay()
[all …]
/linux/include/linux/
A Dsiphash.h60 return siphash_1u64(le64_to_cpu(data[0]), key); in ___siphash_aligned()
62 return siphash_2u64(le64_to_cpu(data[0]), le64_to_cpu(data[1]), in ___siphash_aligned()
65 return siphash_3u64(le64_to_cpu(data[0]), le64_to_cpu(data[1]), in ___siphash_aligned()
66 le64_to_cpu(data[2]), key); in ___siphash_aligned()
68 return siphash_4u64(le64_to_cpu(data[0]), le64_to_cpu(data[1]), in ___siphash_aligned()
69 le64_to_cpu(data[2]), le64_to_cpu(data[3]), in ___siphash_aligned()
/linux/fs/squashfs/
A Dxattr_id.c41 start_block = le64_to_cpu(msblk->xattr_id_table[block]); in squashfs_xattr_lookup()
48 *xattr = le64_to_cpu(id.xattr); in squashfs_xattr_lookup()
72 *xattr_table_start = le64_to_cpu(id_table->xattr_table_start); in squashfs_read_xattr_id_table()
109 start = le64_to_cpu(table[n]); in squashfs_read_xattr_id_table()
110 end = le64_to_cpu(table[n + 1]); in squashfs_read_xattr_id_table()
119 start = le64_to_cpu(table[indexes - 1]); in squashfs_read_xattr_id_table()
126 if (*xattr_table_start >= le64_to_cpu(table[0])) { in squashfs_read_xattr_id_table()
A Dexport.c53 start = le64_to_cpu(msblk->inode_lookup_table[blk]); in squashfs_inode_lookup()
60 (u64) le64_to_cpu(ino)); in squashfs_inode_lookup()
62 return le64_to_cpu(ino); in squashfs_inode_lookup()
152 start = le64_to_cpu(table[n]); in squashfs_read_inode_lookup_table()
153 end = le64_to_cpu(table[n + 1]); in squashfs_read_inode_lookup_table()
163 start = le64_to_cpu(table[indexes - 1]); in squashfs_read_inode_lookup_table()
A Dsuper.c182 msblk->bytes_used = le64_to_cpu(sblk->bytes_used); in squashfs_fill_super()
212 root_inode = le64_to_cpu(sblk->root_inode); in squashfs_fill_super()
216 msblk->inode_table = le64_to_cpu(sblk->inode_table_start); in squashfs_fill_super()
236 (u64) le64_to_cpu(sblk->fragment_table_start)); in squashfs_fill_super()
238 (u64) le64_to_cpu(sblk->id_table_start)); in squashfs_fill_super()
270 xattr_id_table_start = le64_to_cpu(sblk->xattr_id_table_start); in squashfs_fill_super()
291 le64_to_cpu(sblk->id_table_start), next_table, msblk->ids); in squashfs_fill_super()
298 next_table = le64_to_cpu(msblk->id_table[0]); in squashfs_fill_super()
301 lookup_table_start = le64_to_cpu(sblk->lookup_table_start); in squashfs_fill_super()
314 next_table = le64_to_cpu(msblk->inode_lookup_table[0]); in squashfs_fill_super()
[all …]
A Did.c45 start_block = le64_to_cpu(msblk->id_table[block]); in squashfs_get_id()
97 start = le64_to_cpu(table[n]); in squashfs_read_id_index_table()
98 end = le64_to_cpu(table[n + 1]); in squashfs_read_id_index_table()
107 start = le64_to_cpu(table[indexes - 1]); in squashfs_read_id_index_table()
A Dfragment.c48 start_block = le64_to_cpu(msblk->fragment_index[block]); in squashfs_frag_lookup()
55 *fragment_block = le64_to_cpu(fragment_entry.start_block); in squashfs_frag_lookup()
83 if (!IS_ERR(table) && le64_to_cpu(table[0]) >= fragment_table_start) { in squashfs_read_fragment_index_table()
/linux/crypto/
A Dstreebog_generic.c872 r0 = le64_to_cpu(x->qword[0] ^ y->qword[0]); in streebog_xlps()
873 r1 = le64_to_cpu(x->qword[1] ^ y->qword[1]); in streebog_xlps()
874 r2 = le64_to_cpu(x->qword[2] ^ y->qword[2]); in streebog_xlps()
875 r3 = le64_to_cpu(x->qword[3] ^ y->qword[3]); in streebog_xlps()
876 r4 = le64_to_cpu(x->qword[4] ^ y->qword[4]); in streebog_xlps()
877 r5 = le64_to_cpu(x->qword[5] ^ y->qword[5]); in streebog_xlps()
878 r6 = le64_to_cpu(x->qword[6] ^ y->qword[6]); in streebog_xlps()
879 r7 = le64_to_cpu(x->qword[7] ^ y->qword[7]); in streebog_xlps()
941 const u64 left = le64_to_cpu(x->qword[i]); in streebog_add512()
944 sum = left + le64_to_cpu(y->qword[i]) + carry; in streebog_add512()
/linux/fs/nilfs2/
A Ddat.c158 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_prepare_end()
183 end = start = le64_to_cpu(entry->de_start); in nilfs_dat_commit_end()
189 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_commit_end()
208 start = le64_to_cpu(entry->de_start); in nilfs_dat_abort_end()
209 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_abort_end()
346 (unsigned long long)le64_to_cpu(entry->de_start), in nilfs_dat_move()
347 (unsigned long long)le64_to_cpu(entry->de_end)); in nilfs_dat_move()
406 blocknr = le64_to_cpu(entry->de_blocknr); in nilfs_dat_translate()
447 vinfo->vi_start = le64_to_cpu(entry->de_start); in nilfs_dat_get_vinfo()
448 vinfo->vi_end = le64_to_cpu(entry->de_end); in nilfs_dat_get_vinfo()
[all …]
A Dthe_nilfs.c136 nilfs->ns_nongc_ctime = le64_to_cpu(raw_sr->sr_nongc_ctime); in nilfs_load_super_root()
176 nilfs->ns_last_pseg = le64_to_cpu(sbp->s_last_pseg); in nilfs_store_log_cursor()
177 nilfs->ns_last_cno = le64_to_cpu(sbp->s_last_cno); in nilfs_store_log_cursor()
178 nilfs->ns_last_seq = le64_to_cpu(sbp->s_last_seq); in nilfs_store_log_cursor()
245 nilfs->ns_sbwtime = le64_to_cpu(sbp[0]->s_wtime); in load_nilfs()
286 features = le64_to_cpu(nilfs->ns_sbp[0]->s_feature_compat_ro) & in load_nilfs()
421 nilfs_set_nsegments(nilfs, le64_to_cpu(sbp->s_nsegments)); in nilfs_store_disk_layout()
448 return offset < ((le64_to_cpu(sbp->s_nsegments) * in nilfs_sb2_bad_offset()
520 le64_to_cpu(sbp[1]->s_last_cno) > in nilfs_load_super_block()
521 le64_to_cpu(sbp[0]->s_last_cno)); in nilfs_load_super_block()
[all …]
A Dcpfile.c415 ci->ci_cno = le64_to_cpu(cp->cp_cno); in nilfs_cpfile_checkpoint_to_cpinfo()
416 ci->ci_create = le64_to_cpu(cp->cp_create); in nilfs_cpfile_checkpoint_to_cpinfo()
417 ci->ci_nblk_inc = le64_to_cpu(cp->cp_nblk_inc); in nilfs_cpfile_checkpoint_to_cpinfo()
418 ci->ci_inodes_count = le64_to_cpu(cp->cp_inodes_count); in nilfs_cpfile_checkpoint_to_cpinfo()
419 ci->ci_blocks_count = le64_to_cpu(cp->cp_blocks_count); in nilfs_cpfile_checkpoint_to_cpinfo()
525 next = le64_to_cpu(cp->cp_snapshot_list.ssl_next); in nilfs_cpfile_do_get_ssinfo()
659 prev = le64_to_cpu(list->ssl_prev); in nilfs_cpfile_set_snapshot()
676 prev = le64_to_cpu(list->ssl_prev); in nilfs_cpfile_set_snapshot()
767 next = le64_to_cpu(list->ssl_next); in nilfs_cpfile_clear_snapshot()
768 prev = le64_to_cpu(list->ssl_prev); in nilfs_cpfile_clear_snapshot()
[all …]
/linux/fs/quota/
A Dquota_v2.c228 m->dqb_itime = le64_to_cpu(d->dqb_itime); in v2r0_disk2memdqb()
231 m->dqb_curspace = le64_to_cpu(d->dqb_curspace); in v2r0_disk2memdqb()
232 m->dqb_btime = le64_to_cpu(d->dqb_btime); in v2r0_disk2memdqb()
278 m->dqb_ihardlimit = le64_to_cpu(d->dqb_ihardlimit); in v2r1_disk2memdqb()
279 m->dqb_isoftlimit = le64_to_cpu(d->dqb_isoftlimit); in v2r1_disk2memdqb()
280 m->dqb_curinodes = le64_to_cpu(d->dqb_curinodes); in v2r1_disk2memdqb()
281 m->dqb_itime = le64_to_cpu(d->dqb_itime); in v2r1_disk2memdqb()
282 m->dqb_bhardlimit = v2_qbtos(le64_to_cpu(d->dqb_bhardlimit)); in v2r1_disk2memdqb()
283 m->dqb_bsoftlimit = v2_qbtos(le64_to_cpu(d->dqb_bsoftlimit)); in v2r1_disk2memdqb()
284 m->dqb_curspace = le64_to_cpu(d->dqb_curspace); in v2r1_disk2memdqb()
[all …]
/linux/fs/ocfs2/
A Dinode.c305 inode->i_atime.tv_sec = le64_to_cpu(fe->i_atime); in ocfs2_populate_inode()
307 inode->i_mtime.tv_sec = le64_to_cpu(fe->i_mtime); in ocfs2_populate_inode()
309 inode->i_ctime.tv_sec = le64_to_cpu(fe->i_ctime); in ocfs2_populate_inode()
346 i_size_write(inode, le64_to_cpu(fe->i_size)); in ocfs2_populate_inode()
354 i_size_write(inode, le64_to_cpu(fe->i_size)); in ocfs2_populate_inode()
360 i_size_write(inode, le64_to_cpu(fe->i_size)); in ocfs2_populate_inode()
371 le64_to_cpu(fe->i_blkno)); in ocfs2_populate_inode()
1342 i_size_write(inode, le64_to_cpu(fe->i_size)); in ocfs2_refresh_inode()
1396 if (le64_to_cpu(di->i_blkno) != bh->b_blocknr) { in ocfs2_validate_inode_block()
1459 if (le64_to_cpu(di->i_blkno) != bh->b_blocknr) { in ocfs2_filecheck_validate_inode_block()
[all …]
A Drefcounttree.c787 blk = le64_to_cpu(rb->rf_blkno); in ocfs2_remove_refcount_tree()
888 if (le64_to_cpu(rec->r_cpos) + in ocfs2_find_refcount_rec_in_rl()
1385 u64 l_cpos = le64_to_cpu(l->r_cpos); in cmp_refcount_rec_by_cpos()
1386 u64 r_cpos = le64_to_cpu(r->r_cpos); in cmp_refcount_rec_by_cpos()
1751 u64 cpos = le64_to_cpu(rec->r_cpos); in ocfs2_insert_refcount_rec()
1845 le64_to_cpu(split_rec->r_cpos), in ocfs2_split_refcount_rec()
1856 le64_to_cpu(split_rec->r_cpos) + in ocfs2_split_refcount_rec()
1869 le64_to_cpu(split_rec->r_cpos) + in ocfs2_split_refcount_rec()
1952 le64_to_cpu(orig_rec->r_cpos); in ocfs2_split_refcount_rec()
2109 le64_to_cpu(rb->rf_blkno), in ocfs2_remove_refcount_extent()
[all …]
/linux/drivers/net/ethernet/apm/xgene-v2/
A Dmain.c96 addr_hi = GET_BITS(NEXT_DESC_ADDRH, le64_to_cpu(raw_desc->m1)); in xge_refill_buffers()
97 addr_lo = GET_BITS(NEXT_DESC_ADDRL, le64_to_cpu(raw_desc->m1)); in xge_refill_buffers()
165 if (GET_BITS(E, le64_to_cpu(raw_desc->m0)) && in is_tx_slot_available()
203 addr_hi = GET_BITS(NEXT_DESC_ADDRH, le64_to_cpu(raw_desc->m1)); in xge_start_xmit()
204 addr_lo = GET_BITS(NEXT_DESC_ADDRL, le64_to_cpu(raw_desc->m1)); in xge_start_xmit()
229 if (GET_BITS(E, le64_to_cpu(raw_desc->m0)) && in is_tx_hw_done()
230 !GET_BITS(PKT_SIZE, le64_to_cpu(raw_desc->m0))) in is_tx_hw_done()
309 if (GET_BITS(E, le64_to_cpu(raw_desc->m0))) in xge_rx_poll()
317 len = GET_BITS(PKT_SIZE, le64_to_cpu(raw_desc->m0)); in xge_rx_poll()
321 rx_error = GET_BITS(D, le64_to_cpu(raw_desc->m2)); in xge_rx_poll()
[all …]
/linux/drivers/md/persistent-data/
A Ddm-space-map-common.c43 if (dm_block_location(b) != le64_to_cpu(mi_le->blocknr)) { in index_check()
45 le64_to_cpu(mi_le->blocknr), dm_block_location(b)); in index_check()
134 uint64_t bits = le64_to_cpu(*w_le); in dm_bitmap_word_used()
542 le64_to_cpu(n->keys[index]) == key; in contains_key()
1077 ll->nr_blocks = le64_to_cpu(smr.nr_blocks); in sm_ll_open_metadata()
1078 ll->nr_allocated = le64_to_cpu(smr.nr_allocated); in sm_ll_open_metadata()
1079 ll->bitmap_root = le64_to_cpu(smr.bitmap_root); in sm_ll_open_metadata()
1080 ll->ref_count_root = le64_to_cpu(smr.ref_count_root); in sm_ll_open_metadata()
1246 ll->nr_blocks = le64_to_cpu(smr->nr_blocks); in sm_ll_open_disk()
1247 ll->nr_allocated = le64_to_cpu(smr->nr_allocated); in sm_ll_open_disk()
[all …]
A Ddm-btree.c47 uint64_t mid_key = le64_to_cpu(n->keys[mid]); in bsearch()
406 root = le64_to_cpu(internal_value_le); in dm_btree_lookup()
457 *rkey = le64_to_cpu(n->keys[i]); in dm_btree_lookup_next_single()
486 root = le64_to_cpu(internal_value_le); in dm_btree_lookup_next()
680 if (key < le64_to_cpu(rn->keys[0])) { in split_one_into_two()
787 if (key < le64_to_cpu(mn->keys[0])) { in split_two_into_three()
920 if (key < le64_to_cpu(right->keys[0])) { in rebalance_left()
949 if (key < le64_to_cpu(right->keys[0])) { in rebalance_right()
1177 if (key != le64_to_cpu(node->keys[i])) in __btree_get_overwrite_leaf()
1431 keys = le64_to_cpu(*key_ptr(n, i)); in walk_node()
[all …]
/linux/drivers/net/ethernet/intel/igc/
A Digc_dump.c192 i, le64_to_cpu(u0->a), in igc_rings_dump()
193 le64_to_cpu(u0->b), in igc_rings_dump()
275 le64_to_cpu(u0->a), in igc_rings_dump()
276 le64_to_cpu(u0->b), in igc_rings_dump()
281 le64_to_cpu(u0->a), in igc_rings_dump()
282 le64_to_cpu(u0->b), in igc_rings_dump()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
A Drx.c354 rx_status->mactime = le64_to_cpu(phy_info->timestamp); in iwl_mvm_rx_rx_mpdu()
716 mvm->radio_stats.rx_time = le64_to_cpu(stats->rx_time); in iwl_mvm_handle_rx_statistics_tlv()
792 le64_to_cpu(stats->general.common.rx_time); in iwl_mvm_handle_rx_statistics()
794 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics()
796 le64_to_cpu(stats->general.common.on_time_rf); in iwl_mvm_handle_rx_statistics()
798 le64_to_cpu(stats->general.common.on_time_scan); in iwl_mvm_handle_rx_statistics()
814 le64_to_cpu(stats->general.common.rx_time); in iwl_mvm_handle_rx_statistics()
816 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics()
818 le64_to_cpu(stats->general.common.on_time_rf); in iwl_mvm_handle_rx_statistics()
820 le64_to_cpu(stats->general.common.on_time_scan); in iwl_mvm_handle_rx_statistics()
[all …]
/linux/fs/ubifs/
A Dmaster.c352 c->max_sqnum = le64_to_cpu(c->mst_node->ch.sqnum); in ubifs_read_master()
353 c->highest_inum = le64_to_cpu(c->mst_node->highest_inum); in ubifs_read_master()
354 c->cmt_no = le64_to_cpu(c->mst_node->cmt_no); in ubifs_read_master()
362 c->bi.old_idx_sz = le64_to_cpu(c->mst_node->index_size); in ubifs_read_master()
375 c->lst.total_free = le64_to_cpu(c->mst_node->total_free); in ubifs_read_master()
376 c->lst.total_dirty = le64_to_cpu(c->mst_node->total_dirty); in ubifs_read_master()
377 c->lst.total_used = le64_to_cpu(c->mst_node->total_used); in ubifs_read_master()
378 c->lst.total_dead = le64_to_cpu(c->mst_node->total_dead); in ubifs_read_master()
379 c->lst.total_dark = le64_to_cpu(c->mst_node->total_dark); in ubifs_read_master()
/linux/drivers/md/
A Ddm-thin-metadata.c371 unpack_block_time(le64_to_cpu(v1_le), &b1, &t); in data_block_equal()
372 unpack_block_time(le64_to_cpu(v2_le), &b2, &t); in data_block_equal()
384 dm_tm_inc(info->tm, le64_to_cpu(*root_le)); in subtree_inc()
394 if (dm_btree_del(info, le64_to_cpu(*root_le))) in subtree_dec()
1166 origin_root = le64_to_cpu(value); in __create_snap()
1331 if (le64_to_cpu(disk_super->held_root)) { in __reserve_metadata_snap()
1393 held_root = le64_to_cpu(disk_super->held_root); in __release_metadata_snap()
1442 *result = le64_to_cpu(disk_super->held_root); in __get_metadata_snap()
1507 block_time = le64_to_cpu(value); in unpack_lookup_result()
1704 mapping_root = le64_to_cpu(value); in __remove_range()
[all …]

Completed in 86 milliseconds

12345678910>>...19