nfs_page           51 include/linux/nfs_page.h 	struct nfs_page		*wb_this_page;  /* list of reqs for this page */
nfs_page           52 include/linux/nfs_page.h 	struct nfs_page		*wb_head;       /* head pointer for req list */
nfs_page           57 include/linux/nfs_page.h 	void	(*pg_init)(struct nfs_pageio_descriptor *, struct nfs_page *);
nfs_page           58 include/linux/nfs_page.h 	size_t	(*pg_test)(struct nfs_pageio_descriptor *, struct nfs_page *,
nfs_page           59 include/linux/nfs_page.h 			   struct nfs_page *);
nfs_page           98 include/linux/nfs_page.h extern	struct nfs_page *nfs_create_request(struct nfs_open_context *ctx,
nfs_page          100 include/linux/nfs_page.h 					    struct nfs_page *last,
nfs_page          103 include/linux/nfs_page.h extern	void nfs_release_request(struct nfs_page *);
nfs_page          114 include/linux/nfs_page.h 				   struct nfs_page *);
nfs_page          120 include/linux/nfs_page.h 				struct nfs_page *prev,
nfs_page          121 include/linux/nfs_page.h 				struct nfs_page *req);
nfs_page          122 include/linux/nfs_page.h extern  int nfs_wait_on_request(struct nfs_page *);
nfs_page          123 include/linux/nfs_page.h extern	void nfs_unlock_request(struct nfs_page *req);
nfs_page          124 include/linux/nfs_page.h extern	void nfs_unlock_and_release_request(struct nfs_page *);
nfs_page          125 include/linux/nfs_page.h extern int nfs_page_group_lock(struct nfs_page *, bool);
nfs_page          126 include/linux/nfs_page.h extern void nfs_page_group_lock_wait(struct nfs_page *);
nfs_page          127 include/linux/nfs_page.h extern void nfs_page_group_unlock(struct nfs_page *);
nfs_page          128 include/linux/nfs_page.h extern bool nfs_page_group_sync_on_bit(struct nfs_page *, unsigned int);
nfs_page          134 include/linux/nfs_page.h nfs_lock_request(struct nfs_page *req)
nfs_page          145 include/linux/nfs_page.h nfs_list_add_request(struct nfs_page *req, struct list_head *head)
nfs_page          156 include/linux/nfs_page.h nfs_list_remove_request(struct nfs_page *req)
nfs_page          163 include/linux/nfs_page.h static inline struct nfs_page *
nfs_page          166 include/linux/nfs_page.h 	return list_entry(head, struct nfs_page, wb_list);
nfs_page          170 include/linux/nfs_page.h loff_t req_offset(struct nfs_page *req)
nfs_page         1264 include/linux/nfs_xdr.h struct nfs_page;
nfs_page         1285 include/linux/nfs_xdr.h 	struct nfs_page		*req;