Searched refs:erofs_pseudo_mnt (Results 1 – 1 of 1) sorted by relevance
13 static struct vfsmount *erofs_pseudo_mnt; variable326 kern_unmount(erofs_pseudo_mnt); in erofs_fscache_domain_put()327 erofs_pseudo_mnt = NULL; in erofs_fscache_domain_put()383 if (!erofs_pseudo_mnt) { in erofs_fscache_init_domain()384 erofs_pseudo_mnt = kern_mount(&erofs_fs_type); in erofs_fscache_init_domain()385 if (IS_ERR(erofs_pseudo_mnt)) { in erofs_fscache_init_domain()386 err = PTR_ERR(erofs_pseudo_mnt); in erofs_fscache_init_domain()452 isb = flags & EROFS_REG_COOKIE_SHARE ? erofs_pseudo_mnt->mnt_sb : sb; in erofs_fscache_acquire_cookie()