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

/xnu-2422.115.4/bsd/vm/
H A Dvm_compressor_backing_file.c87 vnode_close(vp, 0, context);
/xnu-2422.115.4/bsd/kern/
H A Dkern_symfile.c489 vnode_close(ref->vp, FWRITE, ref->ctx);
551 error = vnode_close(ref->vp, FWRITE, ref->ctx);
554 kprintf("vnode_close(%d)\n", error);
H A Dkern_core.c488 error1 = vnode_close(vp, FWRITE, ctx);
H A Dkern_shutdown.c243 error = vnode_close(sd_logvp, FWRITE, ctx);
H A Dkdebug.c3200 vnode_close(vp, FWRITE, ctx);
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_quota.c570 (void) vnode_close(vp, FREAD|FWRITE, NULL);
589 (void) vnode_close(vp, FREAD|FWRITE, NULL);
696 error = vnode_close(qvp, FREAD|FWRITE, NULL);
/xnu-2422.115.4/bsd/sys/
H A Dvnode.h1572 @function vnode_close
1574 @discussion vnode_close() drops the refcount (persistent reference) picked up in vnode_open() and calls down to the filesystem with VNOP_CLOSE. It should
1581 errno_t vnode_close(vnode_t, int, vfs_context_t);
1618 on the vnode are over, whereas the usecount should be released via vnode_close().
/xnu-2422.115.4/iokit/Kernel/
H A DIOPMrootDomain.cpp9378 if (vp) vnode_close(vp, FWRITE, ctx);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c5041 vnode_close(vnode_t vp, int flags, vfs_context_t ctx) function

Completed in 117 milliseconds