Searched refs:nfs_page (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnfs_page.h2 * linux/include/linux/nfs_page.h
35 struct nfs_page { struct
65 extern struct nfs_page *nfs_create_request(struct nfs_open_context *ctx,
70 extern void nfs_clear_request(struct nfs_page *req);
71 extern void nfs_release_request(struct nfs_page *req);
82 struct nfs_page *);
85 extern int nfs_wait_on_request(struct nfs_page *);
86 extern void nfs_unlock_request(struct nfs_page *req);
87 extern int nfs_set_page_writeback_locked(struct nfs_page *req);
88 extern void nfs_clear_page_writeback(struct nfs_page *re
[all...]
H A Dnfs_xdr.h721 struct nfs_page;
732 struct nfs_page *req; /* multi ops per nfs_page */
751 struct nfs_page *req; /* multi ops per nfs_page */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dpagelist.c18 #include <linux/nfs_page.h>
26 static inline struct nfs_page *
29 struct nfs_page *p;
39 nfs_page_free(struct nfs_page *p)
56 struct nfs_page *
62 struct nfs_page *req;
98 void nfs_unlock_request(struct nfs_page *req)
115 int nfs_set_page_writeback_locked(struct nfs_page *req)
128 void nfs_clear_page_writeback(struct nfs_page *req)
147 void nfs_clear_request(struct nfs_page *re
[all...]
H A Dwrite.c20 #include <linux/nfs_page.h>
37 static struct nfs_page * nfs_update_request(struct nfs_open_context*,
113 static struct nfs_page *nfs_page_find_request_locked(struct page *page)
115 struct nfs_page *req = NULL;
118 req = (struct nfs_page *)page_private(page);
125 static struct nfs_page *nfs_page_find_request(struct page *page)
127 struct nfs_page *req = NULL;
178 struct nfs_page *req;
256 struct nfs_page *req;
383 static int nfs_inode_add_request(struct inode *inode, struct nfs_page *re
[all...]
H A Dread.c20 #include <linux/nfs_page.h>
121 struct nfs_page *new;
143 static void nfs_readpage_release(struct nfs_page *req)
159 static void nfs_read_rpcsetup(struct nfs_page *req, struct nfs_read_data *data,
200 struct nfs_page *req;
238 struct nfs_page *req = nfs_list_entry(head->next);
295 struct nfs_page *req;
378 struct nfs_page *req = data->req;
448 struct nfs_page *req = nfs_list_entry(data->pages.next);
521 struct nfs_page *ne
[all...]
H A Ddirect.c49 #include <linux/nfs_page.h>
305 data->req = (struct nfs_page *) dreq;
520 dreq->commit_data->req = (struct nfs_page *) dreq;
641 data->req = (struct nfs_page *) dreq;
H A Dproc.c44 #include <linux/nfs_page.h>
H A Dnfs3proc.c17 #include <linux/nfs_page.h>
H A Dnfs4proc.c47 #include <linux/nfs_page.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4idmap.c48 #include <linux/nfs_page.h>

Completed in 100 milliseconds