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

  /external/e2fsprogs/lib/blkid/
probe.c 491 static unsigned char *search_fat_label(struct vfat_dir_entry *dir, int count)
520 struct vfat_dir_entry *dir;
549 dir_size = ((dir_entries * sizeof(struct vfat_dir_entry)) +
566 buf_size = root_dir_entries * sizeof(struct vfat_dir_entry);
567 dir = (struct vfat_dir_entry *) get_buffer(probe, root_start,
593 dir = (struct vfat_dir_entry *)
598 count = buf_size / sizeof(struct vfat_dir_entry);
    [all...]
probe.h 283 struct vfat_dir_entry { struct

Completed in 45 milliseconds