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

Function cache_fpl_terminated

freebsd/kern/vfs_cache.c:3971–3976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3969#define cache_fpl_handled_error(x, e) cache_fpl_handled_error_impl((x), (e), __LINE__)
3970
3971static bool
3972cache_fpl_terminated(struct cache_fpl *fpl)
3973{
3974
3975 return (fpl->status != CACHE_FPL_STATUS_UNSET);
3976}
3977
3978#define CACHE_FPL_SUPPORTED_CN_FLAGS \
3979 (NC_NOMAKEENTRY | NC_KEEPPOSENTRY | LOCKLEAF | LOCKPARENT | WANTPARENT | \

Callers 1

cache_fplookup_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected