Searched refs:write_type (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.121.3/bsd/vfs/ |
| H A D | vfs_cluster.c | 210 …int *write_type, u_int32_t *write_length, int flags, int (*)(buf_t, void *), void *callback_arg) _… 212 …int *write_type, u_int32_t *write_length, int (*)(buf_t, void *), void *callback_arg, int bflag) _… 2431 int write_type = IO_COPY; in cluster_write_ext() local 2463 retval = cluster_io_type(uio, &write_type, &write_length, MIN_DIRECT_WRITE_SIZE); in cluster_write_ext() 2466 if ((flags & (IO_TAILZEROFILL | IO_HEADZEROFILL)) && write_type == IO_DIRECT) { in cluster_write_ext() 2470 write_type = IO_COPY; in cluster_write_ext() 2474 switch (write_type) { in cluster_write_ext() 2520 …retval = cluster_write_contig(vp, uio, newEOF, &write_type, &write_length, callback, callback_arg,… in cluster_write_ext() 2549 …retval = cluster_write_direct(vp, uio, oldEOF, newEOF, &write_type, &write_length, flags, callback… in cluster_write_ext() 2553 retval = cluster_io_type(uio, &write_type, &write_length, MIN_DIRECT_WRITE_SIZE); in cluster_write_ext() [all …]
|