Searched refs:thaw_bdev (Results 1 – 6 of 6) sorted by relevance
253 int thaw_bdev(struct block_device *bdev, struct super_block *sb) in thaw_bdev() function281 EXPORT_SYMBOL(thaw_bdev);
531 while (sb->s_bdev && !thaw_bdev(sb->s_bdev, sb)) in do_thaw_one()
773 thaw_bdev(sb->s_bdev, sb); in xfs_fs_goingdown()
1065 thaw_bdev(sb->s_bdev, sb); in f2fs_ioc_shutdown()
2250 extern int thaw_bdev(struct block_device *bdev, struct super_block *sb);2264 static inline int thaw_bdev(struct block_device *bdev, struct super_block *sb) in thaw_bdev() function
3120 thaw_bdev(md->bdev, md->frozen_sb); in unlock_fs()