Searched refs:zap_leaf_phys_t (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zap_leaf.h | 49 * If zap_leaf_phys_t is modified, zap_leaf_byteswap() must be modified. 76 } zap_leaf_phys_t; typedef in typeref:struct:zap_leaf_phys
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | zap_leaf.h | 101 * If zap_leaf_phys_t is modified, zap_leaf_byteswap() must be modified. 129 } zap_leaf_phys_t; typedef in typeref:struct:zap_leaf_phys 163 inline zap_leaf_phys_t * 239 extern void zap_leaf_byteswap(zap_leaf_phys_t *buf, int len);
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 630 zap_leaf_array_equal(zap_leaf_phys_t *l, int blksft, int chunk, 652 * Given a zap_leaf_phys_t, walk thru the zap leaf chunks to get the 660 zap_leaf_lookup(zap_leaf_phys_t *l, int blksft, uint64_t h, 724 zap_leaf_phys_t *l; 746 l = (zap_leaf_phys_t *)stack; 748 if ((1<<blksft) < sizeof (zap_leaf_phys_t))
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zap_leaf.c | 56 extern inline zap_leaf_phys_t *zap_leaf_phys(zap_leaf_t *l); 106 zap_leaf_byteswap(zap_leaf_phys_t *buf, int size)
|
/illumos-gate/usr/src/boot/sys/boot/zfs/ |
H A D | zfs.c | 83 zap_leaf_phys_t *f_zap_leaf; /* zap leaf buffer */ 262 fp->f_zap_leaf = (zap_leaf_phys_t *)malloc(bsize);
|
H A D | zfsimpl.c | 1445 zl.l_phys = (zap_leaf_phys_t *) zap_scratch; 1568 zl.l_phys = (zap_leaf_phys_t *) zap_scratch; 1729 zl.l_phys = (zap_leaf_phys_t *) zap_scratch;
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 1325 * If zap_leaf_phys_t is modified, zap_leaf_byteswap() must be modified. 1352 } zap_leaf_phys_t; typedef in typeref:struct:zap_leaf_phys 1380 zap_leaf_phys_t *l_phys;
|
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 593 * Print a zap_leaf_phys_t, assumed to be 16k 604 zap_leaf_phys_t *zlp = (void *)buf; 624 mdb_warn("failed to read zap_leaf_phys_t at %p", addr); 630 mdb_warn("This does not appear to be a zap_leaf_phys_t"); 634 mdb_printf("zap_leaf_phys_t at %p:\n", addr); 3954 { "zap_leaf", "", "print zap_leaf_phys_t", zap_leaf },
|
Completed in 340 milliseconds