Searched refs:z3fold_mnt (Results 1 – 1 of 1) sorted by relevance
347 static struct vfsmount *z3fold_mnt; variable352 z3fold_mnt = kern_mount(&z3fold_fs); in z3fold_mount()353 if (IS_ERR(z3fold_mnt)) in z3fold_mount()354 ret = PTR_ERR(z3fold_mnt); in z3fold_mount()361 kern_unmount(z3fold_mnt); in z3fold_unmount()367 pool->inode = alloc_anon_inode(z3fold_mnt->mnt_sb); in z3fold_register_migration()