Home
last modified time | relevance | path

Searched refs:thaw_super (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dioctl.c615 if (sb->s_op->thaw_super) in ioctl_fsthaw()
616 return sb->s_op->thaw_super(sb); in ioctl_fsthaw()
617 return thaw_super(sb); in ioctl_fsthaw()
H A Dsuper.c1659 * ownership goes to the caller of thaw_super() which does unlock().
1780 * when frozen is set to SB_FREEZE_COMPLETE, and for thaw_super(). in freeze_super()
1790 * thaw_super -- unlock filesystem
1830 int thaw_super(struct super_block *sb) in thaw_super() function
1835 EXPORT_SYMBOL(thaw_super); variable
H A Dblock_dev.c634 if (sb->s_op->thaw_super) in thaw_bdev()
635 error = sb->s_op->thaw_super(sb); in thaw_bdev()
637 error = thaw_super(sb); in thaw_bdev()
/kernel/linux/linux-6.6/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.c1851 * ownership goes to the caller of thaw_super() which does unlock().
2029 * when frozen is set to SB_FREEZE_COMPLETE, and for thaw_super(). in freeze_super()
2100 * thaw_super -- unlock filesystem
2111 int thaw_super(struct super_block *sb, enum freeze_holder who) in thaw_super() function
2117 EXPORT_SYMBOL(thaw_super); variable
/kernel/linux/linux-6.6/block/
H A 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()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dfscounters.c148 error = thaw_super(sc->mp->m_super, FREEZE_HOLDER_KERNEL); in xchk_fsthaw()
/kernel/linux/linux-6.6/fs/gfs2/
H A 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,
H A Dsys.c177 error = thaw_super(sdp->sd_vfs, FREEZE_HOLDER_USERSPACE); in freeze_store()
/kernel/linux/linux-5.10/fs/gfs2/
H A Dutil.c187 thaw_super(sdp->sd_vfs); in signal_our_withdraw()
H A Dsuper.c704 error = thaw_super(sb); in gfs2_freeze_func()
1537 .thaw_super = gfs2_unfreeze,
H A Dsys.c102 error = thaw_super(sdp->sd_vfs); in freeze_store()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dgc.c2078 thaw_super(sbi->sb); in f2fs_resize_fs()
2132 thaw_super(sbi->sb); in f2fs_resize_fs()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dgc.c2191 err = thaw_super(sbi->sb, FREEZE_HOLDER_USERSPACE); in f2fs_resize_fs()
2248 thaw_super(sbi->sb, FREEZE_HOLDER_USERSPACE); in f2fs_resize_fs()
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h1712 * -> s_umount (freeze_super, thaw_super)
2010 int (*thaw_super) (struct super_block *); member
2388 extern int thaw_super(struct super_block *super);
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h1703 * -> s_umount (freeze_super, thaw_super)
2069 int (*thaw_super) (struct super_block *, enum freeze_holder who); member
2445 int thaw_super(struct super_block *super, enum freeze_holder who);

Completed in 34 milliseconds