Home
last modified time | relevance | path

Searched refs:ds_head (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libpkg/common/
H A Ddstream.c86 } *ds_head, *ds_toc; variable
121 toc_pt = ds_head; in ds_order()
434 ds_head = tail = (struct dstoc *)0; in ds_init()
464 ds_head = tail = toc_pt; in ds_init()
475 if (!ds_head) { in ds_init()
512 ds_toc = ds_head; in ds_init()
524 if (ds_head == NULL) { in ds_findpkg()
540 ds_toc = ds_head; in ds_findpkg()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddsl_destroy.c431 dsl_dataset_t *ds_head; in dsl_destroy_snapshot_sync_impl() local
434 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, FTAG, &ds_head)); in dsl_destroy_snapshot_sync_impl()
440 err = dsl_dataset_snap_lookup(ds_head, in dsl_destroy_snapshot_sync_impl()
446 VERIFY0(dsl_dataset_snap_remove(ds_head, ds->ds_snapname, tx, B_TRUE)); in dsl_destroy_snapshot_sync_impl()
447 dsl_dataset_rele(ds_head, FTAG); in dsl_destroy_snapshot_sync_impl()
/titanic_41/usr/src/uts/common/io/dls/
H A Ddls_link.c955 dsp->ds_head = dhp; in dls_link_add()
980 dhp = dsp->ds_head; in dls_link_remove()
998 p->ds_head = NULL; in dls_link_remove()
/titanic_41/usr/src/uts/common/sys/
H A Ddld_impl.h212 dls_head_t *ds_head; member
/titanic_41/usr/src/uts/common/io/dld/
H A Ddld_str.c696 ASSERT(dsp->ds_head == NULL); in dld_str_destroy()