Home
last modified time | relevance | path

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

/linux-4.4.14/fs/jfs/
Djfs_logmgr.c620 if (bp->l_wqnext == NULL) in lmNextPage()
905 ((log->gcrtc > 0) || (tblk->bp->l_wqnext != NULL) || in lmPostGC()
1432 bp->l_wqnext = NULL; in lmLogInit()
1914 bp->l_wqnext = NULL; in lbmAllocate()
1945 assert(bp->l_wqnext == NULL); in lbmfree()
2065 if (bp->l_wqnext == NULL) { in lbmWrite()
2069 bp->l_wqnext = bp; in lbmWrite()
2072 bp->l_wqnext = tail->l_wqnext; in lbmWrite()
2073 tail->l_wqnext = bp; in lbmWrite()
2080 if ((bp != tail->l_wqnext) || !(flag & lbmWRITE)) { in lbmWrite()
[all …]
Djfs_logmgr.h455 struct lbuf *l_wqnext; /* 4: write queue link */ member