Home
last modified time | relevance | path

Searched refs:erofs_pseudo_mnt (Results 1 – 1 of 1) sorted by relevance

/linux/fs/erofs/
H A Dfscache.c14 static struct vfsmount *erofs_pseudo_mnt; variable
390 kern_unmount(erofs_pseudo_mnt); in erofs_fscache_domain_put()
391 erofs_pseudo_mnt = NULL; in erofs_fscache_domain_put()
447 if (!erofs_pseudo_mnt) { in erofs_fscache_init_domain()
453 erofs_pseudo_mnt = mnt; in erofs_fscache_init_domain()
517 isb = flags & EROFS_REG_COOKIE_SHARE ? erofs_pseudo_mnt->mnt_sb : sb; in erofs_fscache_acquire_cookie()