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

/linux-4.1.27/fs/
H A Dioctl.c543 if (sb->s_op->thaw_super) ioctl_fsthaw()
544 return sb->s_op->thaw_super(sb); ioctl_fsthaw()
545 return thaw_super(sb); ioctl_fsthaw()
H A Dsuper.c1360 * thaw_super -- unlock filesystem
1365 int thaw_super(struct super_block *sb) thaw_super() function
1396 EXPORT_SYMBOL(thaw_super); variable
H A Dblock_dev.c268 if (sb->s_op->thaw_super) thaw_bdev()
269 error = sb->s_op->thaw_super(sb); thaw_bdev()
271 error = thaw_super(sb); thaw_bdev()
/linux-4.1.27/fs/gfs2/
H A Dsys.c112 error = thaw_super(sdp->sd_vfs); freeze_store()
H A Dsuper.c961 error = thaw_super(sb); gfs2_freeze_func()
1660 .thaw_super = gfs2_unfreeze,
/linux-4.1.27/include/linux/
H A Dfs.h1434 * -> s_umount (freeze_super, thaw_super)
1688 int (*thaw_super) (struct super_block *); member in struct:super_operations
2001 extern int thaw_super(struct super_block *super);

Completed in 129 milliseconds