Home
last modified time | relevance | path

Searched refs:chain_t (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/exfat/
Dexfat.h273 struct chain_t { struct
280 struct chain_t dir; argument
512 struct chain_t clu;
541 struct chain_t *p_chain);
542 void (*free_cluster)(struct super_block *sb, struct chain_t *p_chain,
546 s32 (*init_dir_entry)(struct super_block *sb, struct chain_t *p_dir,
548 s32 (*init_ext_entry)(struct super_block *sb, struct chain_t *p_dir,
552 s32 (*find_dir_entry)(struct super_block *sb, struct chain_t *p_dir,
556 struct chain_t *p_dir, s32 entry,
559 struct chain_t *p_dir, s32 entry,
[all …]
Dexfat_core.c171 struct chain_t *p_chain) in fat_alloc_cluster()
225 struct chain_t *p_chain) in exfat_alloc_cluster()
303 void fat_free_cluster(struct super_block *sb, struct chain_t *p_chain, in fat_free_cluster()
344 void exfat_free_cluster(struct super_block *sb, struct chain_t *p_chain, in exfat_free_cluster()
403 u32 find_last_cluster(struct super_block *sb, struct chain_t *p_chain) in find_last_cluster()
424 s32 count_num_clusters(struct super_block *sb, struct chain_t *p_chain) in count_num_clusters()
512 struct chain_t clu; in load_alloc_bitmap()
849 struct chain_t clu; in load_upcase_table()
1239 s32 fat_init_dir_entry(struct super_block *sb, struct chain_t *p_dir, s32 entry, in fat_init_dir_entry()
1256 s32 exfat_init_dir_entry(struct super_block *sb, struct chain_t *p_dir, in exfat_init_dir_entry()
[all …]
Dexfat_super.c550 struct chain_t dir; in ffsLookupFile()
647 struct chain_t dir; in ffsCreateFile()
819 struct chain_t new_clu; in ffsWriteFile()
1072 struct chain_t clu; in ffsTruncateFile()
1221 struct chain_t olddir, newdir; in ffsMoveFile()
1222 struct chain_t *p_dir = NULL; in ffsMoveFile()
1289 struct chain_t new_clu; in ffsMoveFile()
1349 struct chain_t dir, clu_to_free; in ffsRemoveFile()
1502 struct chain_t dir; in ffsReadStat()
1745 struct chain_t new_clu; in ffsMapCluster()
[all …]