Searched refs:thaw_bdev (Results 1 – 6 of 6) sorted by relevance
267 int thaw_bdev(struct block_device *bdev, struct super_block *sb) in thaw_bdev() function295 EXPORT_SYMBOL(thaw_bdev);
535 while (sb->s_bdev && !thaw_bdev(sb->s_bdev, sb)) in do_thaw_one()
775 thaw_bdev(sb->s_bdev, sb); in xfs_fs_goingdown()
2275 extern int thaw_bdev(struct block_device *bdev, struct super_block *sb);2295 static inline int thaw_bdev(struct block_device *bdev, struct super_block *sb) in thaw_bdev() function
1472 thaw_bdev(sb->s_bdev, sb); in f2fs_ioc_shutdown()
3068 thaw_bdev(md->bdev, md->frozen_sb); in unlock_fs()