Home
last modified time | relevance | path

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

/Linux-v6.1/fs/nfs/
Dpagelist.c158 struct nfs_page *head = req->wb_head; in nfs_page_group_lock_head()
296 if (ret || req->wb_head == req) in nfs_page_group_lock()
298 return nfs_page_set_headlock(req->wb_head); in nfs_page_group_lock()
308 if (req != req->wb_head) in nfs_page_group_unlock()
309 nfs_page_clear_headlock(req->wb_head); in nfs_page_group_unlock()
321 struct nfs_page *head = req->wb_head; in nfs_page_group_sync_on_bit_locked()
375 req->wb_head = req; in nfs_page_group_init()
379 WARN_ON_ONCE(prev->wb_this_page != prev->wb_head); in nfs_page_group_init()
380 WARN_ON_ONCE(!test_bit(PG_HEADLOCK, &prev->wb_head->wb_flags)); in nfs_page_group_init()
381 req->wb_head = prev->wb_head; in nfs_page_group_init()
[all …]
Dwrite.c199 WARN_ON_ONCE(req->wb_head != req); in nfs_page_find_private_request()
219 WARN_ON_ONCE(req->wb_head != req); in nfs_page_find_swap_request()
368 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()
793 head = req->wb_head; in nfs_inode_remove_request()
838 return freq->wb_head; in nfs_page_search_commits_for_head_request_locked()
843 return freq->wb_head; in nfs_page_search_commits_for_head_request_locked()
Ddirect.c483 if (req->wb_head != req || req->wb_this_page == req) in nfs_direct_join_group()
486 next != req->wb_head; 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.1/include/linux/
Dnfs_page.h54 struct nfs_page *wb_head; /* head pointer for req list */ member