Home
last modified time | relevance | path

Searched refs:thaw_bdev (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/fs/
Dblock_dev.c267 int thaw_bdev(struct block_device *bdev, struct super_block *sb) in thaw_bdev() function
295 EXPORT_SYMBOL(thaw_bdev);
Dbuffer.c535 while (sb->s_bdev && !thaw_bdev(sb->s_bdev, sb)) in do_thaw_one()
/linux-4.4.14/fs/xfs/
Dxfs_fsops.c775 thaw_bdev(sb->s_bdev, sb); in xfs_fs_goingdown()
/linux-4.4.14/include/linux/
Dfs.h2275 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
/linux-4.4.14/fs/f2fs/
Dfile.c1472 thaw_bdev(sb->s_bdev, sb); in f2fs_ioc_shutdown()
/linux-4.4.14/drivers/md/
Ddm.c3068 thaw_bdev(md->bdev, md->frozen_sb); in unlock_fs()