Searched refs:nfs_page_group_sync_on_bit (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/nfs/
H A Dread.c127 if (nfs_page_group_sync_on_bit(req, PG_UNLOCKPAGE))
136 if (nfs_page_group_sync_on_bit(req, PG_UPTODATE))
H A Dpagelist.c384 * 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) function
454 if (!nfs_page_group_sync_on_bit(req, PG_TEARDOWN))
H A Dwrite.c432 if (nfs_page_group_sync_on_bit(req, PG_WB_END)) {
780 if (nfs_page_group_sync_on_bit(req, PG_REMOVE)) {
/linux-master/include/linux/
H A Dnfs_page.h165 extern bool nfs_page_group_sync_on_bit(struct nfs_page *, unsigned int);

Completed in 195 milliseconds