Lines Matching defs:page_count
282 int page_count)
286 bp->b_page_count = page_count;
287 if (page_count <= XB_PAGES) {
291 page_count, KM_NOFS);
295 memset(bp->b_pages, 0, sizeof(struct page *) * page_count);
361 unsigned short page_count, i;
408 page_count = end - start;
409 error = _xfs_buf_get_pages(bp, page_count);
953 unsigned long page_count;
965 page_count = PAGE_ALIGN(numblks << BBSHIFT) >> PAGE_SHIFT;
966 error = _xfs_buf_get_pages(bp, page_count);
970 for (i = 0; i < page_count; i++) {