Lines Matching refs:sglist

902 	const struct osd_sg_entry *sglist, unsigned numentries, u64 *len)  in _add_sg_continuation_descriptor()  argument
931 oscd->entries[i].offset = cpu_to_be64(sglist[i].offset); in _add_sg_continuation_descriptor()
932 oscd->entries[i].len = cpu_to_be64(sglist[i].len); in _add_sg_continuation_descriptor()
933 *len += sglist[i].len; in _add_sg_continuation_descriptor()
992 const struct osd_sg_entry *sglist, unsigned numentries) in osd_req_write_sg() argument
995 int ret = _add_sg_continuation_descriptor(or, sglist, numentries, &len); in osd_req_write_sg()
1010 const struct osd_sg_entry *sglist, unsigned numentries) in osd_req_read_sg() argument
1018 ret = _add_sg_continuation_descriptor(or, sglist, numentries, in osd_req_read_sg()
1026 len = sglist->len; in osd_req_read_sg()
1027 off = sglist->offset; in osd_req_read_sg()
1044 void **buff, const struct osd_sg_entry *sglist, unsigned numentries) in _create_sg_bios() argument
1059 unsigned len = sglist[i].len; in _create_sg_bios()
1077 const struct osd_sg_entry *sglist, unsigned numentries) in osd_req_write_sg_kern() argument
1079 struct bio *bio = _create_sg_bios(or, buff, sglist, numentries); in osd_req_write_sg_kern()
1084 osd_req_write_sg(or, obj, bio, sglist, numentries); in osd_req_write_sg_kern()
1092 const struct osd_sg_entry *sglist, unsigned numentries) in osd_req_read_sg_kern() argument
1094 struct bio *bio = _create_sg_bios(or, buff, sglist, numentries); in osd_req_read_sg_kern()
1098 osd_req_read_sg(or, obj, bio, sglist, numentries); in osd_req_read_sg_kern()