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

/darwin-on-arm/xnu/bsd/sys/
H A Dubc.h83 int cluster_write(vnode_t, struct uio *, off_t, off_t, off_t, off_t, int);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c569 before uio->uio_offset is explicitly zeroed as part of the cluster_write.
610 retval = cluster_write(vp, (uio_t) 0,
648 * made readable (removed from the invalid ranges) before cluster_write
664 * cluster_write, in case any of the new pages need to be
665 * paged out before cluster_write completes (which does happen
673 * EOF, until cluster_write has completed and initialized that
685 retval = cluster_write(vp, uio, fp->ff_size, filesize, zero_off,
708 * cluster_write... since we only partially
2992 from the invalid range list before calling cluster_write(): */
2994 retval = cluster_write(v
[all...]
H A Dhfs_cnode.c797 (void) cluster_write(vp, (struct uio *) 0,
H A Dhfs_xattr.c2355 result = cluster_write(evp, uio, filesize, filesize, filesize,
H A Dhfs_vnops.c2353 (void) cluster_write(vp, (struct uio *) 0,
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c1969 cluster_write(vnode_t vp, struct uio *uio, off_t oldEOF, off_t newEOF, off_t headOff, off_t tailOff, int xflags) function
2103 * want that to happen for the very first page of the cluster_write,
2229 * to the FS issuing the cluster_write call that it
2436 * want that to happen for the very first page of the cluster_write,
2706 * vs a filesystem such as HFS deciding to write a 'hole' to disk via cluster_write's
2975 * the current cluster_write request... before we do, we need
3011 * the current cluster_write request... before we do, we

Completed in 78 milliseconds