Home | History | Annotate | Download | only in blkid

Lines Matching refs:sbbuf

59 		if (!pr->sbbuf) {
60 pr->sbbuf = malloc(SB_BUFFER_SIZE);
61 if (!pr->sbbuf)
65 ret_read = read(pr->fd, pr->sbbuf, SB_BUFFER_SIZE);
72 return pr->sbbuf + off;
1553 probe.sbbuf = 0;
1628 free(probe.sbbuf);