Searched refs:exfat_chain (Results 1 – 10 of 10) sorted by relevance
/linux/fs/exfat/ |
H A D | exfat_fs.h | 169 struct exfat_chain { struct 182 struct exfat_chain cur; argument 208 struct exfat_chain dir; 296 struct exfat_chain dir; 441 struct exfat_chain *p_chain, bool sync_bmap); 442 int exfat_free_cluster(struct inode *inode, struct exfat_chain *p_chain); 450 int exfat_find_last_cluster(struct super_block *sb, struct exfat_chain *p_chain, 453 struct exfat_chain *p_chain, unsigned int *ret_count); 505 struct exfat_chain *p_dir, struct exfat_uni_name *p_uniname, 507 int exfat_alloc_new_dir(struct inode *inode, struct exfat_chain *clu); [all …]
|
H A D | dir.c | 33 struct exfat_chain *p_dir, int entry, unsigned short *uniname) in exfat_get_uniname_from_ext_entry() 72 struct exfat_chain dir, clu; in exfat_readdir() 302 int exfat_alloc_new_dir(struct inode *inode, struct exfat_chain *clu) in exfat_alloc_new_dir() 468 struct exfat_chain dir; in exfat_free_benign_secondary_clusters() 562 struct exfat_chain *p_dir, unsigned int byte_offset, in exfat_walk_fat_chain() 593 static int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir, in exfat_find_location() 654 struct exfat_chain *p_dir, int entry, struct buffer_head **bh) in exfat_get_dentry() 752 struct super_block *sb, struct exfat_chain *p_dir, int entry, in __exfat_get_dentry_set() 833 struct super_block *sb, struct exfat_chain *p_dir, in exfat_get_dentry_set() 920 struct super_block *sb, struct exfat_chain *p_dir, in exfat_get_empty_dentry_set() [all …]
|
H A D | namei.c | 209 struct exfat_hint_femp *hint_femp, struct exfat_chain *p_dir, in exfat_search_empty_slot() 214 struct exfat_chain clu; in exfat_search_empty_slot() 309 struct exfat_chain *p_dir, int num_entries, in exfat_find_empty_entry() 315 struct exfat_chain clu; in exfat_find_empty_entry() 479 struct exfat_chain clu; in exfat_add_entry() 599 struct exfat_chain cdir; in exfat_find() 889 struct exfat_chain *p_dir) in exfat_check_dir_empty() 893 struct exfat_chain clu; in exfat_check_dir_empty() 938 struct exfat_chain clu_to_free; in exfat_rmdir() 1028 struct exfat_chain dir; in exfat_rename_file() [all …]
|
H A D | fatent.c | 148 static int __exfat_free_cluster(struct inode *inode, struct exfat_chain *p_chain) in __exfat_free_cluster() 227 int exfat_free_cluster(struct inode *inode, struct exfat_chain *p_chain) in exfat_free_cluster() 238 int exfat_find_last_cluster(struct super_block *sb, struct exfat_chain *p_chain, in exfat_find_last_cluster() 307 struct exfat_chain *p_chain, bool sync_bmap) in exfat_alloc_cluster() 424 struct exfat_chain *p_chain, unsigned int *ret_count) in exfat_count_num_clusters()
|
H A D | misc.c | 192 void exfat_chain_set(struct exfat_chain *ec, unsigned int dir, in exfat_chain_set() 200 void exfat_chain_dup(struct exfat_chain *dup, struct exfat_chain *ec) in exfat_chain_dup()
|
H A D | file.c | 26 struct exfat_chain clu; in exfat_cont_expand() 148 struct exfat_chain clu; in __exfat_truncate()
|
H A D | balloc.c | 80 struct exfat_chain clu; in exfat_load_bitmap()
|
H A D | nls.c | 748 struct exfat_chain clu; in exfat_create_upcase_table()
|
H A D | inode.c | 131 struct exfat_chain new_clu; in exfat_map_cluster()
|
H A D | super.c | 378 struct exfat_chain cdir; in exfat_read_root()
|