Home
last modified time | relevance | path

Searched refs:vnode_close (Results 1 – 10 of 10) sorted by relevance

/xnu-11215/bsd/vm/
H A Dvm_compressor_backing_file.c94 vnode_close(vp, 0, context); in vm_swapfile_close()
438 error = vnode_close(vp, 0, ctx); in vm_swap_vol_get_capacity()
/xnu-11215/bsd/kern/
H A Dkern_symfile.c597 vnode_close(ref->vp, FWRITE, ref->ctx); in kern_open_file_for_direct_io()
625 vnode_close(ref->vp, FWRITE, ref->ctx); in kern_open_file_for_direct_io()
726 error = vnode_close(ref->vp, FWRITE, ref->ctx); in kern_close_file_for_direct_io()
H A Dkern_shutdown.c376 error = vnode_close(sd_logvp, FWRITE, ctx); in sd_closelog()
H A Dkern_core.c762 error1 = vnode_close(vp, FWRITE, ctx); in coredump()
H A Dkdebug.c2971 vnode_close(vp, FWRITE, ctx); in kdbg_dump_trace_to_file()
/xnu-11215/bsd/sys/
H A Dvnode.h2072 errno_t vnode_close(vnode_t vp, int flags, vfs_context_t ctx);
/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp1417 vnode_close(vnode_ptr, FREAD | FWRITE, vfs_context); in IOProvideCoreFileAccess()
/xnu-11215/bsd/vfs/
H A Dvfs_vnops.c2301 error = vnode_close(vnio->vnio_vnode, vnio->vnio_fflags, NULL); in vnio_close()
H A Dvfs_subr.c7803 vnode_close(vnode_t vp, int flags, vfs_context_t ctx) in vnode_close() function
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp12892 vnode_close(vp, FWRITE, ctx);