Home
last modified time | relevance | path

Searched refs:vnode_setsize (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.1.9/bsd/kern/
H A Dkern_symfile.c380 error = vnode_setsize(ref->vp, set_file_size, IO_NOZEROFILL | IO_NOAUTH, ref->ctx); in kern_open_file_for_direct_io()
751 error = vnode_setsize(ref->vp, set_file_size, IO_NOZEROFILL | IO_NOAUTH, ref->ctx); in kern_close_file_for_direct_io()
H A Dkern_shutdown.c375 vnode_setsize(sd_logvp, (off_t)0, 0, ctx); in sd_openlog()
H A Ddecmpfs.c2213 int error = vnode_setsize(vp, 0, 0, decmpfs_ctx);
H A Dkern_descrip.c3572 error = vnode_setsize(vp, offset, IO_NOZEROFILL, &context); in sys_fcntl_nocancel()
3574 error = vnode_setsize(vp, offset, 0, &context); in sys_fcntl_nocancel()
/xnu-12377.1.9/bsd/vm/
H A Dvm_compressor_backing_file.c119 error = vnode_setsize(vp, *size, IO_NOZEROFILL, ctx); in vm_swapfile_preallocate()
/xnu-12377.1.9/bsd/sys/
H A Dvnode_internal.h588 errno_t vnode_setsize(vnode_t, off_t, int ioflag, vfs_context_t);
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_subr.c7911 vnode_setsize(vnode_t vp, off_t size, int ioflag, vfs_context_t ctx) in vnode_setsize() function
H A Dvfs_syscalls.c4982 if ((error = vnode_setsize(vp, (off_t)0, 0, ctx)) != 0) { in open1()