Lines Matching refs:uint64_t

52 static uint64_t file_start = 0;
53 static uint64_t file_end = 0;
58 static uint64_t dnode_start = 0;
59 static uint64_t dnode_end = 0;
61 static uint64_t pool_guid = 0;
100 zfs_log2(uint64_t num)
114 zio_checksum_off(const void *buf, uint64_t size, zio_cksum_t *zcp)
183 static uint64_t
184 vdev_label_start(uint64_t psize, int l)
228 uberblock_verify(uberblock_phys_t *ub, uint64_t offset)
256 find_bestub(uberblock_phys_t *ub_array, uint64_t sector)
259 uint64_t offset;
310 zio_read_gang(uint64_t bp_blk_birth, dva_t *dva, void *buf, char *stack)
313 uint64_t offset, sector;
369 uint64_t offset, sector;
466 dmu_read(dnode_phys_t *dn, uint64_t blkid, void *buf, char *stack)
508 uint64_t *value)
524 static uint64_t
525 zap_hash(uint64_t salt, const char *name)
527 static uint64_t table[256];
530 uint64_t crc = salt;
533 uint64_t *ct;
597 zap_leaf_lookup(zap_leaf_phys_t *l, int blksft, uint64_t h,
598 const char *name, uint64_t *value)
633 /* get the uint64_t property value */
638 *value = (uint64_t)ip[0] << 56 | (uint64_t)ip[1] << 48 |
639 (uint64_t)ip[2] << 40 | (uint64_t)ip[3] << 32 |
640 (uint64_t)ip[4] << 24 | (uint64_t)ip[5] << 16 |
641 (uint64_t)ip[6] << 8 | (uint64_t)ip[7];
659 char *name, uint64_t *value, char *stack)
662 uint64_t hash, idx, blkid;
666 if (zap->zap_magic != (uint64_t)ZAP_MAGIC ||
680 blkid = ((uint64_t *)zap)[idx + (1<<(blksft-3-1))];
702 zap_lookup(dnode_phys_t *zap_dnode, char *name, uint64_t *val, char *stack)
704 uint64_t block_type;
716 block_type = *((uint64_t *)zapbuf);
743 dnode_get(dnode_phys_t *mdn, uint64_t objnum, uint8_t type, dnode_phys_t *buf,
746 uint64_t blkid, blksz; /* the block id this object dnode is in */
821 uint64_t objnum, version;
879 get_default_bootfsobj(dnode_phys_t *mosmdn, uint64_t *obj, char *stack)
881 uint64_t objnum = 0;
923 get_objset_mdn(dnode_phys_t *mosmdn, char *fsname, uint64_t *obj,
926 uint64_t objnum, headobj;
960 uint64_t childobj;
1005 uint64_t snapobj;
1092 uint64_t *intval = val;
1131 *intval = BSWAP_64(*(uint64_t *)nvpair);
1158 uint64_t ival;
1176 vdev_get_bootpath(char *nv, uint64_t inguid, char *devid, char *bootpath,
1186 uint64_t guid;
1200 uint64_t spare = 0;
1252 check_pool_label(uint64_t sector, char *stack, char *outdevid,
1253 char *outpath, uint64_t *outguid)
1256 uint64_t pool_state, txg = 0;
1258 uint64_t diskguid;
1259 uint64_t version;
1328 uint64_t tmp_guid;
1329 uint64_t adjpl = (uint64_t)part_length << SPA_MINBLOCKSHIFT;
1345 adjpl = P2ALIGN(adjpl, (uint64_t)sizeof (vdev_label_t));
1361 uint64_t sector = vdev_label_start(adjpl,
1502 filemax = *(uint64_t *)((char *)sahdrp + hdrsize +
1556 uint64_t blkid = filepos / blksz;