Searched refs:d204 (Results 1 – 1 of 1) sorted by relevance
160 u64 len; /* Length of d204 buffer without header */168 char buf[]; /* d204 buffer */173 struct dbfs_d204 *d204; in dbfs_d204_create() local 177 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 in dbfs_d204_create() [all...]