Home
last modified time | relevance | path

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

/linux/block/
A Dbdev.c292 if (sb->s_op->thaw_super) in thaw_bdev()
293 error = sb->s_op->thaw_super(sb); in thaw_bdev()
295 error = thaw_super(sb); in thaw_bdev()
/linux/fs/
A Dioctl.c415 if (sb->s_op->thaw_super) in ioctl_fsthaw()
416 return sb->s_op->thaw_super(sb); in ioctl_fsthaw()
417 return thaw_super(sb); in ioctl_fsthaw()
A Dsuper.c1767 int thaw_super(struct super_block *sb) in thaw_super() function
1772 EXPORT_SYMBOL(thaw_super);
/linux/fs/gfs2/
A Dutil.c189 thaw_super(sdp->sd_vfs); in signal_our_withdraw()
A Dsuper.c662 error = thaw_super(sb); in gfs2_freeze_func()
1485 .thaw_super = gfs2_unfreeze,
A Dsys.c167 error = thaw_super(sdp->sd_vfs); in freeze_store()
/linux/include/linux/
A Dfs.h2207 int (*thaw_super) (struct super_block *); member
2605 extern int thaw_super(struct super_block *super);
/linux/fs/f2fs/
A Dgc.c2094 thaw_super(sbi->sb); in f2fs_resize_fs()
/linux/
A Dvmlinux.symvers9506 0x00000000 thaw_super vmlinux EXPORT_SYMBOL
A DSystem.map8560 ffff80001024b210 T thaw_super
A D.tmp_System.map8560 ffff80001024b210 T thaw_super

Completed in 346 milliseconds