Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkern_acct.c179 vn_close(nd.ni_vp, FWRITE, ctx); in acct()
186 vn_close(nd.ni_vp, FWRITE, ctx); in acct()
206 error = vn_close((acctp != NULLVP ? acctp : suspend_acctp), in acct()
384 (void) vn_close(suspend_acctp, FWRITE, vfs_context_kernel()); in acctwatch()
402 (void) vn_close(acctp, FWRITE, vfs_context_kernel()); in acctwatch()
/xnu-8020.140.41/bsd/dev/vn/
H A Dvn.c1161 (void) vn_close(nd.ni_vp, flags, ctx); in vniocattach_file()
1169 (void)vn_close(nd.ni_vp, flags, ctx); in vniocattach_file()
1221 (void)vn_close(nd.ni_vp, flags, ctx); in vniocattach_shadow()
1228 (void)vn_close(nd.ni_vp, flags, ctx); in vniocattach_shadow()
1291 (void)vn_close(vn->sc_vp, vn->sc_open_flags, ctx); in vnclear()
1296 (void)vn_close(vn->sc_shadow_vp, FREAD | FWRITE, ctx); in vnclear()
/xnu-8020.140.41/bsd/security/audit/
H A Daudit_worker.c558 vn_close(old_audit_vp, AUDIT_CLOSE_FLAGS, in audit_rotate_vnode()
H A Daudit_syscalls.c1220 vn_close(vp, AUDIT_CLOSE_FLAGS, vfs_context_current()); in auditctl()
1226 vn_close(vp, AUDIT_CLOSE_FLAGS, vfs_context_current()); in auditctl()
/xnu-8020.140.41/bsd/sys/
H A Dvnode_internal.h445 int vn_close(vnode_t, int flags, vfs_context_t ctx);
/xnu-8020.140.41/bsd/vfs/
H A Dvfs_vnops.c753 vn_close(struct vnode *vp, int flags, vfs_context_t ctx) in vn_close() function
1781 error = vn_close(vp, fg->fg_flag, ctx); in vn_closefile()
H A Dvfs_subr.c6814 error = vn_close(vp, flags, ctx); in vnode_close()
H A Dvfs_syscalls.c4382 vn_close(vp, fp->fp_glob->fg_flag, &context); in open1()
/xnu-8020.140.41/bsd/nfs/
H A Dnfs_syscalls.c785 vn_close(vp, fmode & FMASK, ctx); in fhopen()
813 vn_close(vp, fp->fp_glob->fg_flag, &context); in fhopen()