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

Function cache_fpl_pathlen_inc

freebsd/kern/vfs_cache.c:5218–5223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5216}
5217
5218static void
5219cache_fpl_pathlen_inc(struct cache_fpl *fpl)
5220{
5221
5222 cache_fpl_pathlen_add(fpl, 1);
5223}
5224
5225static void
5226cache_fpl_pathlen_dec(struct cache_fpl *fpl)

Callers 1

Calls 1

cache_fpl_pathlen_addFunction · 0.85

Tested by

no test coverage detected