Home
last modified time | relevance | path

Searched refs:be64_to_cpu (Results 1 – 22 of 22) sorted by relevance

/external/syslinux/core/fs/xfs/
Dxfs_dir2.c225 inode->size = be64_to_cpu(ncore->di_size); in xfs_dir2_local_find_entry()
310 ino = be64_to_cpu(dep->inumber); in xfs_dir2_block_find_entry()
324 inode->size = be64_to_cpu(ncore->di_size); in xfs_dir2_block_find_entry()
453 ino = be64_to_cpu(dep->inumber); in xfs_dir2_leaf_find_entry()
468 ip->size = be64_to_cpu(ncore->di_size); in xfs_dir2_leaf_find_entry()
501 if (be64_to_cpu(kp[i].br_startoff) == off) in select_child()
502 return be64_to_cpu(pp[i]); in select_child()
503 if (be64_to_cpu(kp[i].br_startoff) > off) { in select_child()
505 return be64_to_cpu(pp[i]); in select_child()
507 return be64_to_cpu(pp[i-1]); in select_child()
[all …]
Dxfs.c136 bno = fsblock_to_bytes(fs, be64_to_cpu(pp[0])) >> BLOCK_SHIFT(fs); in xfs_next_extent()
146 bno = fsblock_to_bytes(fs, be64_to_cpu(pp[0])) >> BLOCK_SHIFT(fs); in xfs_next_extent()
151 nextbno = be64_to_cpu(blk->bb_u.l.bb_rightsib); in xfs_next_extent()
270 pathlen = be64_to_cpu(core->di_size); in xfs_readlink()
324 inode->size = be64_to_cpu(core->di_size); in xfs_iget_root()
358 info->rootino = be64_to_cpu(sb->sb_rootino); in xfs_new_sb_info()
Dmisc.h22 static inline uint64_t be64_to_cpu(uint64_t val) in be64_to_cpu() function
Dxfs_readdir.c182 ino = be64_to_cpu(dep->inumber); in xfs_readdir_dir2_block()
261 ino = be64_to_cpu(dep->inumber); in xfs_readdir_dir2_leaf()
374 retval = fill_dirent(fs, dirent, 0, be64_to_cpu(dep->inumber), in xfs_readdir_dir2_node()
Dxfs.h288 l0 = be64_to_cpu(src->l0); in bmbt_irec_get()
289 l1 = be64_to_cpu(src->l1); in bmbt_irec_get()
/external/blktrace/
Dblktrace.h74 #define be64_to_cpu(x) __bswap_64(x) macro
81 #define be64_to_cpu(x) (x) macro
111 t->time = be64_to_cpu(t->time); in trace_to_cpu()
112 t->sector = be64_to_cpu(t->sector); in trace_to_cpu()
Dblkparse_fmt.c149 return be64_to_cpu(*val); in get_pdu_int()
159 r->sector_from = be64_to_cpu(sector_from); in get_pdu_remap()
/external/syslinux/com32/include/
Dbyteswap.h70 #define be64_to_cpu(x) bswap_64(x) macro
93 #define be64_to_cpu(x) (x) macro
140 return be64_to_cpu(up->x); in get_be64()
/external/blktrace/btt/
Dmmap.c61 tp->time = be64_to_cpu(t->time); in convert_to_cpu()
62 tp->sector = be64_to_cpu(t->sector); in convert_to_cpu()
Dtrace_plug.c26 return be64_to_cpu(*val); in get_nio_up()
Dtrace_remap.c27 rp->sector_from = be64_to_cpu(rp->sector_from); in cvt_pdu_remap()
Dunplug_hist.c53 int idx, n_unplugs = be64_to_cpu(*val); in unplug_hist_add()
/external/syslinux/com32/include/netinet/
Din.h16 #define ntohq(x) be64_to_cpu(x)
/external/syslinux/extlinux/
Dmisc.h22 static inline uint64_t be64_to_cpu(uint64_t val) in be64_to_cpu() function
/external/syslinux/gpxe/src/include/
Dbig_bswap.h17 #define be64_to_cpu(x) (x) macro
Dlittle_bswap.h19 #define be64_to_cpu(x) __bswap_64(x) macro
/external/e2fsprogs/lib/ext2fs/
Djfs_compat.h42 #define be64_to_cpu(x) ext2fs_be64_to_cpu(x) macro
/external/blktrace/btreplay/
Dbtrecord.c519 spec->time = be64_to_cpu(t.time); in next_io()
520 spec->sector = be64_to_cpu(t.sector); in next_io()
/external/syslinux/gpxe/src/include/gpxe/
Dbitops.h47 #define BIT64_to_cpu be64_to_cpu
/external/syslinux/gpxe/src/drivers/block/
Dscsi.c264 blockdev->blocks = ( be64_to_cpu ( capacity.lba ) + 1 ); in scsi_read_capacity_16()
/external/syslinux/gpxe/src/net/80211/
Dwpa.c916 pkt->replay = be64_to_cpu ( pkt->replay ); in eapol_key_rx()
/external/syslinux/gpxe/src/drivers/net/
Dmtnic.c606 mtnic->fw.err_buf.offset = be64_to_cpu(cmd->err_buf_start); in mtnic_QUERY_FW()