Lines Matching defs:page
1978 * If extending file more than one page make sparse. Many Linux fs
3395 * We zero the range through ioctl, so we need remove the page caches
3464 * We implement the punch hole through ioctl, so we need remove the page
4399 struct page **pages;
4408 pages = kmalloc_array(npages, sizeof(struct page *),
4470 unsigned int buf_data_size, struct page **pages,
4505 read_data_into_pages(struct TCP_Server_Info *server, struct page **pages,
4512 struct page *page = pages[i];
4517 /* enough data to fill the page */
4521 zero_user(page, len, PAGE_SIZE - len);
4524 length = cifs_read_page_from_socket(server, page, 0, n);
4534 init_read_bvec(struct page **pages, unsigned int npages, unsigned int data_size,
4563 char *buf, unsigned int buf_len, struct page **pages,
4654 /* data offset is beyond the 1st page of response */
4655 cifs_dbg(FYI, "%s: data offset (%u) beyond 1st page of response\n",
4720 struct page **ppages;
4790 struct page **pages;
4810 pages = kmalloc_array(npages, sizeof(struct page *), GFP_KERNEL);