Home
last modified time | relevance | path

Searched defs:Fs_t (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mtools/
H A DfsP.h29 typedef struct Fs_t { struct
39 unsigned int (*fat_decode)(struct Fs_t *This, unsigned int num); argument
40 void (*fat_encode)(struct Fs_t *This, unsigned int num, argument
43 int fat_dirty;
44 uint16_t fat_start;
45 uint32_t fat_len;
47 uint8_t num_fat;
48 uint32_t end_fat;
49 uint32_t last_fat;
50 unsigned int fat_bits; /* When it ends up here, all negative
[all …]
H A Dfs.h31 typedef struct Fs_t Fs_t; typedef