Home
last modified time | relevance | path

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

/openbmc/linux/fs/exfat/
H A Dnamei.c260 exfat_chain_set(&hint_femp->cur, in exfat_search_empty_slot()
306 exfat_chain_set(&hint_femp->cur, EXFAT_EOF_CLUSTER, 0, in exfat_search_empty_slot()
362 exfat_chain_set(&clu, last_clu + 1, 0, p_dir->flags); in exfat_find_empty_entry()
365 exfat_chain_set(&clu, EXFAT_EOF_CLUSTER, 0, in exfat_find_empty_entry()
398 exfat_chain_set(&hint_femp.cur, clu.dir, 0, clu.flags); in exfat_find_empty_entry()
468 exfat_chain_set(p_dir, ei->start_clu, in __exfat_resolve_path()
694 exfat_chain_set(&cdir, info->start_clu, in exfat_find()
960 exfat_chain_set(&clu_to_free, ei->start_clu, in exfat_rmdir()
1159 exfat_chain_set(&ei->dir, p_newdir->dir, p_newdir->size, in exfat_move_file()
1196 exfat_chain_set(&olddir, EXFAT_I(old_parent_inode)->start_clu, in __exfat_rename()
[all …]
H A 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()
H A Ddir.c86 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()
326 exfat_chain_set(clu, EXFAT_EOF_CLUSTER, 0, ALLOC_NO_FAT_CHAIN); in exfat_alloc_new_dir()
549 exfat_chain_set(&dir, start_clu, in exfat_free_benign_secondary_clusters()
H A 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()
H A Dballoc.c102 exfat_chain_set(&clu, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_load_bitmap()
H A Dfile.c114 exfat_chain_set(&clu, ei->start_clu, num_clusters_phys, ei->flags); in __exfat_truncate()
H A Dexfat_fs.h558 void exfat_chain_set(struct exfat_chain *ec, unsigned int dir,