Home
last modified time | relevance | path

Searched refs:new_clu (Results 1 – 3 of 3) sorted by relevance

/linux/fs/exfat/
A Dinode.c110 struct exfat_chain new_clu; in exfat_map_cluster() local
172 new_clu.size = 0; in exfat_map_cluster()
173 new_clu.flags = ei->flags; in exfat_map_cluster()
187 if (new_clu.dir == EXFAT_EOF_CLUSTER || in exfat_map_cluster()
188 new_clu.dir == EXFAT_FREE_CLUSTER) { in exfat_map_cluster()
191 last_clu, new_clu.dir); in exfat_map_cluster()
197 if (new_clu.flags == ALLOC_FAT_CHAIN) in exfat_map_cluster()
199 ei->start_clu = new_clu.dir; in exfat_map_cluster()
202 if (new_clu.flags != ei->flags) { in exfat_map_cluster()
212 if (new_clu.flags == ALLOC_FAT_CHAIN) in exfat_map_cluster()
[all …]
A Dfatent.c327 unsigned int hint_clu, new_clu, last_clu = EXFAT_EOF_CLUSTER; in exfat_alloc_cluster() local
378 while ((new_clu = exfat_find_free_bitmap(sb, hint_clu)) != in exfat_alloc_cluster()
380 if (new_clu != hint_clu && in exfat_alloc_cluster()
391 if (exfat_set_bitmap(inode, new_clu, sync_bmap)) { in exfat_alloc_cluster()
400 if (exfat_ent_set(sb, new_clu, EXFAT_EOF_CLUSTER)) { in exfat_alloc_cluster()
407 p_chain->dir = new_clu; in exfat_alloc_cluster()
409 if (exfat_ent_set(sb, last_clu, new_clu)) { in exfat_alloc_cluster()
414 last_clu = new_clu; in exfat_alloc_cluster()
425 hint_clu = new_clu + 1; in exfat_alloc_cluster()
A Dnamei.c1249 struct exfat_chain new_clu; in __exfat_rename() local
1251 new_clu.dir = new_ei->start_clu; in __exfat_rename()
1252 new_clu.size = in __exfat_rename()
1255 new_clu.flags = new_ei->flags; in __exfat_rename()
1257 ret = exfat_check_dir_empty(sb, &new_clu); in __exfat_rename()

Completed in 10 milliseconds