/external/syslinux/core/fs/xfs/ |
D | xfs_dir2.c | 225 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 …]
|
D | xfs.c | 136 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()
|
D | misc.h | 22 static inline uint64_t be64_to_cpu(uint64_t val) in be64_to_cpu() function
|
D | xfs_readdir.c | 182 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()
|
D | xfs.h | 288 l0 = be64_to_cpu(src->l0); in bmbt_irec_get() 289 l1 = be64_to_cpu(src->l1); in bmbt_irec_get()
|
/external/blktrace/ |
D | blktrace.h | 74 #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()
|
D | blkparse_fmt.c | 149 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/ |
D | byteswap.h | 70 #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/ |
D | mmap.c | 61 tp->time = be64_to_cpu(t->time); in convert_to_cpu() 62 tp->sector = be64_to_cpu(t->sector); in convert_to_cpu()
|
D | trace_plug.c | 26 return be64_to_cpu(*val); in get_nio_up()
|
D | trace_remap.c | 27 rp->sector_from = be64_to_cpu(rp->sector_from); in cvt_pdu_remap()
|
D | unplug_hist.c | 53 int idx, n_unplugs = be64_to_cpu(*val); in unplug_hist_add()
|
/external/syslinux/com32/include/netinet/ |
D | in.h | 16 #define ntohq(x) be64_to_cpu(x)
|
/external/syslinux/extlinux/ |
D | misc.h | 22 static inline uint64_t be64_to_cpu(uint64_t val) in be64_to_cpu() function
|
/external/syslinux/gpxe/src/include/ |
D | big_bswap.h | 17 #define be64_to_cpu(x) (x) macro
|
D | little_bswap.h | 19 #define be64_to_cpu(x) __bswap_64(x) macro
|
/external/e2fsprogs/lib/ext2fs/ |
D | jfs_compat.h | 42 #define be64_to_cpu(x) ext2fs_be64_to_cpu(x) macro
|
/external/blktrace/btreplay/ |
D | btrecord.c | 519 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/ |
D | bitops.h | 47 #define BIT64_to_cpu be64_to_cpu
|
/external/syslinux/gpxe/src/drivers/block/ |
D | scsi.c | 264 blockdev->blocks = ( be64_to_cpu ( capacity.lba ) + 1 ); in scsi_read_capacity_16()
|
/external/syslinux/gpxe/src/net/80211/ |
D | wpa.c | 916 pkt->replay = be64_to_cpu ( pkt->replay ); in eapol_key_rx()
|
/external/syslinux/gpxe/src/drivers/net/ |
D | mtnic.c | 606 mtnic->fw.err_buf.offset = be64_to_cpu(cmd->err_buf_start); in mtnic_QUERY_FW()
|