Searched refs:l_wqnext (Results 1 – 2 of 2) sorted by relevance
602 if (bp->l_wqnext == NULL) in lmNextPage()886 ((log->gcrtc > 0) || (tblk->bp->l_wqnext != NULL) || in lmPostGC()1344 bp->l_wqnext = NULL; in lmLogInit()1775 bp->l_wqnext = NULL; in lbmAllocate()1807 assert(bp->l_wqnext == NULL); in lbmfree()1917 if (bp->l_wqnext == NULL) { in lbmWrite()1921 bp->l_wqnext = bp; in lbmWrite()1924 bp->l_wqnext = tail->l_wqnext; in lbmWrite()1925 tail->l_wqnext = bp; in lbmWrite()1932 if ((bp != tail->l_wqnext) || !(flag & lbmWRITE)) { in lbmWrite()[all …]
464 struct lbuf *l_wqnext; /* 4: write queue link */ member