Lines Matching defs:page

4010 	struct page *page;
4024 page = alloc_page(GFP_KERNEL);
4025 if (!page)
4034 status = nfs4_proc_get_locations(server, fhandle, locations, page,
4047 __free_page(page);
4259 struct page *page = NULL;
4262 page = alloc_page(GFP_KERNEL);
4263 if (page == NULL)
4271 status = nfs4_proc_fs_locations(client, dir, name, locations, page);
4290 if (page)
4291 __free_page(page);
4641 * may end up partially falling into the page cache, and we should
4654 static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
4661 .pages = &page,
4673 static int nfs4_proc_readlink(struct inode *inode, struct page *page,
4681 err = _nfs4_proc_readlink(inode, page, pgbase, pglen);
5016 struct page *page, unsigned int len, struct iattr *sattr,
5031 data->arg.u.symlink.pages = &page;
5043 struct page *page, unsigned int len, struct iattr *sattr)
5054 err = _nfs4_proc_symlink(dir, dentry, page, len, sattr, label);
5818 struct page **pages)
5820 struct page *newpage, **spages;
5885 ret = -ERANGE; /* see getxattr(2) man page */
5896 static void nfs4_write_cached_acl(struct inode *inode, struct page **pages,
5924 * the required buf. On a NULL buf, we send a page of data to the server
5925 * guessing that the ACL request can be serviced by a page. If so, we cache
5926 * up to the page of ACL data, and the 2nd call to getxattr is serviced by
5927 * the cache. If not so, we throw away the page, and cache the required
5934 struct page **pages;
5957 pages = kmalloc_array(npages, sizeof(struct page *), GFP_KERNEL);
6053 struct page *pages[NFS4ACL_MAXPAGES];
6083 * Free each page after tx, so the only ref left is
7979 struct page *page)
7986 .page = page,
8022 struct page *page)
8030 fs_locations, page);
8048 struct page *page, const struct cred *cred)
8057 .page = page,
8105 struct page *page, const struct cred *cred)
8113 .page = page,
8160 * @page: buffer
8176 struct page *page, const struct cred *cred)
8193 status = ops->get_locations(server, fhandle, locations, page,
10156 struct page *page;
10162 page = alloc_page(GFP_KERNEL);
10163 if (!page) {
10168 flavors = page_address(page);
10212 put_page(page);