Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_subr.c258 cachefs_cache_activate_ro(cachefscache_t *cachep, vnode_t *cdvp) in cachefs_cache_activate_ro() argument
276 error = VOP_GETATTR(cdvp, attrp, 0, kcred, NULL); in cachefs_cache_activate_ro()
288 error = VOP_LOOKUP(cdvp, CACHEFS_LOCK_FILE, &lockvp, NULL, 0, NULL, in cachefs_cache_activate_ro()
297 error = VOP_LOOKUP(cdvp, CACHELABEL_NAME, &labelvp, NULL, 0, NULL, in cachefs_cache_activate_ro()
323 error = VOP_LOOKUP(cdvp, RESOURCE_NAME, &rifvp, NULL, 0, NULL, kcred, in cachefs_cache_activate_ro()
359 error = VOP_LOOKUP(cdvp, CACHEFS_LOSTFOUND_NAME, &lostfoundvp, in cachefs_cache_activate_ro()
368 VN_HOLD(cdvp); in cachefs_cache_activate_ro()
372 cachep->c_dirvp = cdvp; in cachefs_cache_activate_ro()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h1115 int cachefs_cache_activate_ro(cachefscache_t *cachep, vnode_t *cdvp);