Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_bio.c3134 bp->b_owner = current_thread(); in buf_getblk()
3853 bp->b_owner = current_thread(); in bcleanbuf()
3880 bp->b_owner = current_thread(); in bcleanbuf()
3932 bp->b_owner = current_thread(); in bcleanbuf()
3991 bp->b_owner = current_thread(); in buf_invalblkno()
4016 bp->b_owner = current_thread(); in buf_drop()
4094 bp->b_owner = current_thread(); in buf_acquire_locked()
4486 bp->b_owner = current_thread(); in alloc_io_buf()
4629 bp->b_owner = current_thread(); in bcleanbuf_thread()
4652 bp->b_owner = current_thread(); in bcleanbuf_thread()
[all …]
/xnu-8019.80.24/bsd/sys/
H A Dbuf_internal.h146 void * b_owner; member