Home
last modified time | relevance | path

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

/linux-6.6.21/block/
Dbdev.c276 if (sb->s_op->thaw_super) in thaw_bdev()
277 error = sb->s_op->thaw_super(sb, FREEZE_HOLDER_USERSPACE); in thaw_bdev()
279 error = thaw_super(sb, FREEZE_HOLDER_USERSPACE); in thaw_bdev()
/linux-6.6.21/fs/
Dioctl.c412 if (sb->s_op->thaw_super) in ioctl_fsthaw()
413 return sb->s_op->thaw_super(sb, FREEZE_HOLDER_USERSPACE); in ioctl_fsthaw()
414 return thaw_super(sb, FREEZE_HOLDER_USERSPACE); in ioctl_fsthaw()
Dsuper.c2111 int thaw_super(struct super_block *sb, enum freeze_holder who) in thaw_super() function
2117 EXPORT_SYMBOL(thaw_super);
/linux-6.6.21/fs/xfs/scrub/
Dfscounters.c148 error = thaw_super(sc->mp->m_super, FREEZE_HOLDER_KERNEL); in xchk_fsthaw()
/linux-6.6.21/fs/gfs2/
Dsuper.c689 error = thaw_super(sb, FREEZE_HOLDER_USERSPACE); in gfs2_freeze_locally()
706 error = thaw_super(sb, FREEZE_HOLDER_USERSPACE); in gfs2_do_thaw()
1619 .thaw_super = gfs2_thaw_super,
Dsys.c177 error = thaw_super(sdp->sd_vfs, FREEZE_HOLDER_USERSPACE); in freeze_store()
/linux-6.6.21/fs/f2fs/
Dgc.c2194 err = thaw_super(sbi->sb, FREEZE_HOLDER_USERSPACE); in f2fs_resize_fs()
2251 thaw_super(sbi->sb, FREEZE_HOLDER_USERSPACE); in f2fs_resize_fs()
/linux-6.6.21/include/linux/
Dfs.h2069 int (*thaw_super) (struct super_block *, enum freeze_holder who); member
2445 int thaw_super(struct super_block *super, enum freeze_holder who);
/linux-6.6.21/Documentation/filesystems/
Dvfs.rst266 int (*thaw_super) (struct super_block *sb,
366 ``thaw_super``
Dxfs-online-fsck-design.rst3134 | the VFS ``freeze_super`` and ``thaw_super`` functions can drop the |