Lines Matching refs:UU_DEFAULT
3485 offsetof(us_node_t, usn_avlnode), us_compare, UU_DEFAULT)) == NULL) in zfs_do_userspace()
3487 if ((avl_tree = uu_avl_create(avl_pool, NULL, UU_DEFAULT)) == NULL) in zfs_do_userspace()
3527 offsetof(us_node_t, usn_listnode), NULL, UU_DEFAULT); in zfs_do_userspace()
3528 list = uu_list_create(listpool, NULL, UU_DEFAULT); in zfs_do_userspace()
5526 NULL, UU_DEFAULT)) == NULL) in fs_perm_set_init()
5529 UU_DEFAULT)) == NULL) in fs_perm_set_init()
5535 UU_DEFAULT)) == NULL) in fs_perm_set_init()
5541 UU_DEFAULT)) == NULL) in fs_perm_set_init()
5546 deleg_perm_node_t, dpn_avl_node), deleg_perm_compare, UU_DEFAULT)) in fs_perm_set_init()
5592 UU_DEFAULT)) == NULL) in who_perm_init()
5625 if ((fsperm->fsp_sc_avl = uu_avl_create(nset_pool, NULL, UU_DEFAULT)) in fs_perm_init()
5629 if ((fsperm->fsp_uge_avl = uu_avl_create(who_pool, NULL, UU_DEFAULT)) in fs_perm_init()
7886 unshare_unmount_compare, UU_DEFAULT)) == NULL) || in unshare_unmount()
7887 ((tree = uu_avl_create(pool, NULL, UU_DEFAULT)) == NULL)) in unshare_unmount()