Home
last modified time | relevance | path

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

/linux-5.19.10/fs/
Dioctl.c411 if (sb->s_op->thaw_super) in ioctl_fsthaw()
412 return sb->s_op->thaw_super(sb); in ioctl_fsthaw()
413 return thaw_super(sb); in ioctl_fsthaw()
Dsuper.c1769 int thaw_super(struct super_block *sb) in thaw_super() function
1774 EXPORT_SYMBOL(thaw_super);
/linux-5.19.10/block/
Dbdev.c294 if (sb->s_op->thaw_super) in thaw_bdev()
295 error = sb->s_op->thaw_super(sb); in thaw_bdev()
297 error = thaw_super(sb); in thaw_bdev()
/linux-5.19.10/fs/gfs2/
Dutil.c189 thaw_super(sdp->sd_vfs); in signal_our_withdraw()
Dsuper.c662 error = thaw_super(sb); in gfs2_freeze_func()
1483 .thaw_super = gfs2_unfreeze,
Dsys.c167 error = thaw_super(sdp->sd_vfs); in freeze_store()
/linux-5.19.10/include/linux/
Dfs.h2103 int (*thaw_super) (struct super_block *); member
2476 extern int thaw_super(struct super_block *super);
/linux-5.19.10/fs/f2fs/
Dgc.c2174 thaw_super(sbi->sb); in f2fs_resize_fs()