Searched refs:vnode_setsize (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/vm/
H A Dvm_compressor_backing_file.c127 error = vnode_setsize(vp, *size, IO_NOZEROFILL, ctx);
130 printf("vnode_setsize for swap files failed: %d\n", error);
H A Ddp_backing_file.c344 if ((file_size < (off_t)size) && ((error = vnode_setsize(vp, (off_t)size, 0, ctx)) != 0))
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_shutdown.c228 vnode_setsize(sd_logvp, (off_t)0, 0, ctx);
H A Dkern_symfile.c272 error = vnode_setsize(ref->vp, set_file_size,
H A Ddecmpfs.c1670 int error = vnode_setsize(vp, 0, 0, decmpfs_ctx);
1671 ErrorLog("vnode_setsize err %d\n", error);
H A Dkern_descrip.c1222 error = vnode_setsize(vp, offset, IO_NOZEROFILL,
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h530 errno_t vnode_setsize(vnode_t, off_t, int ioflag, vfs_context_t);
/macosx-10.10/xnu-2782.1.97/bsd/dev/vn/
H A Dvn.c431 vnode_setsize(vn->sc_shadow_vp, size, IO_SYNC, ctx);
716 vnode_setsize(vn->sc_shadow_vp, size, IO_SYNC, ctx);
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c1971 error = vnode_setsize(xvp, ainfo.filesize, 0, context);
2175 error = vnode_setsize(xvp, ainfo.filesize, 0, context);
2873 vnode_setsize(xvp, filehdr->entries[1].offset + delta, 0, context);
H A Dvfs_subr.c5277 vnode_setsize(vnode_t vp, off_t size, int ioflag, vfs_context_t ctx) function
H A Dvfs_syscalls.c3270 * vnode_setsize:???
3390 if ((flags & O_TRUNC) && ((error = vnode_setsize(vp, (off_t)0, 0, ctx)) != 0))

Completed in 203 milliseconds