Searched refs:ui_size (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dubc_internal.h123 off_t ui_size; /* file size for the vnode */ member in struct:ubc_info
/darwin-on-arm/xnu/bsd/kern/
H A Dubc_subr.c616 * value of ui_size because this may be an NFS vnode, and
631 (memory_object_size_t)uip->ui_size, &control);
642 error = vnode_size(vp, &uip->ui_size, vfs_context_current());
644 uip->ui_size = 0;
646 uip->ui_size = filesize;
728 off_t osize; /* ui_size before change */
741 osize = uip->ui_size;
745 uip->ui_size = nsize;
758 * last page. The ui_size already has the nsize, so any
837 return (vp->v_ubcinfo->ui_size);
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c1628 amount = vp->v_un.vu_ubcinfo->ui_size - current_offset;

Completed in 74 milliseconds