Searched refs:vn_close (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.41.6/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-12377.41.6/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 | 1227 vn_close(vp, AUDIT_CLOSE_FLAGS, vfs_context_current()); in auditctl() 1233 vn_close(vp, AUDIT_CLOSE_FLAGS, vfs_context_current()); in auditctl()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_internal.h | 465 int vn_close(vnode_t, int flags, vfs_context_t ctx);
|
| /xnu-12377.41.6/bsd/nfs/ |
| H A D | nfs_syscalls.c | 535 vn_close(vp, fmode & FMASK, ctx); in fhopen() 563 vn_close(vp, fp->fp_glob->fg_flag, &context); in fhopen()
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_vnops.c | 843 vn_close(struct vnode *vp, int flags, vfs_context_t ctx) in vn_close() function 1894 error = vn_close(vp, fg->fg_flag, ctx); in vn_closefile()
|
| H A D | vfs_exclave_fs.c | 1185 error = vn_close(vp, flags, vfs_context_kernel()); in vfs_exclave_fs_close()
|
| H A D | vfs_subr.c | 7856 error = vn_close(vp, flags, ctx); in vnode_close()
|
| H A D | vfs_syscalls.c | 5186 vn_close(vp, fp->fp_glob->fg_flag, &context); in open1()
|