Home
last modified time | relevance | path

Searched refs:be32_to_cpu (Results 1 – 25 of 781) sorted by relevance

12345678910>>...32

/linux/arch/powerpc/platforms/powernv/
H A Dpci.c198 hose->global_number, be32_to_cpu(common->version)); in pnv_pci_dump_p7ioc_diag_data()
202 be32_to_cpu(data->brdgCtl)); in pnv_pci_dump_p7ioc_diag_data()
206 be32_to_cpu(data->portStatusReg), in pnv_pci_dump_p7ioc_diag_data()
207 be32_to_cpu(data->rootCmplxStatus), in pnv_pci_dump_p7ioc_diag_data()
208 be32_to_cpu(data->busAgentStatus)); in pnv_pci_dump_p7ioc_diag_data()
213 be32_to_cpu(data->deviceStatus), in pnv_pci_dump_p7ioc_diag_data()
214 be32_to_cpu(data->slotStatus), in pnv_pci_dump_p7ioc_diag_data()
215 be32_to_cpu(data->linkStatus), in pnv_pci_dump_p7ioc_diag_data()
216 be32_to_cpu(data->devCmdStatus), in pnv_pci_dump_p7ioc_diag_data()
217 be32_to_cpu(data->devSecStatus)); in pnv_pci_dump_p7ioc_diag_data()
[all …]
/linux/drivers/infiniband/hw/hfi1/
H A Dtrace.c270 be32_to_cpu(eh->imm_data)); in parse_everbs_hdrs()
277 be32_to_cpu(eh->rc.reth.rkey), in parse_everbs_hdrs()
278 be32_to_cpu(eh->rc.reth.length), in parse_everbs_hdrs()
279 be32_to_cpu(eh->rc.imm_data)); in parse_everbs_hdrs()
289 be32_to_cpu(eh->rc.reth.rkey), in parse_everbs_hdrs()
290 be32_to_cpu(eh->rc.reth.length)); in parse_everbs_hdrs()
296 trace_seq_printf(p, AETH_PRN, be32_to_cpu(eh->aeth) >> 24, in parse_everbs_hdrs()
297 parse_syndrome(be32_to_cpu(eh->aeth) >> 24), in parse_everbs_hdrs()
298 be32_to_cpu(eh->aeth) & IB_MSN_MASK); in parse_everbs_hdrs()
306 be32_to_cpu(eh->tid_rdma.w_req.reth.rkey), in parse_everbs_hdrs()
[all …]
/linux/block/partitions/
H A Damiga.c32 sum += be32_to_cpu(*m++); in checksum_block()
64 if (checksum_block((__be32 *)data, be32_to_cpu(rdb->rdb_SummedLongs) & 0x7F) == 0) in amiga_partition()
71 be32_to_cpu(rdb->rdb_SummedLongs) & 0x7F)==0) { in amiga_partition()
82 blksize = be32_to_cpu( rdb->rdb_BlockBytes ) / 512; in amiga_partition()
91 blk = be32_to_cpu(rdb->rdb_PartitionList); in amiga_partition()
108 blk = be32_to_cpu(pb->pb_Next); in amiga_partition()
111 if (checksum_block((__be32 *)pb, be32_to_cpu(pb->pb_SummedLongs) & 0x7F) != 0 ) in amiga_partition()
121 nr_hd = be32_to_cpu(pb->pb_Environment[NR_HD]); in amiga_partition()
122 nr_sect = be32_to_cpu(pb->pb_Environment[NR_SECT]); in amiga_partition()
132 if (cylblk > be32_to_cpu(rdb->rdb_CylBlocks)) { in amiga_partition()
[all …]
H A Datari.c24 be32_to_cpu((pi)->st) <= (hdsiz) && \
25 be32_to_cpu((pi)->st) + be32_to_cpu((pi)->siz) <= (hdsiz))
84 put_partition (state, slot, be32_to_cpu(pi->st), in atari_partition()
85 be32_to_cpu(pi->siz)); in atari_partition()
93 partsect = extensect = be32_to_cpu(pi->st); in atari_partition()
110 partsect + be32_to_cpu(xrs->part[0].st), in atari_partition()
111 be32_to_cpu(xrs->part[0].siz)); in atari_partition()
124 partsect = be32_to_cpu(xrs->part[1].st) + extensect; in atari_partition()
144 be32_to_cpu(pi->st), in atari_partition()
145 be32_to_cpu(pi->siz)); in atari_partition()
H A Dsgi.c52 if(be32_to_cpu(magic) != SGI_LABEL_MAGIC) { in sgi_partition()
61 csum += be32_to_cpu(cs); in sgi_partition()
75 blocks = be32_to_cpu(p->num_blocks); in sgi_partition()
76 start = be32_to_cpu(p->first_block); in sgi_partition()
79 if (be32_to_cpu(p->type) == LINUX_RAID_PARTITION) in sgi_partition()
/linux/fs/xfs/libxfs/
H A Dxfs_alloc_btree.c150 x = be32_to_cpu(rec->alloc.ar_startblock); in xfs_bnobt_init_high_key_from_rec()
151 x += be32_to_cpu(rec->alloc.ar_blockcount) - 1; in xfs_bnobt_init_high_key_from_rec()
181 ASSERT(cur->bc_group->xg_gno == be32_to_cpu(agf->agf_seqno)); in xfs_allocbt_init_ptr_from_cur()
197 return (int64_t)be32_to_cpu(kp->ar_startblock) - rec->ar_startblock; in xfs_bnobt_key_diff()
209 diff = (int64_t)be32_to_cpu(kp->ar_blockcount) - rec->ar_blockcount; in xfs_cntbt_key_diff()
213 return (int64_t)be32_to_cpu(kp->ar_startblock) - rec->ar_startblock; in xfs_cntbt_key_diff()
225 return (int64_t)be32_to_cpu(k1->alloc.ar_startblock) - in xfs_bnobt_diff_two_keys()
226 be32_to_cpu(k2->alloc.ar_startblock); in xfs_bnobt_diff_two_keys()
241 diff = be32_to_cpu(k1->alloc.ar_blockcount) - in xfs_cntbt_diff_two_keys()
242 be32_to_cpu(k2->alloc.ar_blockcount); in xfs_cntbt_diff_two_keys()
[all …]
H A Dxfs_refcount_btree.c145 x = be32_to_cpu(rec->refc.rc_startblock); in xfs_refcountbt_init_high_key_from_rec()
146 x += be32_to_cpu(rec->refc.rc_blockcount) - 1; in xfs_refcountbt_init_high_key_from_rec()
172 ASSERT(cur->bc_group->xg_gno == be32_to_cpu(agf->agf_seqno)); in xfs_refcountbt_init_ptr_from_cur()
188 return (int64_t)be32_to_cpu(kp->rc_startblock) - start; in xfs_refcountbt_key_diff()
200 return (int64_t)be32_to_cpu(k1->refc.rc_startblock) - in xfs_refcountbt_diff_two_keys()
201 be32_to_cpu(k2->refc.rc_startblock); in xfs_refcountbt_diff_two_keys()
292 return be32_to_cpu(k1->refc.rc_startblock) < in xfs_refcountbt_keys_inorder()
293 be32_to_cpu(k2->refc.rc_startblock); in xfs_refcountbt_keys_inorder()
302 return be32_to_cpu(r1->refc.rc_startblock) + in xfs_refcountbt_recs_inorder()
303 be32_to_cpu(r1->refc.rc_blockcount) <= in xfs_refcountbt_recs_inorder()
[all …]
H A Dxfs_da_btree.c149 to->forw = be32_to_cpu(from3->hdr.info.hdr.forw); in xfs_da3_node_hdr_from_disk()
150 to->back = be32_to_cpu(from3->hdr.info.hdr.back); in xfs_da3_node_hdr_from_disk()
157 to->forw = be32_to_cpu(from->hdr.info.forw); in xfs_da3_node_hdr_from_disk()
158 to->back = be32_to_cpu(from->hdr.info.back); in xfs_da3_node_hdr_from_disk()
685 if (be32_to_cpu(node->hdr.info.forw) != addblk->blkno) { in xfs_da3_split()
699 if (be32_to_cpu(node->hdr.info.back) != addblk->blkno) { in xfs_da3_split()
962 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_rebalance()
963 (be32_to_cpu(btree2[nodehdr2.count - 1].hashval) < in xfs_da3_node_rebalance()
964 be32_to_cpu(btree1[nodehdr1.count - 1].hashval)))) { in xfs_da3_node_rebalance()
1054 blk1->hashval = be32_to_cpu(btree1[nodehdr1.count - 1].hashval); in xfs_da3_node_rebalance()
[all …]
/linux/arch/powerpc/boot/
H A Ddevtree.c28 naddr = be32_to_cpu(naddr); in dt_fixup_memory()
35 nsize = be32_to_cpu(nsize); in dt_fixup_memory()
53 printf("Memory <- <0x%x", be32_to_cpu(memreg[0])); in dt_fixup_memory()
55 printf(" 0x%x", be32_to_cpu(memreg[i])); in dt_fixup_memory()
142 *naddr = be32_to_cpu(*naddr); in dt_get_reg_format()
146 *nsize = be32_to_cpu(*nsize); in dt_get_reg_format()
175 u64 tmp = (u64)be32_to_cpu(reg[i]) + be32_to_cpu(add[i]) + carry; in add_reg()
192 if (be32_to_cpu(reg[i]) < be32_to_cpu(range[i])) in compare_reg()
194 if (be32_to_cpu(reg[i]) > be32_to_cpu(range[i])) in compare_reg()
199 end = be32_to_cpu(range[i]) + be32_to_cpu(rangesize[i]); in compare_reg()
[all …]
/linux/arch/powerpc/kvm/
H A Dbook3s_rtas.c24 if (be32_to_cpu(args->nargs) != 3 || be32_to_cpu(args->nret) != 1) { in kvm_rtas_set_xive()
29 irq = be32_to_cpu(args->args[0]); in kvm_rtas_set_xive()
30 server = be32_to_cpu(args->args[1]); in kvm_rtas_set_xive()
31 priority = be32_to_cpu(args->args[2]); in kvm_rtas_set_xive()
48 if (be32_to_cpu(args->nargs) != 1 || be32_to_cpu(args->nret) != 3) { in kvm_rtas_get_xive()
53 irq = be32_to_cpu(args->args[0]); in kvm_rtas_get_xive()
76 if (be32_to_cpu(args->nargs) != 1 || be32_to_cpu(args->nret) != 1) { in kvm_rtas_int_off()
81 irq = be32_to_cpu(args->args[0]); in kvm_rtas_int_off()
98 if (be32_to_cpu(args->nargs) != 1 || be32_to_cpu(args->nret) != 1) { in kvm_rtas_int_on()
103 irq = be32_to_cpu(args->args[0]); in kvm_rtas_int_on()
[all …]
/linux/drivers/target/iscsi/
H A Discsi_target_erl0.c87 cmd->write_data_done != be32_to_cpu(hdr->offset)) in iscsit_dataout_within_command_recovery_check()
94 seq = iscsit_get_seq_holder(cmd, be32_to_cpu(hdr->offset), in iscsit_dataout_within_command_recovery_check()
106 (seq->offset != be32_to_cpu(hdr->offset) || in iscsit_dataout_within_command_recovery_check()
107 seq->data_sn != be32_to_cpu(hdr->datasn))) in iscsit_dataout_within_command_recovery_check()
112 seq->data_sn != be32_to_cpu(hdr->datasn)) in iscsit_dataout_within_command_recovery_check()
141 if ((be32_to_cpu(hdr->offset) < cmd->seq_start_offset) || in iscsit_dataout_check_unsolicited_sequence()
142 ((be32_to_cpu(hdr->offset) + payload_length) > cmd->seq_end_offset)) { in iscsit_dataout_check_unsolicited_sequence()
146 be32_to_cpu(hdr->offset), payload_length, cmd->seq_start_offset, in iscsit_dataout_check_unsolicited_sequence()
229 if ((be32_to_cpu(hdr->offset) < cmd->seq_start_offset) || in iscsit_dataout_check_sequence()
230 ((be32_to_cpu(hdr->offset) + payload_length) > cmd->seq_end_offset)) { in iscsit_dataout_check_sequence()
[all …]
/linux/drivers/mtd/ubi/
H A Dfastmap.c254 if (be32_to_cpu(new_vh->lnum) != aeb->lnum) { in update_vol()
255 if (be32_to_cpu(new_vh->lnum) < aeb->lnum) in update_vol()
286 if (av->highest_lnum == be32_to_cpu(new_vh->lnum)) in update_vol()
288 be32_to_cpu(new_vh->data_size); in update_vol()
311 if (av->highest_lnum <= be32_to_cpu(new_vh->lnum)) { in update_vol()
312 av->highest_lnum = be32_to_cpu(new_vh->lnum); in update_vol()
313 av->last_data_size = be32_to_cpu(new_vh->data_size); in update_vol()
317 av->used_ebs = be32_to_cpu(new_vh->used_ebs); in update_vol()
340 int vol_id = be32_to_cpu(new_vh->vol_id); in process_pool_aeb()
432 pnum = be32_to_cpu(pebs[i]); in scan_pool()
[all …]
/linux/include/rdma/
H A Dib_hdrs.h211 return be32_to_cpu(ohdr->u.ud.deth[0]); in ib_get_qkey()
216 return ((be32_to_cpu(ohdr->u.ud.deth[1])) & IB_QPN_MASK); in ib_get_sqpn()
239 return ((be32_to_cpu(ohdr->bth[0]) >> IB_BTH_PAD_SHIFT) & in ib_bth_get_pad()
245 return (be32_to_cpu(ohdr->bth[0]) & IB_BTH_PKEY_MASK); in ib_bth_get_pkey()
250 return ((be32_to_cpu(ohdr->bth[0]) >> IB_BTH_OPCODE_SHIFT) & in ib_bth_get_opcode()
256 return (u8)((be32_to_cpu(ohdr->bth[2]) >> IB_BTH_A_SHIFT) & in ib_bth_get_ackreq()
262 return (u8)((be32_to_cpu(ohdr->bth[0]) >> IB_BTH_M_SHIFT) & in ib_bth_get_migreq()
268 return (u8)((be32_to_cpu(ohdr->bth[0]) >> IB_BTH_SE_SHIFT) & in ib_bth_get_se()
274 return (u32)(be32_to_cpu(ohdr->bth[2])); in ib_bth_get_psn()
279 return (u32)((be32_to_cpu(ohdr->bth[1])) & IB_QPN_MASK); in ib_bth_get_qpn()
[all …]
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_debugdump.c135 if (be32_to_cpu(tl->length) > remaining - sizeof(*tl)) in nfp_traverse_tlvs()
138 total_tlv_size = sizeof(*tl) + be32_to_cpu(tl->length); in nfp_traverse_tlvs()
192 be32_to_cpu(spec->length)); in nfp_dump_error_tlv_size()
207 tl_len = be32_to_cpu(spec->length); in nfp_calc_hwinfo_field_sz()
222 u32 available_sz = be32_to_cpu(spec_csr->tl.length); in nfp_csr_spec_valid()
228 reg_width = be32_to_cpu(spec_csr->register_width); in nfp_csr_spec_valid()
242 tl_len = be32_to_cpu(spec->length); in nfp_calc_rtsym_dump_sz()
262 switch (be32_to_cpu(tl->type)) { in nfp_add_tlv_size()
274 ALIGN8(be32_to_cpu(spec_csr->cpp.dump_length)); in nfp_add_tlv_size()
282 ALIGN8(be32_to_cpu(spec_csr->cpp.dump_length) * in nfp_add_tlv_size()
[all …]
/linux/crypto/
H A Dseed.c335 x1 = be32_to_cpu(key[0]); in seed_set_key()
336 x2 = be32_to_cpu(key[1]); in seed_set_key()
337 x3 = be32_to_cpu(key[2]); in seed_set_key()
338 x4 = be32_to_cpu(key[3]); in seed_set_key()
372 x1 = be32_to_cpu(src[0]); in seed_encrypt()
373 x2 = be32_to_cpu(src[1]); in seed_encrypt()
374 x3 = be32_to_cpu(src[2]); in seed_encrypt()
375 x4 = be32_to_cpu(src[3]); in seed_encrypt()
410 x1 = be32_to_cpu(src[0]); in seed_decrypt()
411 x2 = be32_to_cpu(src[1]); in seed_decrypt()
[all …]
H A Daria_generic.c38 w0[0] = be32_to_cpu(key[0]); in aria_set_encrypt_key()
39 w0[1] = be32_to_cpu(key[1]); in aria_set_encrypt_key()
40 w0[2] = be32_to_cpu(key[2]); in aria_set_encrypt_key()
41 w0[3] = be32_to_cpu(key[3]); in aria_set_encrypt_key()
51 w1[0] = be32_to_cpu(key[4]); in aria_set_encrypt_key()
52 w1[1] = be32_to_cpu(key[5]); in aria_set_encrypt_key()
54 w1[2] = be32_to_cpu(key[6]); in aria_set_encrypt_key()
55 w1[3] = be32_to_cpu(key[7]); in aria_set_encrypt_key()
205 reg0 = be32_to_cpu(src[0]); in __aria_crypt()
206 reg1 = be32_to_cpu(src[1]); in __aria_crypt()
[all …]
/linux/drivers/scsi/ibmvscsi_tgt/
H A Dlibsrp.c179 len = min(cmd->se_cmd.data_length, be32_to_cpu(md->len)); in srp_direct_data()
181 len = be32_to_cpu(md->len); in srp_direct_data()
209 nmd = be32_to_cpu(id->table_desc.len) / sizeof(struct srp_direct_buf); in srp_indirect_data()
219 be32_to_cpu(id->table_desc.len), in srp_indirect_data()
223 be32_to_cpu(id->table_desc.len)); in srp_indirect_data()
227 sg_init_one(&dummy, md, be32_to_cpu(id->table_desc.len)); in srp_indirect_data()
229 sg_dma_len(&dummy) = be32_to_cpu(id->table_desc.len); in srp_indirect_data()
231 be32_to_cpu(id->table_desc.len)); in srp_indirect_data()
251 len = min(cmd->se_cmd.data_length, be32_to_cpu(id->len)); in srp_indirect_data()
253 len = be32_to_cpu(id->len); in srp_indirect_data()
[all …]
/linux/sound/firewire/dice/
H A Ddice-transaction.c70 *source = be32_to_cpu(info) & CLOCK_SOURCE_MASK; in snd_dice_transaction_get_clock_source()
85 index = (be32_to_cpu(info) & CLOCK_RATE_MASK) >> CLOCK_RATE_SHIFT; in snd_dice_transaction_get_rate()
296 data = be32_to_cpu(pointers[i]); in get_subaddrs()
303 if (be32_to_cpu(pointers[1]) > 0x18) { in get_subaddrs()
310 be32_to_cpu(pointers[0]) * 4 + GLOBAL_VERSION, in get_subaddrs()
319 be32_to_cpu(version)); in get_subaddrs()
328 dice->global_offset = be32_to_cpu(pointers[0]) * 4; in get_subaddrs()
329 dice->tx_offset = be32_to_cpu(pointers[2]) * 4; in get_subaddrs()
330 dice->rx_offset = be32_to_cpu(pointers[4]) * 4; in get_subaddrs()
334 dice->sync_offset = be32_to_cpu(pointers[6]) * 4; in get_subaddrs()
[all …]
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c195 be32_to_cpu(cqe[0]), be32_to_cpu(cqe[1]), be32_to_cpu(cqe[2]), in dump_cqe()
196 be32_to_cpu(cqe[3]), be32_to_cpu(cqe[4]), be32_to_cpu(cqe[5]), in dump_cqe()
197 be32_to_cpu(cqe[6]), be32_to_cpu(cqe[7])); in dump_cqe()
307 mthca_free_srq_wqe(srq, be32_to_cpu(cqe->wqe)); in mthca_cq_clean()
383 be32_to_cpu(cqe->my_qpn), be32_to_cpu(cqe->wqe), in handle_error_cqe()
505 cq->cqn, cq->cons_index, be32_to_cpu(cqe->my_qpn), in mthca_poll_one()
506 be32_to_cpu(cqe->wqe)); in mthca_poll_one()
514 if (!*cur_qp || be32_to_cpu(cqe->my_qpn) != (*cur_qp)->qpn) { in mthca_poll_one()
521 be32_to_cpu(cqe->my_qpn) & in mthca_poll_one()
525 be32_to_cpu(cqe->my_qpn) & 0xffffff); in mthca_poll_one()
[all …]
/linux/fs/hfsplus/
H A Dextents.c29 return be32_to_cpu(k1id) < be32_to_cpu(k2id) ? -1 : 1; in hfsplus_ext_cmp_key()
38 return be32_to_cpu(k1s) < be32_to_cpu(k2s) ? -1 : 1; in hfsplus_ext_cmp_key()
57 count = be32_to_cpu(ext->block_count); in hfsplus_ext_find_block()
59 return be32_to_cpu(ext->start_block) + off; in hfsplus_ext_find_block()
72 count += be32_to_cpu(ext->block_count); in hfsplus_ext_block_count()
84 return be32_to_cpu(ext->start_block) + be32_to_cpu(ext->block_count); in hfsplus_ext_lastblock()
196 hip->cached_start = be32_to_cpu(fd->key->ext.start_block); in __hfsplus_ext_cache_extent()
304 be32_to_cpu(extent[i].start_block), in hfsplus_dump_extent()
305 be32_to_cpu(extent[i].block_count)); in hfsplus_dump_extent()
317 count = be32_to_cpu(extent->block_count); in hfsplus_add_extent()
[all …]
/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_debug.c42 be32_to_cpu(cmd_rsp.rx)); in read_file_tgt_int_stats()
46 be32_to_cpu(cmd_rsp.rxorn)); in read_file_tgt_int_stats()
50 be32_to_cpu(cmd_rsp.rxeol)); in read_file_tgt_int_stats()
54 be32_to_cpu(cmd_rsp.txurn)); in read_file_tgt_int_stats()
58 be32_to_cpu(cmd_rsp.txto)); in read_file_tgt_int_stats()
62 be32_to_cpu(cmd_rsp.cst)); in read_file_tgt_int_stats()
100 be32_to_cpu(cmd_rsp.xretries)); in read_file_tgt_tx_stats()
104 be32_to_cpu(cmd_rsp.fifoerr)); in read_file_tgt_tx_stats()
108 be32_to_cpu(cmd_rsp.filtered)); in read_file_tgt_tx_stats()
112 be32_to_cpu(cmd_rsp.timer_exp)); in read_file_tgt_tx_stats()
[all …]
/linux/drivers/usb/misc/
H A Dezusb.c80 if (be32_to_cpu(record->addr) > fx.max_internal_adress) { in ezusb_ihex_firmware_download()
81 ret = ezusb_writememory(dev, be32_to_cpu(record->addr), in ezusb_ihex_firmware_download()
88 be32_to_cpu(record->addr), record->data, in ezusb_ihex_firmware_download()
100 if (be32_to_cpu(record->addr) <= fx.max_internal_adress) { in ezusb_ihex_firmware_download()
101 ret = ezusb_writememory(dev, be32_to_cpu(record->addr), in ezusb_ihex_firmware_download()
108 be32_to_cpu(record->addr), record->data, in ezusb_ihex_firmware_download()
/linux/fs/affs/
H A Damigaffs.c42 hash_ino = be32_to_cpu(AFFS_HEAD(dir_bh)->table[offset]); in affs_insert_hash()
48 hash_ino = be32_to_cpu(AFFS_TAIL(sb, dir_bh)->hash_chain); in affs_insert_hash()
94 hash_ino = be32_to_cpu(AFFS_HEAD(bh)->table[offset]); in affs_remove_hash()
102 affs_adjust_checksum(bh, be32_to_cpu(ino) - hash_ino); in affs_remove_hash()
112 hash_ino = be32_to_cpu(AFFS_TAIL(sb, bh)->hash_chain); in affs_remove_hash()
161 link_ino = be32_to_cpu(AFFS_TAIL(sb, bh)->link_chain); in affs_remove_link()
166 dir = affs_iget(sb, be32_to_cpu(AFFS_TAIL(sb, link_bh)->parent)); in affs_remove_link()
201 while ((ino = be32_to_cpu(AFFS_TAIL(sb, bh)->link_chain)) != 0) { in affs_remove_link()
205 affs_adjust_checksum(bh, be32_to_cpu(ino2) - link_ino); in affs_remove_link()
209 switch (be32_to_cpu(AFFS_TAIL(sb, bh)->stype)) { in affs_remove_link()
[all …]
/linux/fs/romfs/
H A Dsuper.c159 offset = be32_to_cpu(ri.spec) & ROMFH_MASK; in romfs_readdir()
187 nextfh = be32_to_cpu(ri.next); in romfs_readdir()
189 ino = be32_to_cpu(ri.spec); in romfs_readdir()
220 offset = be32_to_cpu(ri.spec) & ROMFH_MASK; in romfs_lookup()
240 if ((be32_to_cpu(ri.next) & ROMFH_TYPE) == ROMFH_HRD) in romfs_lookup()
241 offset = be32_to_cpu(ri.spec) & ROMFH_MASK; in romfs_lookup()
247 offset = be32_to_cpu(ri.next) & ROMFH_MASK; in romfs_lookup()
288 nextfh = be32_to_cpu(ri.next); in romfs_iget()
292 pos = be32_to_cpu(ri.spec) & ROMFH_MASK; in romfs_iget()
314 i->i_size = be32_to_cpu(ri.size); in romfs_iget()
[all …]
/linux/fs/hfs/
H A Dpart_tbl.c83 *part_start += be32_to_cpu(p->pdStart); in hfs_part_find()
84 *part_size = be32_to_cpu(p->pdSize); in hfs_part_find()
95 size = be32_to_cpu(pm->pmMapBlkCnt); in hfs_part_find()
99 *part_start += be32_to_cpu(pm->pmPyPartStart); in hfs_part_find()
100 *part_size = be32_to_cpu(pm->pmPartBlkCnt); in hfs_part_find()

12345678910>>...32