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

Function cache_fpl_pathlen_dec

freebsd/kern/vfs_cache.c:5225–5230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5223}
5224
5225static void
5226cache_fpl_pathlen_dec(struct cache_fpl *fpl)
5227{
5228
5229 cache_fpl_pathlen_sub(fpl, 1);
5230}
5231#else
5232static void
5233cache_fpl_pathlen_add(struct cache_fpl *fpl, size_t n)

Callers 4

cache_fpl_handle_rootFunction · 0.85

Calls 1

cache_fpl_pathlen_subFunction · 0.85

Tested by

no test coverage detected