Home
last modified time | relevance | path

Searched refs:osd_dev (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/include/scsi/
Dosd_initiator.h49 struct osd_dev { struct
69 struct osd_dev *osduld_path_lookup(const char *dev_name);
70 struct osd_dev *osduld_info_lookup(const struct osd_dev_info *odi);
71 void osduld_put_device(struct osd_dev *od);
73 const struct osd_dev_info *osduld_device_info(struct osd_dev *od);
74 bool osduld_device_same(struct osd_dev *od, const struct osd_dev_info *odi);
77 typedef int (do_test_fn)(struct osd_dev *od, unsigned cmd, unsigned long arg);
82 void osd_dev_init(struct osd_dev *od, struct scsi_device *scsi_device);
83 void osd_dev_fini(struct osd_dev *od);
100 int osd_auto_detect_ver(struct osd_dev *od,
[all …]
Dosd_ore.h57 struct osd_dev *od;
80 static inline struct osd_dev *ore_comp_dev( in ore_comp_dev()
88 struct ore_components *oc, unsigned i, struct osd_dev *od) in ore_comp_set_dev()
/Linux-v4.19/drivers/scsi/osd/
Dosd_uld.c87 struct osd_dev od;
93 struct osd_dev od;
219 struct osd_dev *osduld_path_lookup(const char *name) in osduld_path_lookup()
297 struct osd_dev *osduld_info_lookup(const struct osd_dev_info *odi) in osduld_info_lookup()
320 void osduld_put_device(struct osd_dev *od) in osduld_put_device()
345 const struct osd_dev_info *osduld_device_info(struct osd_dev *od) in osduld_device_info()
353 bool osduld_device_same(struct osd_dev *od, const struct osd_dev_info *odi) in osduld_device_same()
Dosd_initiator.c80 static int _osd_get_print_system_info(struct osd_dev *od, in _osd_get_print_system_info()
199 int osd_auto_detect_ver(struct osd_dev *od, in osd_auto_detect_ver()
378 void osd_dev_init(struct osd_dev *osdd, struct scsi_device *scsi_device) in osd_dev_init()
390 void osd_dev_fini(struct osd_dev *osdd) in osd_dev_fini()
412 struct osd_request *osd_start_request(struct osd_dev *dev) in osd_start_request()
420 or->osd_dev = dev; in osd_start_request()
720 struct request_queue *q = osd_request_queue(or->osd_dev); in _osd_req_list_objects()
843 struct request_queue *req_q = osd_request_queue(or->osd_dev); in osd_req_write_kern()
894 struct request_queue *req_q = osd_request_queue(or->osd_dev); in osd_req_read_kern()
948 struct request_queue *req_q = osd_request_queue(or->osd_dev); in _osd_req_finalize_cdb_cont()
[all …]
/Linux-v4.19/fs/exofs/
Dsys.c61 struct osd_dev *odev = edp->ored.od; in osdname_show()
69 struct osd_dev *odev = edp->ored.od; in systemid_show()
Dsuper.c229 static int exofs_read_kern(struct osd_dev *od, u8 *cred, struct osd_obj_id *obj, in exofs_read_kern()
419 struct osd_dev *od, u64 pid) in _exofs_print_device()
433 struct osd_dev *od = ore_comp_dev(&sbi->oc, i); in exofs_free_sbi()
576 struct osd_dev *fscb_od, in exofs_read_lookup_dev_table()
638 struct osd_dev *od; in exofs_read_lookup_dev_table()
712 struct osd_dev *od; /* Master device */ in exofs_fill_super()
Dore.c134 static struct osd_dev *_ios_od(struct ore_io_state *ios, unsigned index) in _ios_od()
/Linux-v4.19/Documentation/scsi/
Dosd.txt66 - osd_dev_init() associates a scsi_device with an osd_dev structure
68 (OSD LUN). The osd_dev structure is needed for calling osd_start_request().
70 - osd_dev_fini() cleans up before a osd_dev/scsi_device destruction.
/Linux-v4.19/drivers/media/pci/ttpci/
Dav7110.h255 struct dvb_device *osd_dev; member
Dav7110.c1345 dvb_register_device(&av7110->dvb_adapter, &av7110->osd_dev, in av7110_register()
1411 dvb_unregister_device(av7110->osd_dev); in dvb_unregister()