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

Function NCP2NEGLIST

freebsd/kern/vfs_cache.c:390–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388static struct neglist neglists[numneglists];
389
390static inline struct neglist *
391NCP2NEGLIST(struct namecache *ncp)
392{
393
394 return (&neglists[(((uintptr_t)(ncp) >> 8) & ncneghash)]);
395}
396
397static inline struct negstate *
398NCP2NEGSTATE(struct namecache *ncp)

Callers 6

cache_neg_promote_lockedFunction · 0.85
cache_neg_demote_lockedFunction · 0.85
cache_neg_promote_condFunction · 0.85
cache_neg_promoteFunction · 0.85
cache_neg_insertFunction · 0.85
cache_neg_removeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected