Searched refs:bdev_rw_virt (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_bio_io.c | 27 return bdev_rw_virt(bdev, sector, data, count, op); in xfs_rw_bdev()
|
| /linux/fs/hfsplus/ |
| H A D | wrapper.c | 63 return bdev_rw_virt(sb->s_bdev, sector, buf, io_size, opf); in hfsplus_submit_bio()
|
| /linux/include/linux/ |
| H A D | bio.h | 466 int bdev_rw_virt(struct block_device *bdev, sector_t sector, void *data,
|
| /linux/block/ |
| H A D | bio.c | 1526 int bdev_rw_virt(struct block_device *bdev, sector_t sector, void *data, in bdev_rw_virt() function 1543 EXPORT_SYMBOL_GPL(bdev_rw_virt);
|
| /linux/fs/zonefs/ |
| H A D | super.c | 1118 ret = bdev_rw_virt(sb->s_bdev, 0, super, ZONEFS_SUPER_SIZE, in zonefs_read_super()
|
| /linux/kernel/power/ |
| H A D | swap.c | 268 return bdev_rw_virt(file_bdev(hib_resume_bdev_file), in hib_submit_io_sync()
|
| /linux/fs/gfs2/ |
| H A D | ops_fstype.c | 227 err = bdev_rw_virt(sdp->sd_vfs->s_bdev, in gfs2_read_super()
|
| /linux/fs/btrfs/ |
| H A D | scrub.c | 2959 ret = bdev_rw_virt(dev->bdev, physical >> SECTOR_SHIFT, sb, in scrub_one_super()
|