/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsmove.c | 392 int clus; in find_unused() local
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | fatent.c | 754 static int fat_trim_clusters(struct super_block *sb, u32 clus, u32 nr_clus) in fat_trim_clusters() argument 803 u32 clus = fatent.entry - free; in fat_trim_fs() local 830 u32 clus = fatent.entry - free; in fat_trim_fs() local
|
H A D | fat.h | 245 static inline sector_t fat_clus_to_blknr(struct msdos_sb_info *sbi, int clus) in fat_clus_to_blknr() argument
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | fatent.c | 755 static int fat_trim_clusters(struct super_block *sb, u32 clus, u32 nr_clus) in fat_trim_clusters() argument 804 u32 clus = fatent.entry - free; in fat_trim_fs() local 831 u32 clus = fatent.entry - free; in fat_trim_fs() local
|
H A D | fat.h | 246 static inline sector_t fat_clus_to_blknr(struct msdos_sb_info *sbi, int clus) in fat_clus_to_blknr() argument
|
/third_party/exfatprogs/lib/ |
H A D | libexfat.c | 30 clus_t clus; in exfat_bitmap_set_range() local 695 int exfat_get_next_clus(struct exfat *exfat, clus_t clus, clus_t *next) in exfat_get_next_clus() argument 715 exfat_get_inode_next_clus(struct exfat *exfat, struct exfat_inode *node, clus_t clus, clus_t *next) exfat_get_inode_next_clus() argument 730 exfat_set_fat(struct exfat *exfat, clus_t clus, clus_t next_clus) exfat_set_fat() argument 749 exfat_c2o(struct exfat *exfat, unsigned int clus) exfat_c2o() argument 776 exfat_heap_clus(struct exfat *exfat, clus_t clus) exfat_heap_clus() argument 785 clus_t clus, next; exfat_root_clus_count() local [all...] |
H A D | exfat_dir.c | 755 clus_t clus; in exfat_write_dentry_set() local 84 read_ahead_next_blocks(struct exfat_de_iter *iter, clus_t clus, unsigned int offset, clus_t p_clus) read_ahead_next_blocks() argument
|
/third_party/exfatprogs/fsck/ |
H A D | fsck.c | 110 clus_t clus, prev, next; in check_clus_chain() local 247 clus_t clus, next, prev = EXFAT_EOF_CLUSTER; root_check_clus_chain() local [all...] |
/third_party/exfatprogs/exfat2img/ |
H A D | exfat2img.c | 237 clus_t clus, possible_count; in dump_directory() local
|
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | exfat_fs.h | 372 exfat_cluster_to_sector(struct exfat_sb_info *sbi, unsigned int clus) exfat_cluster_to_sector() argument 386 is_valid_cluster(struct exfat_sb_info *sbi, unsigned int clus) is_valid_cluster() argument
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | exfat_fs.h | 396 exfat_cluster_to_sector(struct exfat_sb_info *sbi, unsigned int clus) exfat_cluster_to_sector() argument 410 is_valid_cluster(struct exfat_sb_info *sbi, unsigned int clus) is_valid_cluster() argument
|