Home
last modified time | relevance | path

Searched refs:bdev_rw_virt (Results 1 – 7 of 7) sorted by relevance

/linux/fs/ntfs/
H A Dbdev-io.c44 return bdev_rw_virt(bdev, sector, data, size, op); in ntfs_bdev_read()
/linux/block/
H A Dbio.c1552 int bdev_rw_virt(struct block_device *bdev, sector_t sector, void *data, in bdev_rw_virt() function
1569 EXPORT_SYMBOL_GPL(bdev_rw_virt);
/linux/include/linux/
H A Dbio.h467 int bdev_rw_virt(struct block_device *bdev, sector_t sector, void *data,
/linux/fs/zonefs/
H A Dsuper.c1122 ret = bdev_rw_virt(sb->s_bdev, 0, super, ZONEFS_SUPER_SIZE, in zonefs_read_super()
/linux/kernel/power/
H A Dswap.c268 return bdev_rw_virt(file_bdev(hib_resume_bdev_file), in hib_submit_io_sync()
/linux/fs/gfs2/
H A Dops_fstype.c227 err = bdev_rw_virt(sdp->sd_vfs->s_bdev, in gfs2_read_super()
/linux/fs/btrfs/
H A Dscrub.c2945 ret = bdev_rw_virt(dev->bdev, physical >> SECTOR_SHIFT, sb, in scrub_one_super()