Lines Matching defs:max
320 struct list_head *page_list, int max)
370 if (max && nr_pages == max)
461 int max = 0;
473 max = fsc->mount_options->rsize >> PAGE_SHIFT;
474 dout("readpages %p file %p ctx %p nr_pages %d max %d\n",
475 inode, file, rw_ctx, nr_pages, max);
477 rc = start_read(inode, rw_ctx, page_list, max);
972 * calculate max possinle write size and
1124 len = max(len, min_len);