Home
last modified time | relevance | path

Searched refs:osd_sg_entry (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/scsi/
Dosd_initiator.h450 const struct osd_sg_entry *sglist, unsigned numentries);
453 const struct osd_sg_entry *sglist, unsigned numentries);
456 const struct osd_sg_entry *sglist, unsigned numentries);
459 const struct osd_sg_entry *sglist, unsigned numentries);
Dosd_types.h40 struct osd_sg_entry { struct
Dosd_ore.h163 struct osd_sg_entry *sglist;
/Linux-v4.19/drivers/scsi/osd/
Dosd_initiator.c906 const struct osd_sg_entry *sglist, unsigned numentries, u64 *len) in _add_sg_continuation_descriptor()
996 const struct osd_sg_entry *sglist, unsigned numentries) in osd_req_write_sg()
1014 const struct osd_sg_entry *sglist, unsigned numentries) in osd_req_read_sg()
1048 void **buff, const struct osd_sg_entry *sglist, unsigned numentries) in _create_sg_bios()
1081 const struct osd_sg_entry *sglist, unsigned numentries) in osd_req_write_sg_kern()
1096 const struct osd_sg_entry *sglist, unsigned numentries) in osd_req_read_sg_kern()
/Linux-v4.19/fs/exofs/
Dore_raid.c308 struct osd_sg_entry *sge; in _ore_add_sg_seg()
341 struct osd_sg_entry *next_sge = sge + 1; in _ore_add_sg_seg()
Dore.c179 if (sgs_per_dev * numdevs > INT_MAX / sizeof(struct osd_sg_entry)) in _ore_get_io_state()
183 size_extra = max(sizeof(struct osd_sg_entry) * (sgs_per_dev * numdevs), in _ore_get_io_state()
224 struct osd_sg_entry *sgilist = ios_extra; in _ore_get_io_state()