Searched refs:exfat_chain (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/exfat/ |
| H A D | exfat_fs.h | 166 struct exfat_chain { struct 179 struct exfat_chain cur; argument 205 struct exfat_chain dir; 293 struct exfat_chain dir; 438 struct exfat_chain *p_chain, bool sync_bmap); 439 int exfat_free_cluster(struct inode *inode, struct exfat_chain *p_chain); 447 int exfat_find_last_cluster(struct super_block *sb, struct exfat_chain *p_chain, 450 struct exfat_chain *p_chain, unsigned int *ret_count); 481 struct exfat_chain *p_dir, int num_entries, 506 struct exfat_chain *p_dir, struct exfat_uni_name *p_uniname, [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() 303 int exfat_alloc_new_dir(struct inode *inode, struct exfat_chain *clu) in exfat_alloc_new_dir() 469 struct exfat_chain dir; in exfat_free_benign_secondary_clusters() 563 struct exfat_chain *p_dir, unsigned int byte_offset, in exfat_walk_fat_chain() 594 static int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir, in exfat_find_location() 660 struct exfat_chain *p_dir, int entry, struct buffer_head **bh) in exfat_get_dentry() 758 struct super_block *sb, struct exfat_chain *p_dir, int entry, in __exfat_get_dentry_set() 839 struct super_block *sb, struct exfat_chain *p_dir, in exfat_get_dentry_set() 926 struct super_block *sb, struct exfat_chain *p_dir, in exfat_get_empty_dentry_set() [all …]
|
| H A D | namei.c | 204 struct exfat_hint_femp *hint_femp, struct exfat_chain *p_dir, in exfat_search_empty_slot() 209 struct exfat_chain clu; in exfat_search_empty_slot() 304 struct exfat_chain *p_dir, int num_entries, in exfat_find_empty_entry() 310 struct exfat_chain clu; in exfat_find_empty_entry() 474 struct exfat_chain clu; in exfat_add_entry() 594 struct exfat_chain cdir; in exfat_find() 893 struct exfat_chain *p_dir) in exfat_check_dir_empty() 898 struct exfat_chain clu; in exfat_check_dir_empty() 947 struct exfat_chain clu_to_free; in exfat_rmdir() 1037 struct exfat_chain dir; in exfat_rename_file() [all …]
|
| 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 | fatent.c | 163 static int __exfat_free_cluster(struct inode *inode, struct exfat_chain *p_chain) in __exfat_free_cluster() 270 int exfat_free_cluster(struct inode *inode, struct exfat_chain *p_chain) in exfat_free_cluster() 281 int exfat_find_last_cluster(struct super_block *sb, struct exfat_chain *p_chain, in exfat_find_last_cluster() 350 struct exfat_chain *p_chain, bool sync_bmap) in exfat_alloc_cluster() 467 struct exfat_chain *p_chain, unsigned int *ret_count) in exfat_count_num_clusters()
|
| H A D | super.c | 354 static int exfat_read_root(struct inode *inode, struct exfat_chain *root_clu) in exfat_read_root() 591 struct exfat_chain *root_clu) in __exfat_fill_super() 663 struct exfat_chain root_clu; in exfat_fill_super()
|
| H A D | file.c | 26 struct exfat_chain clu; in exfat_cont_expand() 150 struct exfat_chain clu; in __exfat_truncate()
|
| H A D | nls.c | 745 struct exfat_chain clu; in exfat_create_upcase_table()
|
| H A D | balloc.c | 141 struct exfat_chain clu; in exfat_load_bitmap()
|
| H A D | inode.c | 131 struct exfat_chain new_clu; in exfat_map_cluster()
|