Searched refs:vcache_tryvget (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/sys/
H A Dvnode_impl.h156 int vcache_tryvget(vnode_t *);
/netbsd-current/sys/kern/
H A Dvfs_lookup.c1355 error = vcache_tryvget(foundobj);
1381 error = vcache_tryvget(foundobj);
1397 error = vcache_tryvget(foundobj);
1446 error2 = vcache_tryvget(searchdir);
H A Dvfs_cache.c617 error = vcache_tryvget(vp);
882 error = vcache_tryvget(dvp);
H A Dvfs_vnode.c241 * The high bit of v_usecount is a gate for vcache_tryvget(). It's set
244 * from vcache_vget() and vcache_tryvget() whenever the operation succeeds.
360 /* Open/close the gate for vcache_tryvget(). */
404 /* Open/close the gate for vcache_tryvget(). */
1518 vcache_tryvget(vnode_t *vp) function
1563 error = vcache_tryvget(vp);
H A Dvfs_subr.c810 if ((error = vcache_tryvget(vp)) == 0) {

Completed in 191 milliseconds