Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nfs/
Dpagelist.c197 struct nfs_page *head = req->wb_head; in nfs_page_group_lock_head()
335 if (ret || req->wb_head == req) in nfs_page_group_lock()
337 return nfs_page_set_headlock(req->wb_head); in nfs_page_group_lock()
347 if (req != req->wb_head) in nfs_page_group_unlock()
348 nfs_page_clear_headlock(req->wb_head); in nfs_page_group_unlock()
360 struct nfs_page *head = req->wb_head; in nfs_page_group_sync_on_bit_locked()
414 req->wb_head = req; in nfs_page_group_init()
418 WARN_ON_ONCE(prev->wb_this_page != prev->wb_head); in nfs_page_group_init()
419 WARN_ON_ONCE(!test_bit(PG_HEADLOCK, &prev->wb_head->wb_flags)); in nfs_page_group_init()
420 req->wb_head = prev->wb_head; in nfs_page_group_init()
[all …]
Dwrite.c198 WARN_ON_ONCE(req->wb_head != req); in nfs_folio_find_private_request()
217 WARN_ON_ONCE(req->wb_head != req); in nfs_folio_find_swap_request()
368 tmp = nfs_page_group_search_locked(req->wb_head, pos); in nfs_page_group_covers_page()
462 WARN_ON_ONCE(old_head != subreq->wb_head); in nfs_destroy_unlinked_subrequests()
466 subreq->wb_head = subreq; in nfs_destroy_unlinked_subrequests()
794 struct folio *folio = nfs_page_to_folio(req->wb_head); in nfs_inode_remove_request()
801 clear_bit(PG_MAPPED, &req->wb_head->wb_flags); in nfs_inode_remove_request()
840 return freq->wb_head; in nfs_page_search_commits_for_head_request_locked()
845 return freq->wb_head; in nfs_page_search_commits_for_head_request_locked()
Ddirect.c488 struct nfs_page *head = req->wb_head; in nfs_direct_add_page_head()
508 if (req->wb_head != req) { in nfs_direct_join_group()
Dpnfs_nfs.c367 return req->wb_head; in pnfs_bucket_search_commit_reqs()
371 return req->wb_head; in pnfs_bucket_search_commit_reqs()
/Linux-v6.6/include/linux/
Dnfs_page.h58 struct nfs_page *wb_head; /* head pointer for req list */ member