Home
last modified time | relevance | path

Searched refs:exfat_chain_dup (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/exfat/
H A Dnamei.c239 exfat_chain_dup(&clu, &hint_femp->cur); in exfat_search_empty_slot()
241 exfat_chain_dup(&clu, p_dir); in exfat_search_empty_slot()
798 exfat_chain_dup(&cdir, &ei->dir); in exfat_unlink()
906 exfat_chain_dup(&clu, p_dir); in exfat_check_dir_empty()
951 exfat_chain_dup(&cdir, &ei->dir); in exfat_rmdir()
H A Dmisc.c192 void exfat_chain_dup(struct exfat_chain *dup, struct exfat_chain *ec) in exfat_chain_dup() function
H A Ddir.c96 exfat_chain_dup(&clu, &dir); in exfat_readdir()
1003 exfat_chain_dup(&clu, p_dir); in exfat_find_dir_entry()
1224 exfat_chain_dup(&clu, p_dir); in exfat_count_dir_entries()
H A Dexfat_fs.h560 void exfat_chain_dup(struct exfat_chain *dup, struct exfat_chain *ec);