Searched defs:bufobj (Results 1 – 2 of 2) sorted by relevance
99 struct bufobj { struct103 LIST_ENTRY(bufobj) bo_synclist; /* S dirty vnode list */ argument104 void *bo_private; /* private pointer */105 struct bufv bo_clean; /* i Clean buffers */106 struct bufv bo_dirty; /* i Dirty buffers */107 int bo_numoutput; /* i Writes in progress */131 void bufobj_init(struct bufobj *bo, void *priv); argument
127 vm_object_t bufobj; /* (o) */ member