Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/vfs/
H A Dvfs_bio.c3134 bp->b_owner = current_thread(); in buf_getblk()
3855 bp->b_owner = current_thread(); in bcleanbuf()
3882 bp->b_owner = current_thread(); in bcleanbuf()
3934 bp->b_owner = current_thread(); in bcleanbuf()
3993 bp->b_owner = current_thread(); in buf_invalblkno()
4018 bp->b_owner = current_thread(); in buf_drop()
4096 bp->b_owner = current_thread(); in buf_acquire_locked()
4488 bp->b_owner = current_thread(); in alloc_io_buf()
4631 bp->b_owner = current_thread(); in bcleanbuf_thread()
4654 bp->b_owner = current_thread(); in bcleanbuf_thread()
[all …]
/xnu-8020.140.41/bsd/sys/
H A Dbuf_internal.h146 void * b_owner; member