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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c147 #define IO_DIRECT 1 macro
2017 if ( (flags & (IO_TAILZEROFILL | IO_HEADZEROFILL)) && write_type == IO_DIRECT)
2085 case IO_DIRECT:
2453 if (retval == 0 && *write_type == IO_DIRECT) {
3451 case IO_DIRECT:
4215 * process that's of type IO_DIRECT
4485 if (retval == 0 && *read_type == IO_DIRECT) {
4794 *io_type = IO_DIRECT;

Completed in 22 milliseconds