Home
last modified time | relevance | path

Searched refs:lh_magic (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h56 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */ member
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c118 buf->l_hdr.lh_magic = BSWAP_32(buf->l_hdr.lh_magic); in zap_leaf_byteswap()
176 zap_leaf_phys(l)->l_hdr.lh_magic = ZAP_LEAF_MAGIC; in zap_leaf_init()
404 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_magic, ==, ZAP_LEAF_MAGIC); in zap_leaf_lookup()
464 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_magic, ==, ZAP_LEAF_MAGIC); in zap_leaf_lookup_closest()
H A Dzap.c534 ASSERT3U(zap_leaf_phys(l)->l_hdr.lh_magic, ==, ZAP_LEAF_MAGIC); in zap_get_leaf_byblk()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h109 uint32_t lh_magic; /* ZAP_LEAF_MAGIC */ member
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_log.h122 uint_t lh_magic; member
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_log.c480 if (oheader.lh_magic != CACHEFS_LOG_MAGIC) { in cachefs_log_write_header()
493 header.lh_magic = CACHEFS_LOG_MAGIC; in cachefs_log_write_header()
691 if ((! xdr_u_int(xdrs, &h->lh_magic)) || in cachefs_xdr_logfile_header()
/titanic_44/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_log.c261 if (st->st_loghead.lh_magic != CACHEFS_LOG_MAGIC) { in stats_log_logfile_open()
293 if ((! xdr_u_int(xdrs, &lh->lh_magic)) || in stats_xdr_loghead()
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c665 if (l->l_hdr.lh_magic != ZAP_LEAF_MAGIC) in zap_leaf_lookup()
/titanic_44/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c622 zlp->l_hdr.lh_magic != ZAP_LEAF_MAGIC) { in zap_leaf()