Home
last modified time | relevance | path

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

/linux-6.1.9/fs/exfat/
Dmisc.c184 void exfat_chain_set(struct exfat_chain *ec, unsigned int dir, in exfat_chain_set() function
194 return exfat_chain_set(dup, ec->dir, ec->size, ec->flags); in exfat_chain_dup()
Dnamei.c253 exfat_chain_set(&hint_femp->cur, in exfat_search_empty_slot()
348 exfat_chain_set(&clu, last_clu + 1, 0, p_dir->flags); in exfat_find_empty_entry()
379 exfat_chain_set(&hint_femp.cur, clu.dir, 0, clu.flags); in exfat_find_empty_entry()
447 exfat_chain_set(p_dir, ei->start_clu, in __exfat_resolve_path()
681 exfat_chain_set(&cdir, info->start_clu, in exfat_find()
945 exfat_chain_set(&clu_to_free, ei->start_clu, in exfat_rmdir()
1144 exfat_chain_set(&ei->dir, p_newdir->dir, p_newdir->size, in exfat_move_file()
1181 exfat_chain_set(&olddir, EXFAT_I(old_parent_inode)->start_clu, in __exfat_rename()
1269 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()
322 exfat_chain_set(clu, EXFAT_EOF_CLUSTER, 0, ALLOC_NO_FAT_CHAIN); in exfat_alloc_new_dir()
968 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.c347 exfat_chain_set(&ei->dir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_read_root()
358 exfat_chain_set(&cdir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_read_root()
Dfile.c114 exfat_chain_set(&clu, ei->start_clu, num_clusters_phys, ei->flags); in __exfat_truncate()
Dexfat_fs.h532 void exfat_chain_set(struct exfat_chain *ec, unsigned int dir,