Searched refs:d204 (Results 1 – 1 of 1) sorted by relevance
567 struct dbfs_d204 *d204; in dbfs_d204_create() local571 buf_size = PAGE_SIZE * (diag204_buf_pages + 1) + sizeof(d204->hdr); in dbfs_d204_create()575 d204 = page_align_ptr(base + sizeof(d204->hdr)) - sizeof(d204->hdr); in dbfs_d204_create()576 rc = diag204_do_store(d204->buf, diag204_buf_pages); in dbfs_d204_create()581 d204->hdr.version = DBFS_D204_HDR_VERSION; in dbfs_d204_create()582 d204->hdr.len = PAGE_SIZE * diag204_buf_pages; in dbfs_d204_create()583 d204->hdr.sc = diag204_store_sc; in dbfs_d204_create()584 *data = d204; in dbfs_d204_create()586 *size = d204->hdr.len + sizeof(struct dbfs_d204_hdr); in dbfs_d204_create()