Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dubc.h112 int cluster_write(vnode_t, struct uio *, off_t, off_t, off_t, off_t, int);
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_cluster.c2416 cluster_write(vnode_t vp, struct uio *uio, off_t oldEOF, off_t newEOF, off_t headOff, off_t tailOff… in cluster_write() function