Searched refs:d204 (Results 1 – 1 of 1) sorted by relevance
173 struct dbfs_d204 *d204; in dbfs_d204_create() local177 buf_size = PAGE_SIZE * (diag204_buf_pages + 1) + sizeof(d204->hdr); in dbfs_d204_create()181 d204 = PTR_ALIGN(base + sizeof(d204->hdr), PAGE_SIZE) - sizeof(d204->hdr); in dbfs_d204_create()182 rc = diag204_store(d204->buf, diag204_buf_pages); in dbfs_d204_create()187 d204->hdr.version = DBFS_D204_HDR_VERSION; in dbfs_d204_create()188 d204->hdr.len = PAGE_SIZE * diag204_buf_pages; in dbfs_d204_create()189 d204->hdr.sc = diag204_store_sc; in dbfs_d204_create()190 *data = d204; in dbfs_d204_create()192 *size = d204->hdr.len + sizeof(struct dbfs_d204_hdr); in dbfs_d204_create()