Home | History | Annotate | Download | only in blkid

Lines Matching full: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;
1552 probe.sbbuf = 0;
1627 free(probe.sbbuf);