Home
last modified time | relevance | path

Searched refs:cluster_write_contig (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_cluster.c213 static int cluster_write_contig(vnode_t vp, struct uio *uio, off_t newEOF,
2866 …retval = cluster_write_contig(vp, uio, newEOF, &write_type, &write_length, callback, callback_arg,… in cluster_write_ext()
3341 cluster_write_contig(vnode_t vp, struct uio *uio, off_t newEOF, int *write_type, u_int32_t *write_l… in cluster_write_contig() function