Searched refs:l_wqnext (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/jfs/
H A Djfs_logmgr.c599 if (bp->l_wqnext == NULL)
884 ((log->gcrtc > 0) || (tblk->bp->l_wqnext != NULL) ||
1409 bp->l_wqnext = NULL;
1891 bp->l_wqnext = NULL;
1922 assert(bp->l_wqnext == NULL);
2039 if (bp->l_wqnext == NULL) {
2043 bp->l_wqnext = bp;
2046 bp->l_wqnext = tail->l_wqnext;
2047 tail->l_wqnext
[all...]
H A Djfs_logmgr.h442 struct lbuf *l_wqnext; /* 4: write queue link */ member in struct:lbuf

Completed in 180 milliseconds