Home
last modified time | relevance | path

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

/linux-6.3-rc2/block/
A Dbdev.c293 if (sb->s_op->thaw_super) in thaw_bdev()
294 error = sb->s_op->thaw_super(sb); in thaw_bdev()
296 error = thaw_super(sb); in thaw_bdev()
/linux-6.3-rc2/fs/
A Dioctl.c411 if (sb->s_op->thaw_super) in ioctl_fsthaw()
412 return sb->s_op->thaw_super(sb); in ioctl_fsthaw()
413 return thaw_super(sb); in ioctl_fsthaw()
A Dsuper.c1773 int thaw_super(struct super_block *sb) in thaw_super() function
1778 EXPORT_SYMBOL(thaw_super);
/linux-6.3-rc2/fs/gfs2/
A Dutil.c194 thaw_super(sdp->sd_vfs); in signal_our_withdraw()
A Dsuper.c676 error = thaw_super(sb); in gfs2_freeze_func()
1515 .thaw_super = gfs2_unfreeze,
A Dsys.c169 error = thaw_super(sdp->sd_vfs); in freeze_store()
/linux-6.3-rc2/include/linux/
A Dfs.h1899 int (*thaw_super) (struct super_block *); member
2273 extern int thaw_super(struct super_block *super);
/linux-6.3-rc2/fs/f2fs/
A Dgc.c2191 thaw_super(sbi->sb); in f2fs_resize_fs()

Completed in 27 milliseconds