Searched refs:exfat_ent_set (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/fs/exfat/ |
D | fatent.c | 61 int exfat_ent_set(struct super_block *sb, unsigned int loc, in exfat_ent_set() function 143 if (exfat_ent_set(sb, chain, chain + 1)) in exfat_chain_cont_cluster() 149 if (exfat_ent_set(sb, chain, EXFAT_EOF_CLUSTER)) in exfat_chain_cont_cluster() 351 if (exfat_ent_set(sb, new_clu, EXFAT_EOF_CLUSTER)) { in exfat_alloc_cluster() 360 if (exfat_ent_set(sb, last_clu, new_clu)) { in exfat_alloc_cluster()
|
D | file.c | 200 if (exfat_ent_set(sb, last_clu, EXFAT_EOF_CLUSTER)) in __exfat_truncate()
|
D | exfat_fs.h | 395 int exfat_ent_set(struct super_block *sb, unsigned int loc,
|
D | inode.c | 212 if (exfat_ent_set(sb, last_clu, new_clu.dir)) in exfat_map_cluster()
|
D | namei.c | 361 if (exfat_ent_set(sb, last_clu, clu.dir)) in exfat_find_empty_entry()
|