Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/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.c79 static int _osd_get_print_system_info(struct osd_dev *od, in _osd_get_print_system_info()
201 int osd_auto_detect_ver(struct osd_dev *od, in osd_auto_detect_ver()
380 void osd_dev_init(struct osd_dev *osdd, struct scsi_device *scsi_device) in osd_dev_init()
392 void osd_dev_fini(struct osd_dev *osdd) in osd_dev_fini()
414 struct osd_request *osd_start_request(struct osd_dev *dev, gfp_t gfp) in osd_start_request()
422 or->osd_dev = dev; in osd_start_request()
716 struct request_queue *q = osd_request_queue(or->osd_dev); in _osd_req_list_objects()
839 struct request_queue *req_q = osd_request_queue(or->osd_dev); in osd_req_write_kern()
890 struct request_queue *req_q = osd_request_queue(or->osd_dev); in osd_req_read_kern()
944 struct request_queue *req_q = osd_request_queue(or->osd_dev); in _osd_req_finalize_cdb_cont()
[all …]
/linux-4.1.27/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.c225 static int exofs_read_kern(struct osd_dev *od, u8 *cred, struct osd_obj_id *obj, in exofs_read_kern()
415 struct osd_dev *od, u64 pid) in _exofs_print_device()
429 struct osd_dev *od = ore_comp_dev(&sbi->oc, i); in exofs_free_sbi()
574 struct osd_dev *fscb_od, in exofs_read_lookup_dev_table()
636 struct osd_dev *od; in exofs_read_lookup_dev_table()
710 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-4.1.27/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-4.1.27/drivers/media/pci/ttpci/
Dav7110.h251 struct dvb_device *osd_dev; member
Dav7110.c1363 dvb_register_device(&av7110->dvb_adapter, &av7110->osd_dev, in av7110_register()
1429 dvb_unregister_device(av7110->osd_dev); in dvb_unregister()
/linux-4.1.27/drivers/block/
Dosdblk.c109 struct osd_dev *osd; /* associated OSD */
/linux-4.1.27/fs/nfs/objlayout/
Dobjio_osd.c93 struct osd_dev *od; in objio_alloc_deviceid_node()