Searched refs:exfat_chain_dup (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/fs/exfat/ |
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() 779 exfat_chain_dup(&cdir, &ei->dir); in exfat_unlink() 886 exfat_chain_dup(&clu, p_dir); in exfat_check_dir_empty() 932 exfat_chain_dup(&cdir, &ei->dir); in exfat_rmdir() 1208 exfat_chain_dup(&olddir, &ei->dir); in __exfat_rename()
|
D | misc.c | 202 void exfat_chain_dup(struct exfat_chain *dup, struct exfat_chain *ec) in exfat_chain_dup() function
|
D | dir.c | 90 exfat_chain_dup(&clu, &dir); in exfat_readdir() 930 exfat_chain_dup(&clu, p_dir); in exfat_find_dir_entry() 1160 exfat_chain_dup(&clu, p_dir); in exfat_count_dir_entries()
|
D | exfat_fs.h | 520 void exfat_chain_dup(struct exfat_chain *dup, struct exfat_chain *ec);
|