Searched refs:exfat_chain_dup (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/exfat/ |
D | namei.c | 234 exfat_chain_dup(&clu, &hint_femp->cur); in exfat_search_empty_slot() 236 exfat_chain_dup(&clu, p_dir); in exfat_search_empty_slot() 780 exfat_chain_dup(&cdir, &ei->dir); in exfat_unlink() 883 exfat_chain_dup(&clu, p_dir); in exfat_check_dir_empty() 930 exfat_chain_dup(&cdir, &ei->dir); in exfat_rmdir()
|
D | misc.c | 200 void exfat_chain_dup(struct exfat_chain *dup, struct exfat_chain *ec) in exfat_chain_dup() function
|
D | dir.c | 96 exfat_chain_dup(&clu, &dir); in exfat_readdir() 1023 exfat_chain_dup(&clu, p_dir); in exfat_find_dir_entry() 1223 exfat_chain_dup(&clu, p_dir); in exfat_count_dir_entries()
|
D | exfat_fs.h | 574 void exfat_chain_dup(struct exfat_chain *dup, struct exfat_chain *ec);
|