Home
last modified time | relevance | path

Searched refs:exfat_chain_set (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/fs/exfat/
Dmisc.c194 void exfat_chain_set(struct exfat_chain *ec, unsigned int dir, in exfat_chain_set() function
204 return exfat_chain_set(dup, ec->dir, ec->size, ec->flags); in exfat_chain_dup()
Dnamei.c243 exfat_chain_set(&hint_femp->cur, in exfat_search_empty_slot()
340 exfat_chain_set(&clu, last_clu + 1, 0, p_dir->flags); in exfat_find_empty_entry()
371 exfat_chain_set(&hint_femp.cur, clu.dir, 0, clu.flags); in exfat_find_empty_entry()
446 exfat_chain_set(p_dir, ei->start_clu, in __exfat_resolve_path()
674 exfat_chain_set(&cdir, info->start_clu, in exfat_find()
941 exfat_chain_set(&clu_to_free, ei->start_clu, in exfat_rmdir()
1147 exfat_chain_set(&ei->dir, p_newdir->dir, p_newdir->size, in exfat_move_file()
1170 exfat_chain_set(&ei->dir, parent_ei->start_clu, in exfat_update_parent_info()
1296 exfat_chain_set(&new_clu_to_free, new_ei->start_clu, in __exfat_rename()
Ddir.c81 exfat_chain_set(&dir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_readdir()
83 exfat_chain_set(&dir, ei->start_clu, in exfat_readdir()
316 exfat_chain_set(clu, EXFAT_EOF_CLUSTER, 0, ALLOC_NO_FAT_CHAIN); in exfat_alloc_new_dir()
964 exfat_chain_set(&candi_empty.cur, in exfat_find_dir_entry()
Dballoc.c102 exfat_chain_set(&clu, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_load_bitmap()
Dsuper.c338 exfat_chain_set(&ei->dir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_read_root()
349 exfat_chain_set(&cdir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_read_root()
Dfile.c115 exfat_chain_set(&clu, ei->start_clu, num_clusters_phys, ei->flags); in __exfat_truncate()
Dexfat_fs.h518 void exfat_chain_set(struct exfat_chain *ec, unsigned int dir,