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

/xnu-2422.115.4/bsd/sys/
H A Dubc_internal.h125 off_t ui_size; /* file size for the vnode */ member in struct:ubc_info
/xnu-2422.115.4/bsd/kern/
H A Dubc_subr.c842 * value of ui_size because this may be an NFS vnode, and
857 (memory_object_size_t)uip->ui_size, &control);
868 error = vnode_size(vp, &uip->ui_size, vfs_context_current());
870 uip->ui_size = 0;
872 uip->ui_size = filesize;
954 off_t osize; /* ui_size before change */
967 osize = uip->ui_size;
971 uip->ui_size = nsize;
984 * last page. The ui_size already has the nsize, so any
1063 return (vp->v_ubcinfo->ui_size);
[all...]
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c1643 amount = vp->v_un.vu_ubcinfo->ui_size - current_offset;

Completed in 28 milliseconds