Home
last modified time | relevance | path

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

/linux-4.4.14/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.c282 if (sb->s_op->thaw_super) in thaw_bdev()
283 error = sb->s_op->thaw_super(sb); in thaw_bdev()
285 error = thaw_super(sb); in thaw_bdev()
Dsuper.c1344 int thaw_super(struct super_block *sb) in thaw_super() function
1376 EXPORT_SYMBOL(thaw_super);
/linux-4.4.14/fs/gfs2/
Dsuper.c961 error = thaw_super(sb); in gfs2_freeze_func()
1660 .thaw_super = gfs2_unfreeze,
Dsys.c115 error = thaw_super(sdp->sd_vfs); in freeze_store()
/linux-4.4.14/include/linux/
Dfs.h1706 int (*thaw_super) (struct super_block *); member
2026 extern int thaw_super(struct super_block *super);