Searched refs:vn_close (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_acct.c171 vn_close(nd.ni_vp, FWRITE, ctx);
178 vn_close(nd.ni_vp, FWRITE, ctx);
196 error = vn_close((acctp != NULLVP ? acctp : suspend_acctp),
379 (void) vn_close(suspend_acctp, FWRITE, vfs_context_kernel());
396 (void) vn_close(acctp, FWRITE, vfs_context_kernel());
/darwin-on-arm/xnu/bsd/dev/vn/
H A Dvn.c1179 (void) vn_close(nd.ni_vp, flags, ctx);
1187 (void)vn_close(nd.ni_vp, flags, ctx);
1239 (void)vn_close(nd.ni_vp, flags, ctx);
1246 (void)vn_close(nd.ni_vp, flags, ctx);
1309 (void)vn_close(vn->sc_vp, vn->sc_open_flags, ctx);
1314 (void)vn_close(vn->sc_shadow_vp, FREAD | FWRITE, ctx);
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_worker.c541 vn_close(old_audit_vp, AUDIT_CLOSE_FLAGS,
H A Daudit_syscalls.c943 vn_close(vp, AUDIT_CLOSE_FLAGS, vfs_context_current());
949 vn_close(vp, AUDIT_CLOSE_FLAGS, vfs_context_current());
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h402 int vn_close(vnode_t, int flags, vfs_context_t ctx);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c601 // starting here... error paths should call vn_close/vnode_put
603 vn_close(vp, fmode & FMASK, ctx);
630 vn_close(vp, fp->f_fglob->fg_flag, &context);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c684 vn_close(struct vnode *vp, int flags, vfs_context_t ctx) function
1424 error = vn_close(vp, fg->fg_flag, ctx);
H A Dvfs_syscalls.c3147 vn_close(vp, fp->f_fglob->fg_flag, &context);
8203 vn_close(nspace_items[i].vp, fmode, ctx);
8237 vn_close(nspace_items[i].vp, fmode, ctx);
H A Dvfs_subr.c5059 error = vn_close(vp, flags, ctx);

Completed in 171 milliseconds