Searched refs:b_vnbufs (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h90 LIST_ENTRY(buf) b_vnbufs; /* Buffer's associated vnode. */ member in struct:buf
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c211 #define bufinsvn(bp, dp) LIST_INSERT_HEAD(dp, bp, b_vnbufs)
213 LIST_REMOVE(bp, b_vnbufs); \
214 (bp)->b_vnbufs.le_next = NOLIST; \
994 LIST_REMOVE(bp, b_vnbufs);
995 LIST_INSERT_HEAD(list[i].listhead, bp, b_vnbufs);
1069 LIST_REMOVE(bp, b_vnbufs);
1070 LIST_INSERT_HEAD(&vp->v_cleanblkhd, bp, b_vnbufs);
1131 LIST_REMOVE(bp, b_vnbufs);
1132 LIST_INSERT_HEAD(&vp->v_dirtyblkhd, bp, b_vnbufs);
1210 LIST_REMOVE(bp, b_vnbufs);
[all...]

Completed in 27 milliseconds