Home
last modified time | relevance | path

Searched refs:first_clus (Results 1 – 7 of 7) sorted by relevance

/third_party/exfatprogs/fsck/
Dfsck.c113 clus = node->first_clus; in check_clus_chain()
118 if (node->size == 0 && node->first_clus == EXFAT_FREE_CLUSTER) in check_clus_chain()
122 if ((node->size == 0 && node->first_clus != EXFAT_FREE_CLUSTER) || in check_clus_chain()
123 (node->size > 0 && !exfat_heap_clus(exfat, node->first_clus))) { in check_clus_chain()
127 node->size, node->first_clus)) in check_clus_chain()
221 node->first_clus = EXFAT_FREE_CLUSTER; in check_clus_chain()
249 if (!exfat_heap_clus(exfat, node->first_clus)) in root_check_clus_chain()
252 clus = node->first_clus; in root_check_clus_chain()
892 node->first_clus = le32_to_cpu(stream_de->stream_start_clu); in read_file_dentry_set()
1303 root->first_clus = le32_to_cpu(exfat->bs->bsx.root_cluster); in exfat_root_dir_check()
[all …]
/third_party/exfatprogs/lib/
Dexfat_dir.c73 exfat_c2o(exfat, iter->parent->first_clus), size, in read_ahead_first_blocks()
152 offset = exfat_c2o(exfat, next_inode->first_clus); in read_ahead_next_dir_blocks()
173 desc->p_clus = iter->parent->first_clus; in read_block()
719 if (!exfat_heap_clus(exfat, inode->first_clus)) in exfat_map_cluster()
722 clu = inode->first_clus; in exfat_map_cluster()
864 inode->first_clus = *new_clu; in exfat_alloc_cluster()
Dlibexfat.c788 if (!exfat_heap_clus(exfat, node->first_clus)) in exfat_root_clus_count()
791 clus = node->first_clus; in exfat_root_clus_count()
/third_party/exfatprogs/include/
Dexfat_fs.h19 clus_t first_clus; member
/third_party/exfatprogs/label/
Dlabel.c119 exfat->root->first_clus = le32_to_cpu(exfat->bs->bsx.root_cluster); in main()
/third_party/exfatprogs/tune/
Dtune.c131 exfat->root->first_clus = le32_to_cpu(exfat->bs->bsx.root_cluster); in main()
/third_party/exfatprogs/exfat2img/
Dexfat2img.c248 clus = inode->first_clus; in dump_directory()
289 root->first_clus = le32_to_cpu(exfat->bs->bsx.root_cluster); in dump_root()
331 node->first_clus = le32_to_cpu(stream_de->stream_start_clu); in read_file_dentry_set()