Searched refs:vnode_setsize (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215/bsd/vm/ |
| H A D | vm_compressor_backing_file.c | 119 error = vnode_setsize(vp, *size, IO_NOZEROFILL, ctx); in vm_swapfile_preallocate()
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_shutdown.c | 361 vnode_setsize(sd_logvp, (off_t)0, 0, ctx); in sd_openlog()
|
| H A D | kern_symfile.c | 361 error = vnode_setsize(ref->vp, set_file_size, IO_NOZEROFILL | IO_NOAUTH, ref->ctx); in kern_open_file_for_direct_io()
|
| H A D | decmpfs.c | 2213 int error = vnode_setsize(vp, 0, 0, decmpfs_ctx);
|
| H A D | kern_descrip.c | 3534 error = vnode_setsize(vp, offset, IO_NOZEROFILL, &context); in sys_fcntl_nocancel() 3536 error = vnode_setsize(vp, offset, 0, &context); in sys_fcntl_nocancel()
|
| /xnu-11215/bsd/sys/ |
| H A D | vnode_internal.h | 587 errno_t vnode_setsize(vnode_t, off_t, int ioflag, vfs_context_t);
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_xattr.c | 2135 error = vnode_setsize(xvp, ainfo.filesize, 0, context); in default_setxattr_vfs() 2339 error = vnode_setsize(xvp, ainfo.filesize, 0, context); in default_removexattr_vfs() 3614 vnode_setsize(xvp, filehdr->entries[1].offset + delta, 0, context); in get_xattrinfo()
|
| H A D | vfs_subr.c | 7866 vnode_setsize(vnode_t vp, off_t size, int ioflag, vfs_context_t ctx) in vnode_setsize() function
|
| H A D | vfs_syscalls.c | 4792 if ((flags & O_TRUNC) && ((error = vnode_setsize(vp, (off_t)0, 0, ctx)) != 0)) { in open1()
|