Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
Dioctl.c615 if (sb->s_op->thaw_super) in ioctl_fsthaw()
616 return sb->s_op->thaw_super(sb); in ioctl_fsthaw()
617 return thaw_super(sb); in ioctl_fsthaw()
Dblock_dev.c634 if (sb->s_op->thaw_super) in thaw_bdev()
635 error = sb->s_op->thaw_super(sb); in thaw_bdev()
637 error = thaw_super(sb); in thaw_bdev()
Dsuper.c1821 int thaw_super(struct super_block *sb) in thaw_super() function
1826 EXPORT_SYMBOL(thaw_super);
/kernel/linux/linux-5.10/fs/gfs2/
Dutil.c187 thaw_super(sdp->sd_vfs); in signal_our_withdraw()
Dsuper.c700 error = thaw_super(sb); in gfs2_freeze_func()
1529 .thaw_super = gfs2_unfreeze,
Dsys.c102 error = thaw_super(sdp->sd_vfs); in freeze_store()
/kernel/linux/linux-5.10/fs/f2fs/
Dgc.c2072 thaw_super(sbi->sb); in f2fs_resize_fs()
2126 thaw_super(sbi->sb); in f2fs_resize_fs()
/kernel/linux/linux-5.10/include/linux/
Dfs.h1964 int (*thaw_super) (struct super_block *); member
2337 extern int thaw_super(struct super_block *super);