Searched refs:thaw_super (Results 1 – 6 of 6) sorted by relevance
543 if (sb->s_op->thaw_super) in ioctl_fsthaw()544 return sb->s_op->thaw_super(sb); in ioctl_fsthaw()545 return thaw_super(sb); in ioctl_fsthaw()
282 if (sb->s_op->thaw_super) in thaw_bdev()283 error = sb->s_op->thaw_super(sb); in thaw_bdev()285 error = thaw_super(sb); in thaw_bdev()
1344 int thaw_super(struct super_block *sb) in thaw_super() function1376 EXPORT_SYMBOL(thaw_super);
961 error = thaw_super(sb); in gfs2_freeze_func()1660 .thaw_super = gfs2_unfreeze,
115 error = thaw_super(sdp->sd_vfs); in freeze_store()
1706 int (*thaw_super) (struct super_block *); member2026 extern int thaw_super(struct super_block *super);