Searched defs:bufobj (Results 1 – 3 of 3) sorted by relevance
97 struct bufobj { struct101 LIST_ENTRY(bufobj) bo_synclist; /* S dirty vnode list */ argument102 void *bo_private; /* private pointer */103 struct vnode *__bo_vnode; /*108 struct bufv bo_clean; /* i Clean buffers */132 void bufobj_wdrop(struct bufobj *bo); argument
77 vm_object_t bufobj; member
2038 struct bufobj *bufobj; in ffs_backgroundwritedone() local