Searched refs:reference_t (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | refcount.c | 45 sizeof (reference_t), 0, NULL, NULL, NULL, NULL, NULL, 0); in refcount_init() 62 list_create(&rc->rc_list, sizeof (reference_t), in refcount_create() 63 offsetof(reference_t, ref_link)); in refcount_create() 64 list_create(&rc->rc_removed, sizeof (reference_t), in refcount_create() 65 offsetof(reference_t, ref_link)); in refcount_create() 81 reference_t *ref; in refcount_destroy_many() 120 reference_t *ref = NULL; in refcount_add_many() 148 reference_t *ref; in refcount_remove_many() 205 list_create(&list, sizeof (reference_t), in refcount_transfer() 206 offsetof(reference_t, ref_link)); in refcount_transfer() [all …]
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | dup_avl.c | 89 } reference_t; typedef 243 reference_t *dup; in report_inode_dups() 292 reference_t *tgt_ref; in invert_frags() 293 reference_t tgt_ref_key; in invert_frags() 329 tgt_ref = (reference_t *)malloc( in invert_frags() 330 sizeof (reference_t)); in invert_frags() 356 reference_t *ref_dup; in free_invert_frags() 560 const reference_t *lp = (const reference_t *)vlp; in by_lfn_cmp() 561 const reference_t *rp = (const reference_t *)vrp; in by_lfn_cmp() 583 avl_create(&new->id_fragments, by_lfn_cmp, sizeof (reference_t), in new_inode_dup() [all …]
|
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | refcount.h | 50 } reference_t; typedef
|