Searched refs:thaw_super (Results 1 – 9 of 9) sorted by relevance
615 if (sb->s_op->thaw_super) in ioctl_fsthaw()616 return sb->s_op->thaw_super(sb); in ioctl_fsthaw()617 return thaw_super(sb); in ioctl_fsthaw()
627 if (sb->s_op->thaw_super) in thaw_bdev()628 error = sb->s_op->thaw_super(sb); in thaw_bdev()630 error = thaw_super(sb); in thaw_bdev()
1821 int thaw_super(struct super_block *sb) in thaw_super() function1826 EXPORT_SYMBOL(thaw_super);
187 thaw_super(sdp->sd_vfs); in signal_our_withdraw()
700 error = thaw_super(sb); in gfs2_freeze_func()1521 .thaw_super = gfs2_unfreeze,
102 error = thaw_super(sdp->sd_vfs); in freeze_store()
2014 int (*thaw_super) (struct super_block *); member2398 extern int thaw_super(struct super_block *super);
2659 thaw_super
2112 thaw_super(sbi->sb); in f2fs_resize_fs()