Searched refs:vnode_size (Results 1 - 14 of 14) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dbsd_vm.c875 vm_object_offset_t vnode_size; local
882 vnode_size = vnode_pager_get_filesize(vnode_object->vnode_handle);
884 if (vnode_size > (offset + PAGE_SIZE)) {
894 if ((base_offset + size) > vnode_size)
895 size = round_page_32(((vm_size_t)(vnode_size - base_offset)));
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dvnode_internal.h433 errno_t vnode_size(vnode_t, off_t *, vfs_context_t);
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Ddp_backing_file.c211 if ((error = vnode_size(vp, &file_size, ctx)) != 0)
H A Dvm_unix.c937 error = vnode_size(vp, &fs, vfs_context_current());
941 "vnode_size(%p) failed (error=%d)\n",
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/vn/
H A Dvn.c1156 error = vnode_size(nd.ni_vp, &file_size, ctx);
1218 || (error = vnode_size(nd.ni_vp, &file_size, ctx))) {
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_lockf.c163 * vnode_size:???
216 if ((error = vnode_size(vp, (off_t *)&size, context))) {
H A Dmach_loader.c1598 if ((error = vnode_size(vp, &fsize, ctx)) != 0) {
H A Dubc_subr.c312 * vnode_size:ENOMEM Not enough space
313 * vnode_size:??? Other error from vnode_getattr
332 * vnode_size:ENOMEM Not enough space
333 * vnode_size:??? Other error from vnode_getattr
353 * vnode_size:ENOMEM Not enough space
354 * vnode_size:??? Other error from vnode_getattr
445 error = vnode_size(vp, &uip->ui_size, vfs_context_current());
H A Dkern_audit.c334 if ((ret = vnode_size(vp, &file_size, ctx)) != 0)
H A Duipc_syscalls.c2134 if ((error = vnode_size(vp, &file_size, vfs_context_current())) != 0)
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_quota.c425 if ((error = vnode_size(qfp->qf_vp, &file_size, &context)) != 0)
H A Dvfs_vnops.c1088 if ((error = vnode_size(vp, &file_size, ctx)) != 0)
H A Dvfs_subr.c4422 vnode_size(vnode_t vp, off_t *sizep, vfs_context_t ctx) function
H A Dvfs_syscalls.c3146 if ((error = vnode_size(vp, &file_size, ctx)) != 0)

Completed in 99 milliseconds