Searched refs:cluster_write (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dubc.h80 int cluster_write(vnode_t, struct uio *, off_t, off_t, off_t, off_t, int);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_readwrite.c390 before uio->uio_offset is explicitly zeroed as part of the cluster_write.
431 retval = cluster_write(vp, (uio_t) 0,
469 * made readable (removed from the invalid ranges) before cluster_write
485 * cluster_write, in case any of the new pages need to be
486 * paged out before cluster_write completes (which does happen
494 * EOF, until cluster_write has completed and initialized that
506 retval = cluster_write(vp, uio, fp->ff_size, filesize, zero_off,
2453 from the invalid range list before calling cluster_write(): */
2455 retval = cluster_write(vp, (struct uio *) 0, fp->ff_size, zero_limit,
3470 error = cluster_write(v
[all...]
H A Dhfs_cnode.c355 (void) cluster_write(vp, (struct uio *) 0,
H A Dhfs_xattr.c2034 result = cluster_write(evp, uio, filesize, filesize, filesize,
H A Dhfs_vnops.c1398 (void) cluster_write(vp, (struct uio *) 0,
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_readwrite.c401 error = cluster_write(vp, uio, osize, filesize, head_offset, local_offset, flags);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c1761 cluster_write(vnode_t vp, struct uio *uio, off_t oldEOF, off_t newEOF, off_t headOff, off_t tailOff, int xflags) function
2613 * the current cluster_write request... before we do, we need
2649 * the current cluster_write request... before we do, we

Completed in 66 milliseconds