Searched refs:clus_t (Results 1 – 3 of 3) sorted by relevance
/third_party/exfatprogs/fsck/ |
D | fsck.h | 10 typedef __u32 clus_t; typedef 17 clus_t first_clus; 18 clus_t last_lclus; 19 clus_t last_pclus; 30 clus_t p_clus; 40 clus_t ra_next_clus; 68 clus_t clus_count; 75 clus_t disk_bitmap_clus; 86 clus_t clus, clus_t *next);
|
D | fsck.c | 365 static inline bool heap_clus(struct exfat *exfat, clus_t clus) in heap_clus() 372 clus_t clus, clus_t *next) in get_next_clus() 388 offset += sizeof(clus_t) * clus; in get_next_clus() 397 static int set_fat(struct exfat *exfat, clus_t clus, clus_t next_clus) in set_fat() 403 offset += sizeof(clus_t) * clus; in set_fat() 414 clus_t clus, prev, next; in check_clus_chain() 539 clus_t *clus_count) in root_get_clus_count() 541 clus_t clus; in root_get_clus_count() 1066 clus_t start_clus, clus_t count) in exfat_bitmap_set_range() 1068 clus_t clus; in exfat_bitmap_set_range() [all …]
|
D | de_iter.c | 42 clus_t clus_count; in read_ahead_first_blocks() 69 clus_t clus, unsigned int offset, clus_t p_clus) in read_ahead_next_blocks() 74 clus_t clus_count, ra_clus, ra_p_clus; in read_ahead_next_blocks()
|