Searched refs:sr_block_get (Results 1 – 4 of 4) sorted by relevance
608 xorbuf = sr_block_get(sd, len); in sr_raid5_write()738 data = sr_block_get(sd, len); in sr_raid5_addio()821 xorbuf = sr_block_get(sd, strip_size); in sr_raid5_rebuild()927 xorbuf = sr_block_get(sd, strip_size);
564 qbuf = sr_block_get(sd, length); in sr_raid6_rw()568 pbuf = sr_block_get(sd, length); in sr_raid6_rw()745 data = sr_block_get(sd, len); in sr_raid6_addio()
697 void *sr_block_get(struct sr_discipline *, long);
4419 sr_block_get(struct sr_discipline *sd, long length) in sr_block_get() function