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

Function cache_fpl_pathlen_sub

freebsd/kern/vfs_cache.c:5209–5216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5207}
5208
5209static void
5210cache_fpl_pathlen_sub(struct cache_fpl *fpl, size_t n)
5211{
5212
5213 fpl->debug.ni_pathlen -= n;
5214 KASSERT(fpl->debug.ni_pathlen <= PATH_MAX,
5215 ("%s: pathlen underflow to %zd\n", __func__, fpl->debug.ni_pathlen));
5216}
5217
5218static void
5219cache_fpl_pathlen_inc(struct cache_fpl *fpl)

Callers 2

cache_fpl_pathlen_decFunction · 0.85
cache_fplookup_parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected