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

Function vop_stdadvlockpurge

freebsd/kern/vfs_default.c:469–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469int
470vop_stdadvlockpurge(struct vop_advlockpurge_args *ap)
471{
472 struct vnode *vp;
473
474 vp = ap->a_vp;
475 lf_purgelocks(vp, &vp->v_lockf);
476 return (0);
477}
478
479/*
480 * vop_stdpathconf:

Callers

nothing calls this directly

Calls 1

lf_purgelocksFunction · 0.85

Tested by

no test coverage detected