Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/vfs/
H A Dvfs_bio.c3155 bp->b_owner = current_thread(); in buf_getblk()
3876 bp->b_owner = current_thread(); in bcleanbuf()
3903 bp->b_owner = current_thread(); in bcleanbuf()
3955 bp->b_owner = current_thread(); in bcleanbuf()
4014 bp->b_owner = current_thread(); in buf_invalblkno()
4039 bp->b_owner = current_thread(); in buf_drop()
4117 bp->b_owner = current_thread(); in buf_acquire_locked()
4512 bp->b_owner = current_thread(); in alloc_io_buf()
4655 bp->b_owner = current_thread(); in bcleanbuf_thread()
4678 bp->b_owner = current_thread(); in bcleanbuf_thread()
[all …]
/xnu-10002.41.9/bsd/sys/
H A Dbuf_internal.h146 void * b_owner; member