Searched refs:osd_sg_entry (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/scsi/ |
D | osd_initiator.h | 450 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);
|
D | osd_types.h | 40 struct osd_sg_entry { struct
|
D | osd_ore.h | 163 struct osd_sg_entry *sglist;
|
/Linux-v4.19/drivers/scsi/osd/ |
D | osd_initiator.c | 906 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/ |
D | ore_raid.c | 308 struct osd_sg_entry *sge; in _ore_add_sg_seg() 341 struct osd_sg_entry *next_sge = sge + 1; in _ore_add_sg_seg()
|
D | ore.c | 179 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()
|