Searched refs:exfat_chain_set (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/exfat/ |
D | namei.c | 271 exfat_chain_set(&hint_femp->cur, EXFAT_EOF_CLUSTER, 0, in exfat_search_empty_slot() 330 exfat_chain_set(&clu, last_clu + 1, 0, p_dir->flags); in exfat_find_empty_entry() 333 exfat_chain_set(&clu, EXFAT_EOF_CLUSTER, 0, in exfat_find_empty_entry() 365 exfat_chain_set(&hint_femp.cur, clu.dir, 0, clu.flags); in exfat_find_empty_entry() 434 exfat_chain_set(p_dir, ei->start_clu, in __exfat_resolve_path() 674 exfat_chain_set(&cdir, info->start_clu, in exfat_find() 939 exfat_chain_set(&clu_to_free, ei->start_clu, in exfat_rmdir() 1096 exfat_chain_set(&ei->dir, p_newdir->dir, p_newdir->size, in exfat_move_file() 1142 exfat_chain_set(&olddir, EXFAT_I(old_parent_inode)->start_clu, in __exfat_rename() 1220 exfat_chain_set(&new_clu_to_free, new_ei->start_clu, in __exfat_rename()
|
D | misc.c | 192 void exfat_chain_set(struct exfat_chain *ec, unsigned int dir, in exfat_chain_set() function 202 return exfat_chain_set(dup, ec->dir, ec->size, ec->flags); in exfat_chain_dup()
|
D | dir.c | 86 exfat_chain_set(&dir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_readdir() 88 exfat_chain_set(&dir, ei->start_clu, in exfat_readdir() 325 exfat_chain_set(clu, EXFAT_EOF_CLUSTER, 0, ALLOC_NO_FAT_CHAIN); in exfat_alloc_new_dir() 496 exfat_chain_set(&dir, start_clu, in exfat_free_benign_secondary_clusters()
|
D | file.c | 39 exfat_chain_set(&clu, ei->start_clu, num_clusters, ei->flags); in exfat_cont_expand() 162 exfat_chain_set(&clu, ei->start_clu, num_clusters_phys, ei->flags); in __exfat_truncate()
|
D | super.c | 381 exfat_chain_set(&ei->dir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_read_root() 392 exfat_chain_set(&cdir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_read_root()
|
D | balloc.c | 83 exfat_chain_set(&clu, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_load_bitmap()
|
D | exfat_fs.h | 572 void exfat_chain_set(struct exfat_chain *ec, unsigned int dir,
|