Home
last modified time | relevance | path

Searched refs:thaw_super (Results 1 – 6 of 6) sorted by relevance

/fs/
Dioctl.c583 if (sb->s_op->thaw_super) in ioctl_fsthaw()
584 return sb->s_op->thaw_super(sb); in ioctl_fsthaw()
585 return thaw_super(sb); in ioctl_fsthaw()
Dblock_dev.c600 if (sb->s_op->thaw_super) in thaw_bdev()
601 error = sb->s_op->thaw_super(sb); in thaw_bdev()
603 error = thaw_super(sb); in thaw_bdev()
Dsuper.c1853 int thaw_super(struct super_block *sb) in thaw_super() function
1858 EXPORT_SYMBOL(thaw_super);
/fs/gfs2/
Dsuper.c735 error = thaw_super(sb); in gfs2_freeze_func()
1435 .thaw_super = gfs2_unfreeze,
Dsys.c102 error = thaw_super(sdp->sd_vfs); in freeze_store()
/fs/f2fs/
Dgc.c1666 thaw_super(sbi->sb); in f2fs_resize_fs()