HomeSort by relevance Sort by last modified time
    Searched refs:be64_to_cpu (Results 1 - 22 of 22) sorted by null

  /external/blktrace/btt/
trace_plug.c 26 return be64_to_cpu(*val);
trace_remap.c 27 rp->sector_from = be64_to_cpu(rp->sector_from);
mmap.c 61 tp->time = be64_to_cpu(t->time);
62 tp->sector = be64_to_cpu(t->sector);
unplug_hist.c 53 int idx, n_unplugs = be64_to_cpu(*val);
  /external/syslinux/com32/include/netinet/
in.h 16 #define ntohq(x) be64_to_cpu(x)
  /external/blktrace/
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);
112 t->sector = be64_to_cpu(t->sector);
blkparse_fmt.c 149 return be64_to_cpu(*val);
159 r->sector_from = be64_to_cpu(sector_from);
  /external/syslinux/core/fs/xfs/
misc.h 22 static inline uint64_t be64_to_cpu(uint64_t val) function
xfs_dir2.c 225 inode->size = be64_to_cpu(ncore->di_size);
310 ino = be64_to_cpu(dep->inumber);
324 inode->size = be64_to_cpu(ncore->di_size);
453 ino = be64_to_cpu(dep->inumber);
468 ip->size = be64_to_cpu(ncore->di_size);
501 if (be64_to_cpu(kp[i].br_startoff) == off)
502 return be64_to_cpu(pp[i]);
503 if (be64_to_cpu(kp[i].br_startoff) > off) {
505 return be64_to_cpu(pp[i]);
507 return be64_to_cpu(pp[i-1])
    [all...]
xfs.c 136 bno = fsblock_to_bytes(fs, be64_to_cpu(pp[0])) >> BLOCK_SHIFT(fs);
146 bno = fsblock_to_bytes(fs, be64_to_cpu(pp[0])) >> BLOCK_SHIFT(fs);
151 nextbno = be64_to_cpu(blk->bb_u.l.bb_rightsib);
270 pathlen = be64_to_cpu(core->di_size);
324 inode->size = be64_to_cpu(core->di_size);
358 info->rootino = be64_to_cpu(sb->sb_rootino);
xfs_readdir.c 182 ino = be64_to_cpu(dep->inumber);
261 ino = be64_to_cpu(dep->inumber);
374 retval = fill_dirent(fs, dirent, 0, be64_to_cpu(dep->inumber),
xfs.h 288 l0 = be64_to_cpu(src->l0);
289 l1 = be64_to_cpu(src->l1);
  /external/syslinux/extlinux/
misc.h 22 static inline uint64_t be64_to_cpu(uint64_t val) function
  /external/syslinux/gpxe/src/include/
big_bswap.h 17 #define be64_to_cpu(x) (x) macro
little_bswap.h 19 #define be64_to_cpu(x) __bswap_64(x) macro
  /external/e2fsprogs/lib/ext2fs/
jfs_compat.h 42 #define be64_to_cpu(x) ext2fs_be64_to_cpu(x) macro
  /external/syslinux/com32/include/
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);
  /external/syslinux/gpxe/src/drivers/block/
scsi.c 264 blockdev->blocks = ( be64_to_cpu ( capacity.lba ) + 1 );
  /external/syslinux/gpxe/src/include/gpxe/
bitops.h 47 #define BIT64_to_cpu be64_to_cpu
  /external/blktrace/btreplay/
btrecord.c 519 spec->time = be64_to_cpu(t.time);
520 spec->sector = be64_to_cpu(t.sector);
  /external/syslinux/gpxe/src/net/80211/
wpa.c 916 pkt->replay = be64_to_cpu ( pkt->replay );
  /external/syslinux/gpxe/src/drivers/net/
mtnic.c 606 mtnic->fw.err_buf.offset = be64_to_cpu(cmd->err_buf_start);
    [all...]

Completed in 800 milliseconds