Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vfsops.c144 vnode_t *cachedirvp = NULL; in cachefs_mount() local
251 NULLVPP, &cachedirvp); in cachefs_mount()
258 if (cachedirvp->v_type != VDIR) { in cachefs_mount()
267 if (vn_matchops(cachedirvp, cachefs_getvnodeops())) { in cachefs_mount()
352 if (cachep->c_dirvp == cachedirvp) in cachefs_mount()
359 error = cachefs_cache_activate_ro(cachep, cachedirvp); in cachefs_mount()
600 if (cachedirvp != NULL) in cachefs_mount()
601 VN_RELE(cachedirvp); in cachefs_mount()
1184 struct vnode *cachedirvp = NULL; in cachefs_remount() local
1200 NULLVPP, &cachedirvp); in cachefs_remount()
[all …]