Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dbuf.h401 void buf_setfsprivate(buf_t bp, void *fsprivate);
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_bio.c1128 buf_setfsprivate(buf_t bp, void *fsprivate) in buf_setfsprivate() argument
1130 bp->b_fsprivate = fsprivate; in buf_setfsprivate()