Lines Matching refs:UU_DEFAULT
2832 offsetof(us_node_t, usn_avlnode), us_compare, UU_DEFAULT)) == NULL) in zfs_do_userspace()
2834 if ((avl_tree = uu_avl_create(avl_pool, NULL, UU_DEFAULT)) == NULL) in zfs_do_userspace()
2869 offsetof(us_node_t, usn_listnode), NULL, UU_DEFAULT); in zfs_do_userspace()
2870 list = uu_list_create(listpool, NULL, UU_DEFAULT); in zfs_do_userspace()
4274 NULL, UU_DEFAULT)) == NULL) in fs_perm_set_init()
4277 UU_DEFAULT)) == NULL) in fs_perm_set_init()
4283 UU_DEFAULT)) == NULL) in fs_perm_set_init()
4289 UU_DEFAULT)) == NULL) in fs_perm_set_init()
4294 deleg_perm_node_t, dpn_avl_node), deleg_perm_compare, UU_DEFAULT)) in fs_perm_set_init()
4340 UU_DEFAULT)) == NULL) in who_perm_init()
4373 if ((fsperm->fsp_sc_avl = uu_avl_create(nset_pool, NULL, UU_DEFAULT)) in fs_perm_init()
4377 if ((fsperm->fsp_uge_avl = uu_avl_create(who_pool, NULL, UU_DEFAULT)) in fs_perm_init()
6391 unshare_unmount_compare, UU_DEFAULT)) == NULL) || in unshare_unmount()
6392 ((tree = uu_avl_create(pool, NULL, UU_DEFAULT)) == NULL)) in unshare_unmount()