Home
last modified time | relevance | path

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

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