Searched refs:exfat_chain_dup (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | namei.c | 222 exfat_chain_dup(&clu, &hint_femp->cur); in exfat_search_empty_slot() 224 exfat_chain_dup(&clu, p_dir); in exfat_search_empty_slot() 797 exfat_chain_dup(&cdir, &ei->dir); in exfat_unlink() 907 exfat_chain_dup(&clu, p_dir); in exfat_check_dir_empty() 953 exfat_chain_dup(&cdir, &ei->dir); in exfat_rmdir() 1229 exfat_chain_dup(&olddir, &ei->dir); in __exfat_rename()
|
H A D | misc.c | 202 void exfat_chain_dup(struct exfat_chain *dup, struct exfat_chain *ec) in exfat_chain_dup() function
|
H A D | dir.c | 96 exfat_chain_dup(&clu, &dir); in exfat_readdir() 950 exfat_chain_dup(&clu, p_dir); in exfat_find_dir_entry() 1183 exfat_chain_dup(&clu, p_dir); in exfat_count_dir_entries()
|
H A D | exfat_fs.h | 531 void exfat_chain_dup(struct exfat_chain *dup, struct exfat_chain *ec);
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | namei.c | 239 exfat_chain_dup(&clu, &hint_femp->cur); in exfat_search_empty_slot() 241 exfat_chain_dup(&clu, p_dir); in exfat_search_empty_slot() 797 exfat_chain_dup(&cdir, &ei->dir); in exfat_unlink() 905 exfat_chain_dup(&clu, p_dir); in exfat_check_dir_empty() 950 exfat_chain_dup(&cdir, &ei->dir); in exfat_rmdir()
|
H A D | misc.c | 192 void exfat_chain_dup(struct exfat_chain *dup, struct exfat_chain *ec) in exfat_chain_dup() function
|
H A D | dir.c | 96 exfat_chain_dup(&clu, &dir); in exfat_readdir() 1002 exfat_chain_dup(&clu, p_dir); in exfat_find_dir_entry() 1223 exfat_chain_dup(&clu, p_dir); in exfat_count_dir_entries()
|
H A D | exfat_fs.h | 560 void exfat_chain_dup(struct exfat_chain *dup, struct exfat_chain *ec);
|
Completed in 11 milliseconds