Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dioctl.c543 if (sb->s_op->thaw_super) in ioctl_fsthaw()
544 return sb->s_op->thaw_super(sb); in ioctl_fsthaw()
545 return thaw_super(sb); in ioctl_fsthaw()
Dblock_dev.c268 if (sb->s_op->thaw_super) in thaw_bdev()
269 error = sb->s_op->thaw_super(sb); in thaw_bdev()
271 error = thaw_super(sb); in thaw_bdev()
Dsuper.c1365 int thaw_super(struct super_block *sb) in thaw_super() function
1396 EXPORT_SYMBOL(thaw_super);
/linux-4.1.27/fs/gfs2/
Dsuper.c961 error = thaw_super(sb); in gfs2_freeze_func()
1660 .thaw_super = gfs2_unfreeze,
Dsys.c112 error = thaw_super(sdp->sd_vfs); in freeze_store()
/linux-4.1.27/include/linux/
Dfs.h1688 int (*thaw_super) (struct super_block *); member
2001 extern int thaw_super(struct super_block *super);