Searched refs:lo_write_bvec (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/ |
H A D | loop.c | 267 static int lo_write_bvec(struct file *file, struct bio_vec *bvec, loff_t *ppos) in lo_write_bvec() function 297 ret = lo_write_bvec(lo->lo_backing_file, &bvec, &pos); in lo_write_simple() 332 ret = lo_write_bvec(lo->lo_backing_file, &b, &pos); in lo_write_transfer()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | loop.c | 239 static int lo_write_bvec(struct file *file, struct bio_vec *bvec, loff_t *ppos) in lo_write_bvec() function 269 ret = lo_write_bvec(lo->lo_backing_file, &bvec, &pos); in lo_write_simple()
|
Completed in 7 milliseconds