Searched refs:thaw_super (Results 1 – 6 of 6) sorted by relevance
582 if (sb->s_op->thaw_super) in ioctl_fsthaw()583 return sb->s_op->thaw_super(sb); in ioctl_fsthaw()584 return thaw_super(sb); in ioctl_fsthaw()
595 if (sb->s_op->thaw_super) in thaw_bdev()596 error = sb->s_op->thaw_super(sb); in thaw_bdev()598 error = thaw_super(sb); in thaw_bdev()
1862 int thaw_super(struct super_block *sb) in thaw_super() function1867 EXPORT_SYMBOL(thaw_super);
733 error = thaw_super(sb); in gfs2_freeze_func()1419 .thaw_super = gfs2_unfreeze,
102 error = thaw_super(sdp->sd_vfs); in freeze_store()
1948 int (*thaw_super) (struct super_block *); member2317 extern int thaw_super(struct super_block *super);