OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cachefound
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/autofs/
autofs_vnops.c
208
int
cachefound
;
local
224
cachefound
= cache_lookup(dvp, cnp->cn_nameptr, cnp->cn_namelen,
226
if (
cachefound
&& *vpp == NULLVP) {
230
} else if (
cachefound
) {
/src/sys/fs/tmpfs/
tmpfs_vnops.c
141
int
cachefound
, iswhiteout;
local
169
cachefound
= cache_lookup(dvp, cnp->cn_nameptr, cnp->cn_namelen,
175
if (
cachefound
&& *vpp == NULLVP) {
179
} else if (
cachefound
) {
/src/sys/nfs/
nfs_vnops.c
745
int
cachefound
;
local
783
cachefound
= cache_lookup_raw(dvp, cnp->cn_nameptr, cnp->cn_namelen,
787
if (
cachefound
) {
Completed in 20 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026