Searched refs:thaw_super (Results 1 – 6 of 6) sorted by relevance
574 if (sb->s_op->thaw_super) in ioctl_fsthaw()575 return sb->s_op->thaw_super(sb); in ioctl_fsthaw()576 return thaw_super(sb); in ioctl_fsthaw()
553 if (sb->s_op->thaw_super) in thaw_bdev()554 error = sb->s_op->thaw_super(sb); in thaw_bdev()556 error = thaw_super(sb); in thaw_bdev()
1577 int thaw_super(struct super_block *sb) in thaw_super() function1582 EXPORT_SYMBOL(thaw_super);
105 error = thaw_super(sdp->sd_vfs); in freeze_store()
979 error = thaw_super(sb); in gfs2_freeze_func()1759 .thaw_super = gfs2_unfreeze,
1857 int (*thaw_super) (struct super_block *); member2235 extern int thaw_super(struct super_block *super);