Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nfs/
A Dpagelist.c195 struct nfs_page *head = req->wb_head; in nfs_page_group_lock_head()
333 if (ret || req->wb_head == req) in nfs_page_group_lock()
345 if (req != req->wb_head) in nfs_page_group_unlock()
346 nfs_page_clear_headlock(req->wb_head); in nfs_page_group_unlock()
358 struct nfs_page *head = req->wb_head; in nfs_page_group_sync_on_bit_locked()
412 req->wb_head = req; in nfs_page_group_init()
418 req->wb_head = prev->wb_head; in nfs_page_group_init()
424 kref_get(&req->wb_head->wb_kref); in nfs_page_group_init()
449 struct nfs_page *head = req->wb_head; in nfs_page_group_destroy()
460 tmp->wb_head = tmp; in nfs_page_group_destroy()
[all …]
A Dwrite.c197 WARN_ON_ONCE(req->wb_head != req); in nfs_folio_find_private_request()
216 WARN_ON_ONCE(req->wb_head != req); in nfs_folio_find_swap_request()
367 tmp = nfs_page_group_search_locked(req->wb_head, pos); in nfs_page_group_covers_page()
461 WARN_ON_ONCE(old_head != subreq->wb_head); in nfs_destroy_unlinked_subrequests()
465 subreq->wb_head = subreq; in nfs_destroy_unlinked_subrequests()
789 struct folio *folio = nfs_page_to_folio(req->wb_head); in nfs_inode_remove_request()
796 clear_bit(PG_MAPPED, &req->wb_head->wb_flags); in nfs_inode_remove_request()
835 return freq->wb_head; in nfs_page_search_commits_for_head_request_locked()
840 return freq->wb_head; in nfs_page_search_commits_for_head_request_locked()
A Ddirect.c481 if (req->wb_head != req || req->wb_this_page == req) in nfs_direct_join_group()
484 next != req->wb_head; in nfs_direct_join_group()
A 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-6.3-rc2/include/linux/
A Dnfs_page.h58 struct nfs_page *wb_head; /* head pointer for req list */ member

Completed in 15 milliseconds