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 57 if (off + len <= SB_BUFFER_SIZE) {
59 pr->sbbuf = malloc(SB_BUFFER_SIZE);
64 ret_read = read(pr->fd, pr->sbbuf, SB_BUFFER_SIZE);
    [all...]
probe.h 23 #define SB_BUFFER_SIZE 0x11000

Completed in 61 milliseconds