Searched refs:vnode_size (Results 1 – 15 of 15) sorted by relevance
| /xnu-11215/bsd/tests/ |
| H A D | vm_parameter_validation_kern_bsd.c | 67 error = vnode_size(vp, &fs, vfs_context_current()); in get_control_from_fd()
|
| /xnu-11215/osfmk/vm/ |
| H A D | bsd_vm.c | 793 vm_object_offset_t vnode_size; in vnode_pager_cluster_write() local 799 vnode_size = vnode_pager_get_filesize(vnode_object->vnode_handle); in vnode_pager_cluster_write() 801 if (vnode_size > (offset + PAGE_SIZE)) { in vnode_pager_cluster_write() 811 if ((base_offset + size) > vnode_size) { in vnode_pager_cluster_write() 812 size = round_page(((vm_size_t)(vnode_size - base_offset))); in vnode_pager_cluster_write()
|
| /xnu-11215/bsd/kern/ |
| H A D | imageboot.c | 530 if ((err = vnode_size(vp, &fsize, ctx)) != 0) { in ubc_getobject_from_filename() 581 if ((err = vnode_size(vp, &fsize, ctx)) != 0) { in imageboot_read_file_internal() 754 if ((err = vnode_size(vp, fsize, ctx)) != 0) { in imgboot_get_image_file()
|
| H A D | kern_lockf.c | 250 if ((error = vnode_size(vp, (off_t *)&size, context))) { in lf_advlock()
|
| H A D | mach_loader.c | 3648 if ((error = vnode_size(vp, &fsize, ctx)) != 0) { in get_macho_vnode()
|
| H A D | uipc_syscalls.c | 3862 if ((error = vnode_size(vp, &file_size, vfs_context_current())) != 0) { in sendfile()
|
| H A D | ubc_subr.c | 1202 error = vnode_size(vp, &uip->ui_size, vfs_context_current()); in ubc_info_init_internal()
|
| /xnu-11215/bsd/security/audit/ |
| H A D | audit_worker.c | 163 error = vnode_size(vp, &file_size, ctx); in audit_record_write()
|
| /xnu-11215/bsd/vm/ |
| H A D | vm_compressor_backing_file.c | 126 error = vnode_size(vp, (off_t*) &file_size, ctx); in vm_swapfile_preallocate()
|
| H A D | vm_unix.c | 1459 error = vnode_size(srfmp->vp, &fs, vfs_context_current()); in shared_region_map_and_slide_setup() 2238 error = vnode_size(vp, &fs, vfs_context_current()); in map_with_linking_np()
|
| /xnu-11215/bsd/sys/ |
| H A D | vnode_internal.h | 586 errno_t vnode_size(vnode_t, off_t *, vfs_context_t);
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_quota.c | 391 if ((error = vnode_size(qfp->qf_vp, &file_size, &context)) != 0) { in dqfileopen()
|
| H A D | vfs_vnops.c | 1699 if ((error = vnode_size(vp, &file_size, ctx)) != 0) { in vn_ioctl()
|
| H A D | vfs_subr.c | 7851 vnode_size(vnode_t vp, off_t *sizep, vfs_context_t ctx) in vnode_size() function
|
| H A D | vfs_syscalls.c | 6557 if ((error = vnode_size(vp, &file_size, ctx)) != 0) { in lseek()
|