MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cache_fplookup_modifying

Function cache_fplookup_modifying

freebsd/kern/vfs_cache.c:4393–4404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4391}
4392
4393static int __noinline
4394cache_fplookup_modifying(struct cache_fpl *fpl)
4395{
4396 struct nameidata *ndp;
4397
4398 ndp = fpl->ndp;
4399
4400 if (!cache_fpl_islastcn(ndp)) {
4401 return (cache_fpl_partial(fpl));
4402 }
4403 return (cache_fplookup_final_modifying(fpl));
4404}
4405
4406static int __noinline
4407cache_fplookup_final_withparent(struct cache_fpl *fpl)

Callers 2

cache_fplookup_noentryFunction · 0.85
cache_fplookup_negFunction · 0.85

Calls 2

cache_fpl_islastcnFunction · 0.85

Tested by

no test coverage detected