Searched refs:VNOP_ALLOCATE (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 1258 extern errno_t VNOP_ALLOCATE(vnode_t, off_t, u_int32_t, off_t *, off_t, vfs_context_t);
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_descrip.c | 3340 error = VNOP_ALLOCATE(vp, alloc_struct.fst_length, alloc_flags, in sys_fcntl_nocancel()
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | kpi_vfs.c | 5811 VNOP_ALLOCATE(struct vnode *vp, off_t length, u_int32_t flags, off_t *bytesallocated, off_t offset,… in VNOP_ALLOCATE() function
|