Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_bio.c3326 bp->b_owner = current_thread(); in buf_getblk()
4047 bp->b_owner = current_thread(); in bcleanbuf()
4074 bp->b_owner = current_thread(); in bcleanbuf()
4126 bp->b_owner = current_thread(); in bcleanbuf()
4185 bp->b_owner = current_thread(); in buf_invalblkno()
4210 bp->b_owner = current_thread(); in buf_drop()
4288 bp->b_owner = current_thread(); in buf_acquire_locked()
4685 bp->b_owner = current_thread(); in alloc_io_buf()
4828 bp->b_owner = current_thread(); in bcleanbuf_thread()
4851 bp->b_owner = current_thread(); in bcleanbuf_thread()
[all …]
/xnu-12377.1.9/bsd/sys/
H A Dbuf_internal.h150 void * b_owner; member