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

  /external/toybox/toys/other/
blkid.c 33 int magic_len, magic_offset, uuid_off, label_len, label_off; member in struct:fstype
79 if (fstypes[i].magic_offset > off+sizeof(toybuf)) {
83 if (fstypes[i].magic_offset < off) continue;
88 test += ((uint64_t)toybuf[j+fstypes[i].magic_offset-off])<<(8*j);
  /external/e2fsprogs/lib/ext2fs/
tdb.c 1989 tdb_off_t magic_offset = 0; local
    [all...]

Completed in 575 milliseconds