Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dblock_dev.c253 int thaw_bdev(struct block_device *bdev, struct super_block *sb) in thaw_bdev() function
281 EXPORT_SYMBOL(thaw_bdev);
Dbuffer.c531 while (sb->s_bdev && !thaw_bdev(sb->s_bdev, sb)) in do_thaw_one()
/linux-4.1.27/fs/xfs/
Dxfs_fsops.c773 thaw_bdev(sb->s_bdev, sb); in xfs_fs_goingdown()
/linux-4.1.27/fs/f2fs/
Dfile.c1065 thaw_bdev(sb->s_bdev, sb); in f2fs_ioc_shutdown()
/linux-4.1.27/include/linux/
Dfs.h2250 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
/linux-4.1.27/drivers/md/
Ddm.c3120 thaw_bdev(md->bdev, md->frozen_sb); in unlock_fs()