Searched refs:l_wqnext (Results 1 – 2 of 2) sorted by relevance
599 if (bp->l_wqnext == NULL) in lmNextPage()884 ((log->gcrtc > 0) || (tblk->bp->l_wqnext != NULL) || in lmPostGC()1408 bp->l_wqnext = NULL; in lmLogInit()1890 bp->l_wqnext = NULL; in lbmAllocate()1921 assert(bp->l_wqnext == NULL); in lbmfree()2038 if (bp->l_wqnext == NULL) { in lbmWrite()2042 bp->l_wqnext = bp; in lbmWrite()2045 bp->l_wqnext = tail->l_wqnext; in lbmWrite()2046 tail->l_wqnext = bp; in lbmWrite()2053 if ((bp != tail->l_wqnext) || !(flag & lbmWRITE)) { in lbmWrite()[all …]
442 struct lbuf *l_wqnext; /* 4: write queue link */ member