Home
last modified time | relevance | path

Searched refs:ZLF_ENTRIES_CDSORTED (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h97 #define ZLF_ENTRIES_CDSORTED (1<<0) macro
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c179 zap_leaf_phys(l)->l_hdr.lh_flags |= ZLF_ENTRIES_CDSORTED; in zap_leaf_init()
424 (zap_leaf_phys(l)->l_hdr.lh_flags & ZLF_ENTRIES_CDSORTED)); in zap_leaf_lookup()
601 if (zap_leaf_phys(l)->l_hdr.lh_flags & ZLF_ENTRIES_CDSORTED) { in zap_entry_create()
818 zap_leaf_phys(l)->l_hdr.lh_flags |= ZLF_ENTRIES_CDSORTED; in zap_leaf_split()
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c635 zlp->l_hdr.lh_flags & ZLF_ENTRIES_CDSORTED ? in zap_leaf()