Searched refs:vn_close (Results 1 – 9 of 9) sorted by relevance
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kern_acct.c | 179 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 D | vn.c | 1161 (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 D | audit_worker.c | 558 vn_close(old_audit_vp, AUDIT_CLOSE_FLAGS, in audit_rotate_vnode()
|
| H A D | audit_syscalls.c | 1220 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 D | vnode_internal.h | 445 int vn_close(vnode_t, int flags, vfs_context_t ctx);
|
| /xnu-8020.140.41/bsd/vfs/ |
| H A D | vfs_vnops.c | 753 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 D | vfs_subr.c | 6814 error = vn_close(vp, flags, ctx); in vnode_close()
|
| H A D | vfs_syscalls.c | 4382 vn_close(vp, fp->fp_glob->fg_flag, &context); in open1()
|
| /xnu-8020.140.41/bsd/nfs/ |
| H A D | nfs_syscalls.c | 785 vn_close(vp, fmode & FMASK, ctx); in fhopen() 813 vn_close(vp, fp->fp_glob->fg_flag, &context); in fhopen()
|