Home
last modified time | relevance | path

Searched refs:diag204_buf_pages (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/arch/s390/hypfs/
Dhypfs_diag.c51 static int diag204_buf_pages; /* number of pages for diag204 data */ variable
387 diag204_buf_pages = pages; in diag204_alloc_vbuf()
396 diag204_buf_pages = 1; in diag204_alloc_rbuf()
403 *pages = diag204_buf_pages; in diag204_get_buffer()
564 buf_size = PAGE_SIZE * (diag204_buf_pages + 1) + sizeof(d204->hdr); in dbfs_d204_create()
569 rc = diag204_do_store(d204->buf, diag204_buf_pages); in dbfs_d204_create()
575 d204->hdr.len = PAGE_SIZE * diag204_buf_pages; in dbfs_d204_create()