Home
last modified time | relevance | path

Searched refs:lh_flags (Results 1 – 7 of 7) sorted by last modified time

/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c825 mdb_printf(" lh_flags = %x (%s)\n", zlp->l_hdr.lh_flags, in zap_leaf()
826 zlp->l_hdr.lh_flags & ZLF_ENTRIES_CDSORTED ? in zap_leaf()
/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c1752 if (handlep->lh_flags & LH_FLAGS_NOTIFY) in ldi_close()
1768 handlep->lh_flags &= ~LH_FLAGS_NOTIFY; in ldi_close()
3395 lecp->lec_lhp->lh_flags |= LH_FLAGS_NOTIFY; in ldi_invoke_notify()
/illumos-gate/usr/src/uts/common/sys/
H A Dsunldi_impl.h101 uint_t lh_flags; member
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_impl.h338 uint_t lh_flags; member
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai.c138 hdl->lh_flags = flags; in usb_alloc_log_hdl()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c178 zap_leaf_phys(l)->l_hdr.lh_flags |= ZLF_ENTRIES_CDSORTED; in zap_leaf_init()
413 (zap_leaf_phys(l)->l_hdr.lh_flags & ZLF_ENTRIES_CDSORTED)); in zap_leaf_lookup()
573 if (zap_leaf_phys(l)->l_hdr.lh_flags & ZLF_ENTRIES_CDSORTED) { in zap_entry_create()
785 zap_leaf_phys(l)->l_hdr.lh_flags |= ZLF_ENTRIES_CDSORTED; in zap_leaf_split()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h116 uint8_t lh_flags; /* ZLF_* flags */ member