Home
last modified time | relevance | path

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

/linux/fs/jfs/
A Djfs_logmgr.c607 if (bp->l_wqnext == NULL) in lmNextPage()
1417 bp->l_wqnext = NULL; in lmLogInit()
1899 bp->l_wqnext = NULL; in lbmAllocate()
1930 assert(bp->l_wqnext == NULL); in lbmfree()
2051 if (bp->l_wqnext == NULL) { in lbmWrite()
2055 bp->l_wqnext = bp; in lbmWrite()
2058 bp->l_wqnext = tail->l_wqnext; in lbmWrite()
2059 tail->l_wqnext = bp; in lbmWrite()
2252 bp->l_wqnext = NULL; in lbmIODone()
2261 nextbp = tail->l_wqnext = bp->l_wqnext; in lbmIODone()
[all …]
A Djfs_logmgr.h442 struct lbuf *l_wqnext; /* 4: write queue link */ member

Completed in 7 milliseconds