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

Function cache_fpl_istrailingslash

freebsd/kern/vfs_cache.c:3996–4001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3994}
3995
3996static bool
3997cache_fpl_istrailingslash(struct cache_fpl *fpl)
3998{
3999
4000 return (*(fpl->nulchar - 1) == '/');
4001}
4002
4003static bool
4004cache_fpl_isdotdot(struct componentname *cnp)

Callers 5

cache_fplookup_noentryFunction · 0.85
cache_symlink_resolveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected