Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dioctl.c574 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()
Dblock_dev.c553 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()
Dsuper.c1577 int thaw_super(struct super_block *sb) in thaw_super() function
1582 EXPORT_SYMBOL(thaw_super);
/Linux-v4.19/fs/gfs2/
Dsys.c105 error = thaw_super(sdp->sd_vfs); in freeze_store()
Dsuper.c979 error = thaw_super(sb); in gfs2_freeze_func()
1759 .thaw_super = gfs2_unfreeze,
/Linux-v4.19/include/linux/
Dfs.h1857 int (*thaw_super) (struct super_block *); member
2235 extern int thaw_super(struct super_block *super);