Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5225
static void
5226
cache_fpl_pathlen_dec(struct cache_fpl *fpl)
5227
{
5228
5229
cache_fpl_pathlen_sub(fpl, 1);
5230
}
5231
#else
5232
static void
5233
cache_fpl_pathlen_add(struct cache_fpl *fpl, size_t n)
Callers
4
cache_fpl_handle_root
Function · 0.85
cache_fplookup_partial_setup
Function · 0.85
cache_fplookup_parse_advance
Function · 0.85
cache_fplookup_skip_slashes
Function · 0.85
Calls
1
cache_fpl_pathlen_sub
Function · 0.85
Tested by
no test coverage detected