Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/hypfs/
Dhypfs_diag.c50 static int diag204_buf_pages; /* number of pages for diag204 data */ variable
386 diag204_buf_pages = pages; in diag204_alloc_vbuf()
395 diag204_buf_pages = 1; in diag204_alloc_rbuf()
402 *pages = diag204_buf_pages; in diag204_get_buffer()
563 buf_size = PAGE_SIZE * (diag204_buf_pages + 1) + sizeof(d204->hdr); in dbfs_d204_create()
568 rc = diag204_do_store(d204->buf, diag204_buf_pages); in dbfs_d204_create()
574 d204->hdr.len = PAGE_SIZE * diag204_buf_pages; in dbfs_d204_create()