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

Function mqfs_inactive

freebsd/kern/uipc_mqueue.c:1088–1096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1086#endif
1087
1088static int
1089mqfs_inactive(struct vop_inactive_args *ap)
1090{
1091 struct mqfs_node *pn = VTON(ap->a_vp);
1092
1093 if (pn->mn_deleted)
1094 vrecycle(ap->a_vp);
1095 return (0);
1096}
1097
1098#if 0
1099struct vop_reclaim_args {

Callers

nothing calls this directly

Calls 1

vrecycleFunction · 0.85

Tested by

no test coverage detected