Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5218
static void
5219
cache_fpl_pathlen_inc(struct cache_fpl *fpl)
5220
{
5221
5222
cache_fpl_pathlen_add(fpl, 1);
5223
}
5224
5225
static void
5226
cache_fpl_pathlen_dec(struct cache_fpl *fpl)
Callers
1
cache_fplookup_skip_slashes
Function · 0.85
Calls
1
cache_fpl_pathlen_add
Function · 0.85
Tested by
no test coverage detected