Searched defs:bufobj (Results 1 – 2 of 2) sorted by relevance
91 struct bufobj { struct95 LIST_ENTRY(bufobj) bo_synclist; /* S dirty vnode list */ argument96 void *bo_private; /* private pointer */97 struct vnode *__bo_vnode; /*102 struct bufv bo_clean; /* i Clean buffers */126 void bufobj_wdrop(struct bufobj *bo); argument
1968 struct bufobj *bufobj; in ffs_backgroundwritedone() local