Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_subr.c265 vnode_t *lostfoundvp = NULL; in cachefs_cache_activate_ro() local
359 error = VOP_LOOKUP(cdvp, CACHEFS_LOSTFOUND_NAME, &lostfoundvp, in cachefs_cache_activate_ro()
370 VN_HOLD(lostfoundvp); in cachefs_cache_activate_ro()
374 cachep->c_lostfoundvp = lostfoundvp; in cachefs_cache_activate_ro()
427 if (lostfoundvp) in cachefs_cache_activate_ro()
428 VN_RELE(lostfoundvp); in cachefs_cache_activate_ro()