Home
last modified time | relevance | path

Searched refs:exfat_ent_set (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/fs/exfat/
Dfatent.c62 int exfat_ent_set(struct super_block *sb, unsigned int loc, in exfat_ent_set() function
136 if (exfat_ent_set(sb, chain, chain + 1)) in exfat_chain_cont_cluster()
142 if (exfat_ent_set(sb, chain, EXFAT_EOF_CLUSTER)) in exfat_chain_cont_cluster()
384 if (exfat_ent_set(sb, new_clu, EXFAT_EOF_CLUSTER)) { in exfat_alloc_cluster()
393 if (exfat_ent_set(sb, last_clu, new_clu)) { in exfat_alloc_cluster()
Dfile.c168 if (exfat_ent_set(sb, last_clu, EXFAT_EOF_CLUSTER)) in __exfat_truncate()
Dexfat_fs.h403 int exfat_ent_set(struct super_block *sb, unsigned int loc,
Dinode.c217 if (exfat_ent_set(sb, last_clu, new_clu.dir)) in exfat_map_cluster()
Dnamei.c369 if (exfat_ent_set(sb, last_clu, clu.dir)) in exfat_find_empty_entry()