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