Home
last modified time | relevance | path

Searched refs:b_fsprivate (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/bsd/sys/ !
H A Dbuf_internal.h128 void * b_fsprivate; /* filesystem private use */ member
/xnu-10002.41.9/bsd/vfs/ !
H A Dvfs_bio.c1118 return bp->b_fsprivate; in buf_fsprivate()
1124 bp->b_fsprivate = fsprivate; in buf_setfsprivate()
3947 bp->b_fsprivate = (void *)NULL; in bcleanbuf()
4521 bp->b_fsprivate = (void *)NULL; in alloc_io_buf()
/xnu-10002.41.9/tools/lldbmacros/ !
H A Dmemory.py4421 buf.b_fsprivate, buf.b_transaction, buf.b_dirtyoff, buf.b_dirtyend, buf.b_validoff,