Home
last modified time | relevance | path

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

/Linux-v6.6/arch/s390/hypfs/
Dhypfs_diag.c164 struct dbfs_d204 *d204; in dbfs_d204_create() local
168 buf_size = PAGE_SIZE * (diag204_buf_pages + 1) + sizeof(d204->hdr); in dbfs_d204_create()
172 d204 = PTR_ALIGN(base + sizeof(d204->hdr), PAGE_SIZE) - sizeof(d204->hdr); in dbfs_d204_create()
173 rc = diag204_store(d204->buf, diag204_buf_pages); in dbfs_d204_create()
178 d204->hdr.version = DBFS_D204_HDR_VERSION; in dbfs_d204_create()
179 d204->hdr.len = PAGE_SIZE * diag204_buf_pages; in dbfs_d204_create()
180 d204->hdr.sc = diag204_store_sc; in dbfs_d204_create()
181 *data = d204; in dbfs_d204_create()
183 *size = d204->hdr.len + sizeof(struct dbfs_d204_hdr); in dbfs_d204_create()