Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dbuf.h395 void buf_setfsprivate(buf_t bp, void *fsprivate);
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_bio.c1122 buf_setfsprivate(buf_t bp, void *fsprivate) in buf_setfsprivate() argument
1124 bp->b_fsprivate = fsprivate; in buf_setfsprivate()