Searched refs:thaw_super (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/ |
| H A D | super.c | 1229 if (sb->s_op->thaw_super) in filesystems_thaw_callback() 1230 sb->s_op->thaw_super(sb, FREEZE_EXCL | FREEZE_HOLDER_KERNEL, in filesystems_thaw_callback() 1233 thaw_super(sb, FREEZE_EXCL | FREEZE_HOLDER_KERNEL, in filesystems_thaw_callback() 1587 if (sb->s_op->thaw_super) in fs_bdev_thaw() 1588 error = sb->s_op->thaw_super(sb, in fs_bdev_thaw() 1591 error = thaw_super(sb, in fs_bdev_thaw() 2235 int thaw_super(struct super_block *sb, enum freeze_holder who, in thaw_super() function 2244 EXPORT_SYMBOL(thaw_super);
|
| H A D | ioctl.c | 410 if (sb->s_op->thaw_super) in ioctl_fsthaw() 411 return sb->s_op->thaw_super(sb, FREEZE_HOLDER_USERSPACE, NULL); in ioctl_fsthaw() 412 return thaw_super(sb, FREEZE_HOLDER_USERSPACE, NULL); in ioctl_fsthaw()
|
| /linux/fs/xfs/ |
| H A D | xfs_notify_failure.c | 151 error = thaw_super(sb, FREEZE_HOLDER_KERNEL, NULL); in xfs_dax_notify_failure_thaw() 161 thaw_super(sb, FREEZE_HOLDER_USERSPACE, NULL); in xfs_dax_notify_failure_thaw()
|
| /linux/include/linux/fs/ |
| H A D | super.h | 235 int thaw_super(struct super_block *super, enum freeze_holder who,
|
| H A D | super_types.h | 96 int (*thaw_super)(struct super_block *sb, enum freeze_holder who, member
|
| /linux/fs/xfs/scrub/ |
| H A D | fscounters.c | 138 error = thaw_super(sc->mp->m_super, FREEZE_HOLDER_KERNEL, NULL); in xchk_fsthaw()
|
| /linux/fs/kernfs/ |
| H A D | mount.c | 79 .thaw_super = NULL,
|
| /linux/fs/btrfs/ |
| H A D | ioctl.c | 5129 ret = thaw_super(fs_info->sb, FREEZE_HOLDER_KERNEL, NULL); in btrfs_ioctl_shutdown()
|