Home
last modified time | relevance | path

Searched refs:wb_head (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/nfs/
H A Dpagelist.c239 if (ret || req->wb_head == req) in nfs_page_group_lock()
251 if (req != req->wb_head) in nfs_page_group_unlock()
252 nfs_page_clear_headlock(req->wb_head); in nfs_page_group_unlock()
264 struct nfs_page *head = req->wb_head; in nfs_page_group_sync_on_bit_locked()
318 req->wb_head = req; in nfs_page_group_init()
324 req->wb_head = prev->wb_head; in nfs_page_group_init()
330 kref_get(&req->wb_head->wb_kref); in nfs_page_group_init()
355 struct nfs_page *head = req->wb_head; in nfs_page_group_destroy()
366 tmp->wb_head = tmp; in nfs_page_group_destroy()
504 for (last = req->wb_head; in nfs_create_subreq()
[all …]
H A Dwrite.c190 WARN_ON_ONCE(req->wb_head != req); in nfs_folio_find_head_request()
295 tmp = nfs_page_group_search_locked(req->wb_head, pos); in nfs_page_group_covers_page()
391 WARN_ON_ONCE(old_head != subreq->wb_head); in nfs_destroy_unlinked_subrequests()
395 subreq->wb_head = subreq; in nfs_destroy_unlinked_subrequests()
806 struct folio *folio = nfs_page_to_folio(req->wb_head); in nfs_inode_remove_request()
813 clear_bit(PG_MAPPED, &req->wb_head->wb_flags); in nfs_inode_remove_request()
H A Ddirect.c512 struct nfs_page *head = req->wb_head; in nfs_direct_add_page_head()
532 if (req->wb_head != req) { in nfs_direct_join_group()
/linux-6.15/include/linux/
H A Dnfs_page.h58 struct nfs_page *wb_head; /* head pointer for req list */ member