diag204_buf_pages   33 arch/s390/hypfs/hypfs_diag.c static int diag204_buf_pages;		/* number of pages for diag204 data */
diag204_buf_pages  246 arch/s390/hypfs/hypfs_diag.c 	diag204_buf_pages = pages;
diag204_buf_pages  255 arch/s390/hypfs/hypfs_diag.c 	diag204_buf_pages = 1;
diag204_buf_pages  262 arch/s390/hypfs/hypfs_diag.c 		*pages = diag204_buf_pages;
diag204_buf_pages  410 arch/s390/hypfs/hypfs_diag.c 	buf_size = PAGE_SIZE * (diag204_buf_pages + 1) + sizeof(d204->hdr);
diag204_buf_pages  415 arch/s390/hypfs/hypfs_diag.c 	rc = diag204_do_store(d204->buf, diag204_buf_pages);
diag204_buf_pages  421 arch/s390/hypfs/hypfs_diag.c 	d204->hdr.len = PAGE_SIZE * diag204_buf_pages;