Home
last modified time | relevance | path

Searched refs:TREE_PCMP (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Davl.h114 #define TREE_PCMP(a, b) \ macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspace_reftree.c65 return (TREE_PCMP(sr1, sr2)); in space_reftree_compare()
H A Drefcount.c65 return (TREE_PCMP(r1, r2)); in zfs_refcount_compare()
H A Dvdev_queue.c218 return (TREE_PCMP(z1, z2)); in vdev_queue_offset_compare()
237 return (TREE_PCMP(z1, z2)); in vdev_queue_to_compare()
H A Ddnode.c118 return (TREE_PCMP(d1->db_parent, d2)); in dbuf_compare()
121 return (TREE_PCMP(d1, d2->db_parent)); in dbuf_compare()
132 return (TREE_PCMP(d1, d2)); in dbuf_compare()
H A Dzio.c932 return (TREE_PCMP(z1, z2)); in zio_bookmark_compare()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c266 int cmp = TREE_PCMP(se_a->se_spa, se_b->se_spa); in snapentry_compare_by_objsetid()