Searched refs:nfs_page_group_sync_on_bit (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs_page.h | 153 extern bool nfs_page_group_sync_on_bit(struct nfs_page *, unsigned int);
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | read.c | 105 if (nfs_page_group_sync_on_bit(req, PG_UNLOCKPAGE)) { in nfs_readpage_release() 155 if (nfs_page_group_sync_on_bit(req, PG_UPTODATE)) in nfs_page_group_set_uptodate()
|
H A D | pagelist.c | 346 * nfs_page_group_sync_on_bit - set bit on current request, but only 351 bool nfs_page_group_sync_on_bit(struct nfs_page *req, unsigned int bit) in nfs_page_group_sync_on_bit() function 416 if (!nfs_page_group_sync_on_bit(req, PG_TEARDOWN)) in nfs_page_group_destroy()
|
H A D | write.c | 427 is_done = nfs_page_group_sync_on_bit(req, PG_WB_END); in nfs_end_page_writeback() 783 if (nfs_page_group_sync_on_bit(req, PG_REMOVE)) { in nfs_inode_remove_request()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | read.c | 127 if (nfs_page_group_sync_on_bit(req, PG_UNLOCKPAGE)) in nfs_readpage_release() 136 if (nfs_page_group_sync_on_bit(req, PG_UPTODATE)) in nfs_page_group_set_uptodate()
|
H A D | pagelist.c | 384 * nfs_page_group_sync_on_bit - set bit on current request, but only 389 bool nfs_page_group_sync_on_bit(struct nfs_page *req, unsigned int bit) in nfs_page_group_sync_on_bit() function 454 if (!nfs_page_group_sync_on_bit(req, PG_TEARDOWN)) in nfs_page_group_destroy()
|
H A D | write.c | 432 if (nfs_page_group_sync_on_bit(req, PG_WB_END)) { in nfs_page_end_writeback() 795 if (nfs_page_group_sync_on_bit(req, PG_REMOVE)) { in nfs_inode_remove_request()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_page.h | 165 extern bool nfs_page_group_sync_on_bit(struct nfs_page *, unsigned int);
|
Completed in 16 milliseconds