Searched refs:thaw_super (Results 1 – 8 of 8) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_notify_failure.c | 146 error = thaw_super(sb, FREEZE_HOLDER_KERNEL, NULL); in xfs_dax_notify_failure_thaw() 156 thaw_super(sb, FREEZE_HOLDER_USERSPACE, NULL); in xfs_dax_notify_failure_thaw()
|
/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/gfs2/ |
H A D | super.c | 673 error = thaw_super(sb, who, freeze_owner); in gfs2_do_thaw() 1526 .thaw_super = gfs2_thaw_super,
|
/linux/fs/f2fs/ |
H A D | gc.c | 2284 err = thaw_super(sbi->sb, FREEZE_HOLDER_KERNEL, NULL); in f2fs_resize_fs() 2341 thaw_super(sbi->sb, FREEZE_HOLDER_KERNEL, NULL); in f2fs_resize_fs()
|
/linux/include/linux/ |
H A D | fs.h | 1930 * -> s_umount (freeze_super, thaw_super) 2353 int (*thaw_super) (struct super_block *, enum freeze_holder who, const void *owner); member 2774 int thaw_super(struct super_block *super, enum freeze_holder who,
|
/linux/Documentation/filesystems/ |
H A D | vfs.rst | 266 int (*thaw_super) (struct super_block *sb, 366 ``thaw_super``
|
/linux/Documentation/filesystems/xfs/ |
H A D | xfs-online-fsck-design.rst | 3127 | the VFS ``freeze_super`` and ``thaw_super`` functions can drop the |
|