Searched refs:write_type (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/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) _… 2455 int write_type = IO_COPY; in cluster_write_ext() local 2487 retval = cluster_io_type(uio, &write_type, &write_length, MIN_DIRECT_WRITE_SIZE); in cluster_write_ext() 2490 if ((flags & (IO_TAILZEROFILL | IO_HEADZEROFILL)) && write_type == IO_DIRECT) { in cluster_write_ext() 2494 write_type = IO_COPY; in cluster_write_ext() 2498 switch (write_type) { in cluster_write_ext() 2544 …retval = cluster_write_contig(vp, uio, newEOF, &write_type, &write_length, callback, callback_arg,… in cluster_write_ext() 2573 …retval = cluster_write_direct(vp, uio, oldEOF, newEOF, &write_type, &write_length, flags, callback… in cluster_write_ext() 2577 retval = cluster_io_type(uio, &write_type, &write_length, MIN_DIRECT_WRITE_SIZE); in cluster_write_ext() [all …]
|