Searched refs:z_range_avl (Results 1 – 4 of 4) sorted by relevance
106 avl_tree_t *tree = &zp->z_range_avl; in zfs_range_lock_writer()358 avl_tree_t *tree = &zp->z_range_avl; in zfs_range_lock_reader()449 if (avl_numnodes(&zp->z_range_avl) == 0) in zfs_range_lock()450 avl_add(&zp->z_range_avl, new); in zfs_range_lock()465 avl_tree_t *tree = &zp->z_range_avl; in zfs_range_unlock_reader()541 avl_remove(&zp->z_range_avl, rl); in zfs_range_unlock()573 ASSERT(avl_numnodes(&zp->z_range_avl) == 1); in zfs_range_reduce()
137 avl_create(&zp->z_range_avl, zfs_range_compare, in zfs_znode_cache_constructor()160 avl_destroy(&zp->z_range_avl); in zfs_znode_cache_destructor()196 ASSERT(avl_numnodes(&ozp->z_range_avl) == 0); in zfs_znode_move_impl()
545 avl_create(&zv->zv_znode.z_range_avl, zfs_range_compare, in zvol_create_minor()589 avl_destroy(&zv->zv_znode.z_range_avl); in zvol_remove_zv()
179 avl_tree_t z_range_avl; /* avl tree of file range locks */ member