Home
last modified time | relevance | path

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

/Linux-v5.15/block/
Dbdev.c290 if (sb->s_op->thaw_super) in thaw_bdev()
291 error = sb->s_op->thaw_super(sb); in thaw_bdev()
293 error = thaw_super(sb); in thaw_bdev()
/Linux-v5.15/fs/
Dioctl.c415 if (sb->s_op->thaw_super) in ioctl_fsthaw()
416 return sb->s_op->thaw_super(sb); in ioctl_fsthaw()
417 return thaw_super(sb); in ioctl_fsthaw()
Dsuper.c1764 int thaw_super(struct super_block *sb) in thaw_super() function
1769 EXPORT_SYMBOL(thaw_super);
/Linux-v5.15/fs/gfs2/
Dutil.c189 thaw_super(sdp->sd_vfs); in signal_our_withdraw()
Dsuper.c662 error = thaw_super(sb); in gfs2_freeze_func()
1485 .thaw_super = gfs2_unfreeze,
Dsys.c167 error = thaw_super(sdp->sd_vfs); in freeze_store()
/Linux-v5.15/include/linux/
Dfs.h2208 int (*thaw_super) (struct super_block *); member
2605 extern int thaw_super(struct super_block *super);
/Linux-v5.15/fs/f2fs/
Dgc.c2091 thaw_super(sbi->sb); in f2fs_resize_fs()