Searched refs:thaw_super (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/fs/xfs/ |
| H A D | xfs_notify_failure.c | 146 error = thaw_super(sb, FREEZE_HOLDER_KERNEL); in xfs_dax_notify_failure_thaw() 156 thaw_super(sb, FREEZE_HOLDER_USERSPACE); in xfs_dax_notify_failure_thaw()
|
| /linux-6.15/fs/ |
| H A D | ioctl.c | 411 if (sb->s_op->thaw_super) in ioctl_fsthaw() 412 return sb->s_op->thaw_super(sb, FREEZE_HOLDER_USERSPACE); in ioctl_fsthaw() 413 return thaw_super(sb, FREEZE_HOLDER_USERSPACE); in ioctl_fsthaw()
|
| H A D | super.c | 1529 if (sb->s_op->thaw_super) in fs_bdev_thaw() 1530 error = sb->s_op->thaw_super(sb, in fs_bdev_thaw() 1533 error = thaw_super(sb, in fs_bdev_thaw() 2157 int thaw_super(struct super_block *sb, enum freeze_holder who) in thaw_super() function 2165 EXPORT_SYMBOL(thaw_super);
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | fscounters.c | 138 error = thaw_super(sc->mp->m_super, FREEZE_HOLDER_KERNEL); in xchk_fsthaw()
|
| /linux-6.15/fs/gfs2/ |
| H A D | super.c | 685 error = thaw_super(sb, FREEZE_HOLDER_USERSPACE); in gfs2_do_thaw() 1604 .thaw_super = gfs2_thaw_super,
|
| H A D | sys.c | 177 error = thaw_super(sdp->sd_vfs, FREEZE_HOLDER_USERSPACE); in freeze_store()
|
| /linux-6.15/fs/f2fs/ |
| H A D | gc.c | 2279 err = thaw_super(sbi->sb, FREEZE_HOLDER_USERSPACE); in f2fs_resize_fs() 2336 thaw_super(sbi->sb, FREEZE_HOLDER_USERSPACE); in f2fs_resize_fs()
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 2300 int (*thaw_super) (struct super_block *, enum freeze_holder who); member 2709 int thaw_super(struct super_block *super, enum freeze_holder who);
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | vfs.rst | 266 int (*thaw_super) (struct super_block *sb, 366 ``thaw_super``
|
| /linux-6.15/Documentation/filesystems/xfs/ |
| H A D | xfs-online-fsck-design.rst | 3127 | the VFS ``freeze_super`` and ``thaw_super`` functions can drop the |
|