thaw_super 596 fs/block_dev.c if (sb->s_op->thaw_super) thaw_super 597 fs/block_dev.c error = sb->s_op->thaw_super(sb); thaw_super 599 fs/block_dev.c error = thaw_super(sb); thaw_super 733 fs/gfs2/super.c error = thaw_super(sb); thaw_super 1419 fs/gfs2/super.c .thaw_super = gfs2_unfreeze, thaw_super 102 fs/gfs2/sys.c error = thaw_super(sdp->sd_vfs); thaw_super 583 fs/ioctl.c if (sb->s_op->thaw_super) thaw_super 584 fs/ioctl.c return sb->s_op->thaw_super(sb); thaw_super 585 fs/ioctl.c return thaw_super(sb); thaw_super 1869 fs/super.c EXPORT_SYMBOL(thaw_super); thaw_super 1956 include/linux/fs.h int (*thaw_super) (struct super_block *); thaw_super 2325 include/linux/fs.h extern int thaw_super(struct super_block *super);