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

Function cache_fpl_islastcn

freebsd/kern/vfs_cache.c:3989–3994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3987 "supported and internal flags overlap");
3988
3989static bool
3990cache_fpl_islastcn(struct nameidata *ndp)
3991{
3992
3993 return (*ndp->ni_next == 0);
3994}
3995
3996static bool
3997cache_fpl_istrailingslash(struct cache_fpl *fpl)

Callers 7

cache_fplookup_modifyingFunction · 0.85
cache_fplookup_noentryFunction · 0.85
cache_fplookup_symlinkFunction · 0.85
cache_fplookup_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected