Searched refs:cfs_next (Results 1 – 2 of 2) sorted by relevance
2154 qp->wq_head = rp->cfs_next; in cachefs_async_start()2155 if (rp->cfs_next == NULL) in cachefs_async_start()2224 qp->wq_tail->cfs_next = rp; in cachefs_addqueue()2228 rp->cfs_next = NULL; in cachefs_addqueue()
1023 struct cachefs_req *cfs_next; member