Lines Matching refs:head
54 struct nfs_page *wb_head; /* head pointer for req list */
147 extern int nfs_page_group_lock_subrequests(struct nfs_page *head);
148 extern void nfs_join_page_group(struct nfs_page *head,
170 * @head: head of list into which to insert the request.
173 nfs_list_add_request(struct nfs_page *req, struct list_head *head)
175 list_add_tail(&req->wb_list, head);
181 * @head: head of list into which to insert the request.
184 nfs_list_move_request(struct nfs_page *req, struct list_head *head)
186 list_move_tail(&req->wb_list, head);
202 nfs_list_entry(struct list_head *head)
204 return list_entry(head, struct nfs_page, wb_list);