Home
last modified time | relevance | path

Searched refs:sync_blockdev_range (Results 1 – 4 of 4) sorted by relevance

/linux/fs/exfat/
H A Dfatent.c299 return sync_blockdev_range(sb->s_bdev, in exfat_zeroed_cluster()
/linux/block/
H A Dbdev.c222 int sync_blockdev_range(struct block_device *bdev, loff_t lstart, loff_t lend) in sync_blockdev_range() function
227 EXPORT_SYMBOL(sync_blockdev_range);
/linux/include/linux/
H A Dblkdev.h1563 int sync_blockdev_range(struct block_device *bdev, loff_t lstart, loff_t lend);
/linux/fs/btrfs/
H A Dvolumes.c2088 ret = sync_blockdev_range(bdev, bytenr, bytenr + len - 1); in btrfs_scratch_superblock()