Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dbuf.h384 void buf_setfsprivate(buf_t bp, void *fsprivate);
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_bio.c1117 buf_setfsprivate(buf_t bp, void *fsprivate) in buf_setfsprivate() argument
1119 bp->b_fsprivate = fsprivate; in buf_setfsprivate()