Searched refs:z3fold_mnt (Results 1 – 1 of 1) sorted by relevance
359 static struct vfsmount *z3fold_mnt; variable364 z3fold_mnt = kern_mount(&z3fold_fs); in z3fold_mount()365 if (IS_ERR(z3fold_mnt)) in z3fold_mount()366 ret = PTR_ERR(z3fold_mnt); in z3fold_mount()373 kern_unmount(z3fold_mnt); in z3fold_unmount()379 pool->inode = alloc_anon_inode(z3fold_mnt->mnt_sb); in z3fold_register_migration()