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

Function vnode_close_locked

freebsd/kern/kern_sig.c:3488–3494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3486 "Process corefile name format string");
3487
3488static void
3489vnode_close_locked(struct thread *td, struct vnode *vp)
3490{
3491
3492 VOP_UNLOCK(vp);
3493 vn_close(vp, FWRITE, td->td_ucred, td);
3494}
3495
3496/*
3497 * If the core format has a %I in it, then we need to check

Callers 1

corefile_open_lastFunction · 0.85

Calls 1

vn_closeFunction · 0.70

Tested by

no test coverage detected