Searched refs:nfs_join_page_group (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs_page.h | 148 extern void nfs_join_page_group(struct nfs_page *head,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_page.h | 160 extern void nfs_join_page_group(struct nfs_page *head,
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | direct.c | 545 * them in the call to nfs_join_page_group(). in nfs_direct_join_group() 552 nfs_join_page_group(req, cinfo, inode); in nfs_direct_join_group()
|
H A D | write.c | 494 * nfs_join_page_group - destroy subrequests of the head req 504 void nfs_join_page_group(struct nfs_page *head, struct nfs_commit_info *cinfo, in nfs_join_page_group() function 589 nfs_join_page_group(head, &cinfo, inode); in nfs_lock_and_join_requests()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | direct.c | 519 * them in the call to nfs_join_page_group(). in nfs_direct_join_group() 526 nfs_join_page_group(req, cinfo, inode); in nfs_direct_join_group()
|
H A D | write.c | 496 * nfs_join_page_group - destroy subrequests of the head req 506 void nfs_join_page_group(struct nfs_page *head, struct nfs_commit_info *cinfo, in nfs_join_page_group() function 590 nfs_join_page_group(head, &cinfo, inode); in nfs_lock_and_join_requests()
|
Completed in 17 milliseconds