Searched refs:exfat_ent_set (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/fs/exfat/ |
D | fatent.c | 62 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()
|
D | file.c | 168 if (exfat_ent_set(sb, last_clu, EXFAT_EOF_CLUSTER)) in __exfat_truncate()
|
D | exfat_fs.h | 403 int exfat_ent_set(struct super_block *sb, unsigned int loc,
|
D | inode.c | 217 if (exfat_ent_set(sb, last_clu, new_clu.dir)) in exfat_map_cluster()
|
D | namei.c | 369 if (exfat_ent_set(sb, last_clu, clu.dir)) in exfat_find_empty_entry()
|