Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dioctl.c582 if (sb->s_op->thaw_super) in ioctl_fsthaw()
583 return sb->s_op->thaw_super(sb); in ioctl_fsthaw()
584 return thaw_super(sb); in ioctl_fsthaw()
Dblock_dev.c595 if (sb->s_op->thaw_super) in thaw_bdev()
596 error = sb->s_op->thaw_super(sb); in thaw_bdev()
598 error = thaw_super(sb); in thaw_bdev()
Dsuper.c1862 int thaw_super(struct super_block *sb) in thaw_super() function
1867 EXPORT_SYMBOL(thaw_super);
/Linux-v5.4/fs/gfs2/
Dsuper.c733 error = thaw_super(sb); in gfs2_freeze_func()
1419 .thaw_super = gfs2_unfreeze,
Dsys.c102 error = thaw_super(sdp->sd_vfs); in freeze_store()
/Linux-v5.4/include/linux/
Dfs.h1948 int (*thaw_super) (struct super_block *); member
2317 extern int thaw_super(struct super_block *super);