Searched refs:avl (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-13-stable/sys/contrib/openzfs/lib/libavl/
H A DMakefile.am3 VPATH = $(top_srcdir)/module/avl/
11 avl.c
/freebsd-13-stable/sys/contrib/openzfs/module/avl/
H A DMakefile.in10 $(MODULE)-objs += avl.o
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/btree_test/
H A Dbtree_test.c18 #include <sys/avl.h>
88 verify_contents(avl_tree_t *avl, zfs_btree_t *bt) argument
98 ASSERT3U(avl_numnodes(avl), ==, zfs_btree_numnodes(bt));
100 node = avl_first(avl);
103 node = avl_last(avl);
111 node = AVL_NEXT(avl, node);
114 node = AVL_PREV(avl, node);
120 verify_node(avl_tree_t *avl, zfs_btree_t *bt, int_node_t *node) argument
128 ASSERT3U(avl_numnodes(avl), ==, zfs_btree_numnodes(bt));
135 if ((inp = AVL_NEXT(avl, nod
222 avl_tree_t avl; local
297 avl_tree_t avl; local
[all...]
/freebsd-13-stable/cddl/lib/libavl/
H A DMakefile3 .PATH: ${SRCTOP}/sys/contrib/openzfs/module/avl
6 LIB= avl
7 SRCS= avl.c
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dspace_reftree.h34 #include <sys/avl.h>
H A Dspa_log_spacemap.h29 #include <sys/avl.h>
H A Dzfs_rlock.h36 #include <sys/avl.h>
57 avl_node_t lr_node; /* avl node link */
H A Dzfs_fuid.h34 #include <sys/avl.h>
H A Dmetaslab.h34 #include <sys/avl.h>
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_iter.c266 avl_tree_t *avl = data; local
271 node = avl_find(avl, &search, NULL);
280 avl_remove(avl, node);
286 avl_add(avl, node);
314 avl_tree_t avl; local
317 avl_create(&avl, zfs_snapshot_compare,
320 ret = zfs_iter_snapshots(zhp, B_FALSE, zfs_sort_snaps, &avl, min_txg,
323 for (node = avl_first(&avl); node != NULL; node = AVL_NEXT(&avl, node))
326 while ((node = avl_destroy_nodes(&avl,
[all...]
/freebsd-13-stable/cddl/usr.sbin/zfsd/
H A DMakefile.common29 LIBADD+= devdctl zfs zfs_core util geom bsdxml sbuf nvpair avl uutil zutil
/freebsd-13-stable/cddl/lib/libuutil/
H A DMakefile27 LIBADD= avl spl
/freebsd-13-stable/cddl/usr.bin/zinject/
H A DMakefile26 LIBADD= geom m nvpair umem uutil avl spl zfs_core zfs zutil zpool
/freebsd-13-stable/cddl/usr.bin/zstream/
H A DMakefile33 LIBADD= geom m nvpair umem uutil avl spl zfs_core zfs zutil zpool
/freebsd-13-stable/cddl/usr.bin/ztest/
H A DMakefile26 LIBADD= geom m nvpair umem zpool pthread avl zfs_core spl zutil zfs uutil icp
/freebsd-13-stable/cddl/usr.sbin/zdb/
H A DMakefile26 LIBADD= nvpair umem uutil zfs spl avl zutil zpool
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_deleg.c478 * and load them into the permsets avl tree.
482 char type, char checkflag, void *valp, avl_tree_t *avl)
506 if (avl_find(avl, permnode, &idx) == NULL) {
507 avl_insert(avl, permnode, idx);
520 dsl_load_user_sets(objset_t *mos, uint64_t zapobj, avl_tree_t *avl, argument
529 ZFS_DELEG_USER_SETS, checkflag, &id, avl);
533 ZFS_DELEG_GROUP_SETS, checkflag, &id, avl);
536 ZFS_DELEG_EVERYONE_SETS, checkflag, NULL, avl);
543 ZFS_DELEG_GROUP_SETS, checkflag, &id, avl);
481 dsl_load_sets(objset_t *mos, uint64_t zapobj, char type, char checkflag, void *valp, avl_tree_t *avl) argument
H A Dunique.c29 #include <sys/avl.h>
H A Ddsl_deadlist.c558 * the deadlist's avl tree, freeing the entry's bpobj and adjusting the
629 * Return the first entry in deadlist's avl tree
645 * Return the last entry in deadlist's avl tree
939 avl_tree_t *avl; member in struct:livelist_iter_arg
959 avl_tree_t *avl = lia->avl; local
969 livelist_entry_t *found = avl_find(avl, &node, NULL);
977 avl_add(avl, e);
996 avl_remove(avl, found);
1020 avl_tree_t avl; local
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libcmdutils/
H A Dlibcmdutils.h64 #include <sys/avl.h>
/freebsd-13-stable/cddl/lib/libzutil/
H A DMakefile8 LIBADD= avl tpool
/freebsd-13-stable/cddl/sbin/zfs/
H A DMakefile77 LIBADD= jail avl nvpair geom uutil zfs_core spl tpool zutil zfs m crypto
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A DMakefile.am58 export KMOD_ZAVL=@abs_top_builddir@/module/avl/zavl.ko
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c28 #include <sys/avl.h>
131 avl_node_t avl; member in struct:acevals
764 * Find or create an acevals holder for a given id and avl tree.
766 * Note that only one thread will ever touch these avl trees, so
770 acevals_find(ace_t *ace, avl_tree_t *avl, int *num) argument
776 rc = avl_find(avl, &key, &where);
785 avl_insert(avl, rc, where);
1263 offsetof(acevals_t, avl));
1265 offsetof(acevals_t, avl));
1274 offsetof(acevals_t, avl));
[all...]
/freebsd-13-stable/cddl/lib/libzfs/
H A DMakefile16 avl \

Completed in 194 milliseconds

123