Lines Matching defs:page
4131 struct page *page = NULL;
4134 page = alloc_page(GFP_KERNEL);
4135 if (page == NULL)
4141 status = nfs4_proc_fs_locations(client, dir, name, locations, page);
4163 if (page)
4164 __free_page(page);
4516 * may end up partially falling into the page cache, and we should
4529 static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
4536 .pages = &page,
4548 static int nfs4_proc_readlink(struct inode *inode, struct page *page,
4556 err = _nfs4_proc_readlink(inode, page, pgbase, pglen);
4899 struct page *page, unsigned int len, struct iattr *sattr,
4914 data->arg.u.symlink.pages = &page;
4926 struct page *page, unsigned int len, struct iattr *sattr)
4937 err = _nfs4_proc_symlink(dir, dentry, page, len, sattr, label);
4991 u64 cookie, struct page **pages, unsigned int count, bool plus)
5035 u64 cookie, struct page **pages, unsigned int count, bool plus)
5696 struct page **pages)
5698 struct page *newpage, **spages;
5759 ret = -ERANGE; /* see getxattr(2) man page */
5770 static void nfs4_write_cached_acl(struct inode *inode, struct page **pages, size_t pgbase, size_t acl_len)
5795 * the required buf. On a NULL buf, we send a page of data to the server
5796 * guessing that the ACL request can be serviced by a page. If so, we cache
5797 * up to the page of ACL data, and the 2nd call to getxattr is serviced by
5798 * the cache. If not so, we throw away the page, and cache the required
5804 struct page **pages;
5825 pages = kmalloc_array(npages, sizeof(struct page *), GFP_NOFS);
5917 struct page *pages[NFS4ACL_MAXPAGES];
5946 * Free each page after tx, so the only ref left is
7775 struct page *page)
7782 .page = page,
7818 struct page *page)
7826 fs_locations, page);
7843 struct page *page, const struct cred *cred)
7853 .page = page,
7900 struct page *page, const struct cred *cred)
7909 .page = page,
7944 * @page: buffer
7959 struct page *page, const struct cred *cred)
7977 status = ops->get_locations(inode, locations, page, cred);
9949 struct page *page;
9955 page = alloc_page(GFP_KERNEL);
9956 if (!page) {
9961 flavors = page_address(page);
10005 put_page(page);