Searched hist:"1 dd40c3ecd9b8a4ab91dbf2e6ce10b82a3b5ae63" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | device-mapper.h | diff 1dd40c3ecd9b8a4ab91dbf2e6ce10b82a3b5ae63 Fri Mar 14 17:41:24 CDT 2014 Mikulas Patocka <mpatocka@redhat.com> dm: introduce dm_accept_partial_bio
The function dm_accept_partial_bio allows the target to specify how many sectors of the current bio it will process. If the target only wants to accept part of the bio, it calls dm_accept_partial_bio and the DM core sends the rest of the data in next bio.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
|
/openbmc/linux/drivers/md/ |
H A D | dm.c | diff 1dd40c3ecd9b8a4ab91dbf2e6ce10b82a3b5ae63 Fri Mar 14 17:41:24 CDT 2014 Mikulas Patocka <mpatocka@redhat.com> dm: introduce dm_accept_partial_bio
The function dm_accept_partial_bio allows the target to specify how many sectors of the current bio it will process. If the target only wants to accept part of the bio, it calls dm_accept_partial_bio and the DM core sends the rest of the data in next bio.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
|