HomeSort by relevance Sort by last modified time
    Searched refs:SB_BUFFER_SIZE (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/blkid/
probe.c 58 if (off + len <= SB_BUFFER_SIZE) {
60 pr->sbbuf = malloc(SB_BUFFER_SIZE);
65 ret_read = read(pr->fd, pr->sbbuf, SB_BUFFER_SIZE);
    [all...]
probe.h 21 #define SB_BUFFER_SIZE 0x11000

Completed in 24 milliseconds