Home
last modified time | relevance | path

Searched refs:b_owner (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.61.5/bsd/vfs/
H A Dvfs_bio.c3161 bp->b_owner = current_thread(); in buf_getblk()
3882 bp->b_owner = current_thread(); in bcleanbuf()
3909 bp->b_owner = current_thread(); in bcleanbuf()
3961 bp->b_owner = current_thread(); in bcleanbuf()
4020 bp->b_owner = current_thread(); in buf_invalblkno()
4045 bp->b_owner = current_thread(); in buf_drop()
4123 bp->b_owner = current_thread(); in buf_acquire_locked()
4518 bp->b_owner = current_thread(); in alloc_io_buf()
4661 bp->b_owner = current_thread(); in bcleanbuf_thread()
4684 bp->b_owner = current_thread(); in bcleanbuf_thread()
[all …]
/xnu-11215.61.5/bsd/sys/
H A Dbuf_internal.h146 void * b_owner; member