Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_cluster.c217 static int cluster_write_contig(vnode_t vp, struct uio *uio, off_t newEOF,
3089 …retval = cluster_write_contig(vp, uio, newEOF, &write_type, &write_length, callback, callback_arg,… in cluster_write_ext()
3624 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