Searched refs:b_flags (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_bio.c | 368 SET(bp->b_flags, B_AGE); in buf_markaged() 383 SET(bp->b_flags, B_FUA); in buf_markfua() 782 bp->b_flags &= ~B_CALL; in buf_setcallback() 896 io_bp->b_flags = bp->b_flags & (B_META | B_ZALLOC | B_ASYNC | B_READ | B_FUA); in buf_create_shadow_internal() 1270 bp->b_flags |= B_AGE; in buf_unmap_range_internal() 2172 bp->b_flags = B_INVAL; in bufhdrinit() 2760 bp->b_flags, 0); in buf_brelse() 2771 if (ISSET(bp->b_flags, B_META) && ISSET(bp->b_flags, B_INVAL)) { in buf_brelse() 3965 bp->b_flags = (bp->b_flags & B_HDRALLOC); in bcleanbuf() 4281 if (!ISSET(bp->b_flags, B_READ) && !ISSET(bp->b_flags, B_RAW)) { in buf_biodone() [all …]
|
| H A D | vfs_disk_conditioner.c | 141 if (info->read_throughput_mbps && (bp->b_flags & B_READ)) { in disk_conditioner_delay() 143 } else if (info->write_throughput_mbps && !(bp->b_flags & B_READ)) { in disk_conditioner_delay()
|
| H A D | vfs_cluster.c | 932 bp->b_flags |= B_TDONE; in cluster_iodone() 958 if (cbp->b_flags & B_EOT) { in cluster_iodone() 991 int b_flags; in cluster_iodone_finish() local 1017 b_flags = cbp->b_flags; in cluster_iodone_finish() 1156 if (b_flags & B_COMMIT_UPL) { in cluster_iodone_finish() 1167 if ((b_flags & B_PHYS) && (b_flags & B_READ)) { in cluster_iodone_finish() 1171 if (b_flags & B_AGE) { in cluster_iodone_finish() 1330 cbp_tail->b_flags |= B_EOT; in cluster_EOT() 1414 cbp->b_flags |= B_TDONE; in cluster_complete_transaction() 2191 cbp->b_flags |= io_flags; in cluster_io() [all …]
|
| H A D | vfs_io_compression_stats.c | 367 int bflags = bp->b_flags; in io_compression_stats()
|
| /xnu-11215/bsd/dev/dtrace/scripts/ |
| H A D | io.d | 55 int b_flags; /* buffer status */ member 69 b_flags = B->b_flags;
|
| /xnu-11215/bsd/sys/ |
| H A D | buf_internal.h | 110 volatile uint32_t b_flags; /* B_* flags. */ member
|
| /xnu-11215/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 2549 if (bp->b_flags & B_CLUSTER) { in spec_strategy() 2587 if (bp->b_flags & B_META) { in spec_strategy() 2600 if (bp->b_flags & B_READ) { in spec_strategy() 2623 bp->b_flags |= B_PASSIVE; in spec_strategy() 2633 bflags = bp->b_flags; in spec_strategy()
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | memory.py | 4592 buf.b_flags, buf.b_lflags, buf.b_error, buf.b_bufsize, buf.b_bcount, buf.b_resid,
|