Searched refs:clus_t (Results 1 – 7 of 7) sorted by relevance
/third_party/exfatprogs/include/ |
D | libexfat.h | 13 typedef __u32 clus_t; typedef 105 static inline bool exfat_bitmap_get(char *bmap, clus_t c) in exfat_bitmap_get() 107 clus_t cc = c - EXFAT_FIRST_CLUSTER; in exfat_bitmap_get() 112 static inline void exfat_bitmap_set(char *bmap, clus_t c) in exfat_bitmap_set() 114 clus_t cc = c - EXFAT_FIRST_CLUSTER; in exfat_bitmap_set() 119 static inline void exfat_bitmap_clear(char *bmap, clus_t c) in exfat_bitmap_clear() 121 clus_t cc = c - EXFAT_FIRST_CLUSTER; in exfat_bitmap_clear() 126 clus_t start_clus, clus_t count); 128 clus_t start_clu, clus_t *next); 130 clus_t start_clu, clus_t *next); [all …]
|
D | exfat_fs.h | 19 clus_t first_clus; 38 clus_t clus_count; 44 clus_t disk_bitmap_clus; 47 clus_t start_clu;
|
D | exfat_dir.h | 74 clus_t start_clu, clus_t ccount);
|
/third_party/exfatprogs/lib/ |
D | libexfat.c | 28 clus_t start_clus, clus_t count) in exfat_bitmap_set_range() 30 clus_t clus; in exfat_bitmap_set_range() 44 clus_t start_clu, clus_t *next, in exfat_bitmap_find_bit() 47 clus_t last_clu; in exfat_bitmap_find_bit() 62 clus_t start_clu, clus_t *next) in exfat_bitmap_find_zero() 69 clus_t start_clu, clus_t *next) in exfat_bitmap_find_one() 695 int exfat_get_next_clus(struct exfat *exfat, clus_t clus, clus_t *next) in exfat_get_next_clus() 706 offset += sizeof(clus_t) * clus; in exfat_get_next_clus() 716 clus_t clus, clus_t *next) in exfat_get_inode_next_clus() 730 int exfat_set_fat(struct exfat *exfat, clus_t clus, clus_t next_clus) in exfat_set_fat() [all …]
|
D | exfat_dir.c | 58 clus_t clus_count; in read_ahead_first_blocks() 85 clus_t clus, unsigned int offset, clus_t p_clus) in read_ahead_next_blocks() 90 clus_t clus_count, ra_clus, ra_p_clus; in read_ahead_next_blocks() 640 clus_t start_clu, clus_t ccount) in exfat_update_file_dentry_set() 681 clus_t start, clus_t *new_clu) in find_free_cluster() 683 clus_t end = le32_to_cpu(exfat->bs->bsx.clu_count) + in find_free_cluster() 715 off_t file_off, clus_t *mapped_clu) in exfat_map_cluster() 717 clus_t clu, next, count, last_count; in exfat_map_cluster() 755 clus_t clus; in exfat_write_dentry_set() 768 clus_t next_clus; in exfat_write_dentry_set() [all …]
|
/third_party/exfatprogs/exfat2img/ |
D | exfat2img.c | 221 clus_t start_clus, in dump_clusters() 222 clus_t end_clus_excl) in dump_clusters() 234 clus_t *out_clus_count) in dump_directory() 237 clus_t clus, possible_count; in dump_directory() 283 clus_t clus_count = 0; in dump_root() 511 clus_t clus_count; in dump_filesystem()
|
/third_party/exfatprogs/fsck/ |
D | fsck.c | 110 clus_t clus, prev, next; in check_clus_chain() 245 clus_t *clus_count) in root_check_clus_chain() 247 clus_t clus, next, prev = EXFAT_EOF_CLUSTER; in root_check_clus_chain() 1295 clus_t clus_count = 0; in exfat_root_dir_check() 1381 clus_t clu_count, clu, s_clu, e_clu; in rescue_orphan_clusters()
|