Lines Matching refs:numentries

902 	const struct osd_sg_entry *sglist, unsigned numentries, u64 *len)  in _add_sg_continuation_descriptor()  argument
909 oscd_size = sizeof(*oscd) + numentries * sizeof(oscd->entries[0]); in _add_sg_continuation_descriptor()
930 for (i = 0; i < numentries; i++) { in _add_sg_continuation_descriptor()
938 or->cdb_cont.total_bytes, oscd_size, numentries); 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
1016 if (numentries > 1) { in osd_req_read_sg()
1018 ret = _add_sg_continuation_descriptor(or, sglist, numentries, in osd_req_read_sg()
1044 void **buff, const struct osd_sg_entry *sglist, unsigned numentries) in _create_sg_bios() argument
1050 bio = bio_kmalloc(GFP_KERNEL, numentries); in _create_sg_bios()
1052 OSD_DEBUG("Failed to allocate BIO size=%u\n", numentries); in _create_sg_bios()
1056 for (i = 0; i < numentries; i++) { 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()