Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_logmgr.c607 if (bp->l_wqnext == NULL) in lmNextPage()
892 ((log->gcrtc > 0) || (tblk->bp->l_wqnext != NULL) || in lmPostGC()
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 in lbmWrite()
[all...]
H A Djfs_logmgr.h442 struct lbuf *l_wqnext; /* 4: write queue link */ member
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_logmgr.c599 if (bp->l_wqnext == NULL) in lmNextPage()
884 ((log->gcrtc > 0) || (tblk->bp->l_wqnext != NULL) || in lmPostGC()
1409 bp->l_wqnext = NULL; in lmLogInit()
1891 bp->l_wqnext = NULL; in lbmAllocate()
1922 assert(bp->l_wqnext == NULL); in lbmfree()
2039 if (bp->l_wqnext == NULL) { in lbmWrite()
2043 bp->l_wqnext = bp; in lbmWrite()
2046 bp->l_wqnext = tail->l_wqnext; in lbmWrite()
2047 tail->l_wqnext in lbmWrite()
[all...]
H A Djfs_logmgr.h442 struct lbuf *l_wqnext; /* 4: write queue link */ member

Completed in 7 milliseconds