Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_logmgr.c602 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 …]
Djfs_logmgr.h464 struct lbuf *l_wqnext; /* 4: write queue link */ member