Searched refs:rc_removed (Results 1 – 2 of 2) sorted by relevance
74 list_create(&rc->rc_removed, sizeof (reference_t), in zfs_refcount_create()106 while ((ref = list_remove_head(&rc->rc_removed))) in zfs_refcount_destroy_many()108 list_destroy(&rc->rc_removed); in zfs_refcount_destroy_many()197 list_insert_head(&rc->rc_removed, ref); in zfs_refcount_remove_many()199 ref = list_remove_tail(&rc->rc_removed); in zfs_refcount_remove_many()249 list_move_tail(&removed, &src->rc_removed); in zfs_refcount_transfer()259 list_move_tail(&dst->rc_removed, &removed); in zfs_refcount_transfer()
61 list_t rc_removed; member