Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_notify_failure.c143 error = thaw_super(sb, FREEZE_HOLDER_KERNEL); in xfs_dax_notify_failure_thaw()
153 thaw_super(sb, FREEZE_HOLDER_USERSPACE); in xfs_dax_notify_failure_thaw()
/linux/fs/
H A 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()
H A Dsuper.c1509 if (sb->s_op->thaw_super) in fs_bdev_thaw()
1510 error = sb->s_op->thaw_super(sb, in fs_bdev_thaw()
1513 error = thaw_super(sb, in fs_bdev_thaw()
2178 int thaw_super(struct super_block *sb, enum freeze_holder who) in thaw_super() function
2186 EXPORT_SYMBOL(thaw_super);
/linux/fs/xfs/scrub/
H A Dfscounters.c138 error = thaw_super(sc->mp->m_super, FREEZE_HOLDER_KERNEL); in xchk_fsthaw()
/linux/fs/gfs2/
H A Dsuper.c685 error = thaw_super(sb, FREEZE_HOLDER_USERSPACE); in gfs2_do_thaw()
1594 .thaw_super = gfs2_thaw_super,
H A Dsys.c177 error = thaw_super(sdp->sd_vfs, FREEZE_HOLDER_USERSPACE); in freeze_store()
/linux/fs/f2fs/
H A Dgc.c2212 err = thaw_super(sbi->sb, FREEZE_HOLDER_USERSPACE); in f2fs_resize_fs()
2269 thaw_super(sbi->sb, FREEZE_HOLDER_USERSPACE); in f2fs_resize_fs()
/linux/include/linux/
H A Dfs.h2164 int (*thaw_super) (struct super_block *, enum freeze_holder who); member
2551 int thaw_super(struct super_block *super, enum freeze_holder who);
/linux/Documentation/filesystems/
H A Dvfs.rst266 int (*thaw_super) (struct super_block *sb,
366 ``thaw_super``
/linux/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst3127 | the VFS ``freeze_super`` and ``thaw_super`` functions can drop the |