Searched refs:l_wqnext (Results 1 – 2 of 2) sorted by relevance
620 if (bp->l_wqnext == NULL) in lmNextPage()905 ((log->gcrtc > 0) || (tblk->bp->l_wqnext != NULL) || in lmPostGC()1430 bp->l_wqnext = NULL; in lmLogInit()1911 bp->l_wqnext = NULL; in lbmAllocate()1942 assert(bp->l_wqnext == NULL); in lbmfree()2063 if (bp->l_wqnext == NULL) { in lbmWrite()2067 bp->l_wqnext = bp; in lbmWrite()2070 bp->l_wqnext = tail->l_wqnext; in lbmWrite()2071 tail->l_wqnext = bp; in lbmWrite()2078 if ((bp != tail->l_wqnext) || !(flag & lbmWRITE)) { in lbmWrite()[all …]
455 struct lbuf *l_wqnext; /* 4: write queue link */ member