seq_buf_alloc
m->buf = seq_buf_alloc(m->size = PAGE_SIZE);
m->buf = seq_buf_alloc(m->size <<= 1);
char *buf = seq_buf_alloc(size);