Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfs/
Dpagelist.c158 struct nfs_page *head = req->wb_head; in nfs_page_group_lock_head()
297 if (ret || req->wb_head == req) in nfs_page_group_lock()
299 return nfs_page_set_headlock(req->wb_head); in nfs_page_group_lock()
309 if (req != req->wb_head) in nfs_page_group_unlock()
310 nfs_page_clear_headlock(req->wb_head); in nfs_page_group_unlock()
322 struct nfs_page *head = req->wb_head; in nfs_page_group_sync_on_bit_locked()
376 req->wb_head = req; in nfs_page_group_init()
380 WARN_ON_ONCE(prev->wb_this_page != prev->wb_head); in nfs_page_group_init()
381 WARN_ON_ONCE(!test_bit(PG_HEADLOCK, &prev->wb_head->wb_flags)); in nfs_page_group_init()
382 req->wb_head = prev->wb_head; in nfs_page_group_init()
[all …]
Dwrite.c203 WARN_ON_ONCE(req->wb_head != req); in nfs_page_find_private_request()
223 WARN_ON_ONCE(req->wb_head != req); in nfs_page_find_swap_request()
367 tmp = nfs_page_group_search_locked(req->wb_head, pos); in nfs_page_group_covers_page()
460 WARN_ON_ONCE(old_head != subreq->wb_head); in nfs_destroy_unlinked_subrequests()
464 subreq->wb_head = subreq; in nfs_destroy_unlinked_subrequests()
789 head = req->wb_head; in nfs_inode_remove_request()
834 return freq->wb_head; in nfs_page_search_commits_for_head_request_locked()
839 return freq->wb_head; in nfs_page_search_commits_for_head_request_locked()
Ddirect.c514 if (req->wb_head != req || req->wb_this_page == req) in nfs_direct_join_group()
517 next != req->wb_head; in nfs_direct_join_group()
Dpnfs_nfs.c371 return req->wb_head; in pnfs_bucket_search_commit_reqs()
375 return req->wb_head; in pnfs_bucket_search_commit_reqs()
/Linux-v5.10/include/linux/
Dnfs_page.h54 struct nfs_page *wb_head; /* head pointer for req list */ member