Home
last modified time | relevance | path

Searched refs:sd_w_map (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h187 struct sd_w_map { struct
194 struct sd_w_map *wm_next; /* Forward pointed to sd_w_map */ argument
195 struct sd_w_map *wm_prev; /* Back pointer to sd_w_map */ argument
199 _NOTE(MUTEX_PROTECTS_DATA(scsi_device::sd_mutex, sd_w_map::wm_flags)) argument
210 struct sd_w_map *mbs_wmp; /* ptr to write-map struct for RMW */
506 struct sd_w_map *un_wm; /* head of sd_w_map chain */
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c1637 static struct sd_w_map *sd_range_lock(struct sd_lun *un, daddr_t startb,
1639 static struct sd_w_map *sd_get_range(struct sd_lun *un, daddr_t startb,
1641 static void sd_free_inlist_wmap(struct sd_lun *un, struct sd_w_map *wmp);
1642 static void sd_range_unlock(struct sd_lun *un, struct sd_w_map *wm);
8304 name_str, sizeof (struct sd_w_map), in sd_unit_attach()
10736 name_str, sizeof (struct sd_w_map),
29272 bzero(wm, sizeof (struct sd_w_map));
29273 cv_init(&((struct sd_w_map *)wm)->wm_avail, NULL, CV_DRIVER, NULL);
29291 cv_destroy(&((struct sd_w_map *)wm)->wm_avail);
29314 static struct sd_w_map *
[all …]