Searched refs:thaw_bdev (Results 1 – 7 of 7) sorted by relevance
446 thaw_bdev(sb->s_bdev, sb); in xfs_fs_goingdown()
538 int thaw_bdev(struct block_device *bdev, struct super_block *sb) in thaw_bdev() function563 EXPORT_SYMBOL(thaw_bdev);
499 while (sb->s_bdev && !thaw_bdev(sb->s_bdev, sb)) in emergency_thaw_bdev()
486 thaw_bdev(sb->s_bdev, sb); in ext4_shutdown()
2494 extern int thaw_bdev(struct block_device *bdev, struct super_block *sb);2514 static inline int thaw_bdev(struct block_device *bdev, struct super_block *sb) in thaw_bdev() function
2516 thaw_bdev(md->bdev, md->frozen_sb); in unlock_fs()
1932 thaw_bdev(sb->s_bdev, sb); in f2fs_ioc_shutdown()