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

Function NDFREE_NOTHING

freebsd/kern/vfs_lookup.c:1471–1481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1469 */
1470#ifdef INVARIANTS
1471void
1472NDFREE_NOTHING(struct nameidata *ndp)
1473{
1474 struct componentname *cnp;
1475
1476 cnp = &ndp->ni_cnd;
1477 KASSERT(cnp->cn_nameiop == LOOKUP, ("%s: got non-LOOKUP op %d\n",
1478 __func__, cnp->cn_nameiop));
1479 KASSERT((cnp->cn_flags & (SAVENAME | HASBUF)) == 0,
1480 ("%s: bad flags \%" PRIx64 "\n", __func__, cnp->cn_flags));
1481}
1482#endif
1483
1484void

Callers 15

unp_connectatFunction · 0.85
kern_statfsFunction · 0.85
kern_chdirFunction · 0.85
sys_chrootFunction · 0.85
kern_accessatFunction · 0.85
kern_statatFunction · 0.85
kern_pathconfFunction · 0.85
kern_readlinkatFunction · 0.85
kern_chflagsatFunction · 0.85
kern_fchmodatFunction · 0.85
kern_fchownatFunction · 0.85
kern_utimesatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected