Searched refs:z3fold_mnt (Results 1 – 1 of 1) sorted by relevance
260 static struct vfsmount *z3fold_mnt; variable265 z3fold_mnt = kern_mount(&z3fold_fs); in z3fold_mount()266 if (IS_ERR(z3fold_mnt)) in z3fold_mount()267 ret = PTR_ERR(z3fold_mnt); in z3fold_mount()274 kern_unmount(z3fold_mnt); in z3fold_unmount()280 pool->inode = alloc_anon_inode(z3fold_mnt->mnt_sb); in z3fold_register_migration()