Searched refs:EXFAT_EOF_CLUSTER (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/fs/exfat/ |
D | fatent.c | 56 *content = EXFAT_EOF_CLUSTER; in __exfat_ent_get() 119 if (*content != EXFAT_EOF_CLUSTER && !is_valid_cluster(sbi, *content)) { in exfat_ent_get() 142 if (exfat_ent_set(sb, chain, EXFAT_EOF_CLUSTER)) in exfat_chain_cont_cluster() 158 p_chain->dir == EXFAT_EOF_CLUSTER || in __exfat_free_cluster() 202 if (err || n_clu == EXFAT_EOF_CLUSTER) in __exfat_free_cluster() 219 } while (clu != EXFAT_EOF_CLUSTER); in __exfat_free_cluster() 255 } while (next != EXFAT_EOF_CLUSTER); in exfat_find_last_cluster() 311 unsigned int hint_clu, new_clu, last_clu = EXFAT_EOF_CLUSTER; in exfat_alloc_cluster() 331 if (hint_clu == EXFAT_EOF_CLUSTER) { in exfat_alloc_cluster() 339 if (hint_clu == EXFAT_EOF_CLUSTER) { in exfat_alloc_cluster() [all …]
|
D | cache.c | 90 unsigned int offset = EXFAT_EOF_CLUSTER; in exfat_cache_lookup() 143 if (new->fcluster == EXFAT_EOF_CLUSTER) /* dummy cache */ in exfat_cache_add() 261 if (cluster == 0 || *dclus == EXFAT_EOF_CLUSTER) in exfat_get_cluster() 264 cache_init(&cid, EXFAT_EOF_CLUSTER, EXFAT_EOF_CLUSTER); in exfat_get_cluster() 267 EXFAT_EOF_CLUSTER) { in exfat_get_cluster() 273 cid.fcluster != EXFAT_EOF_CLUSTER || in exfat_get_cluster() 274 cid.dcluster != EXFAT_EOF_CLUSTER || in exfat_get_cluster() 297 if (content == EXFAT_EOF_CLUSTER) { in exfat_get_cluster()
|
D | inode.c | 75 if (ei->start_clu == EXFAT_EOF_CLUSTER) in __exfat_write_inode() 144 *clu = EXFAT_EOF_CLUSTER; in exfat_map_cluster() 151 if (clu_offset > 0 && *clu != EXFAT_EOF_CLUSTER) { in exfat_map_cluster() 155 *clu = EXFAT_EOF_CLUSTER; in exfat_map_cluster() 169 if (clu_offset > 0 && ei->hint_bmap.off != EXFAT_EOF_CLUSTER && in exfat_map_cluster() 177 while (clu_offset > 0 && *clu != EXFAT_EOF_CLUSTER) { in exfat_map_cluster() 185 if (*clu == EXFAT_EOF_CLUSTER) { in exfat_map_cluster() 188 new_clu.dir = (last_clu == EXFAT_EOF_CLUSTER) ? in exfat_map_cluster() 189 EXFAT_EOF_CLUSTER : last_clu + 1; in exfat_map_cluster() 205 if (new_clu.dir == EXFAT_EOF_CLUSTER || in exfat_map_cluster() [all …]
|
D | balloc.c | 84 while (clu.dir != EXFAT_EOF_CLUSTER) { in exfat_load_bitmap() 222 return EXFAT_EOF_CLUSTER; in exfat_find_free_bitmap() 277 if (trim_begin == EXFAT_EOF_CLUSTER) in exfat_trim_fs() 281 if (next_free_clu == EXFAT_EOF_CLUSTER) in exfat_trim_fs() 314 } while (next_free_clu != EXFAT_EOF_CLUSTER && in exfat_trim_fs()
|
D | namei.c | 241 clu.dir != EXFAT_EOF_CLUSTER) { in exfat_search_empty_slot() 258 clu.dir = EXFAT_EOF_CLUSTER; in exfat_search_empty_slot() 270 if (dentry == total_entries || clu.dir == EXFAT_EOF_CLUSTER) in exfat_search_empty_slot() 271 exfat_chain_set(&hint_femp->cur, EXFAT_EOF_CLUSTER, 0, in exfat_search_empty_slot() 325 if (ei->start_clu != EXFAT_EOF_CLUSTER) { in exfat_find_empty_entry() 333 exfat_chain_set(&clu, EXFAT_EOF_CLUSTER, 0, in exfat_find_empty_entry() 345 if (ei->start_clu == EXFAT_EOF_CLUSTER) { in exfat_find_empty_entry() 364 if (hint_femp.cur.dir == EXFAT_EOF_CLUSTER) in exfat_find_empty_entry() 518 info->start_clu = EXFAT_EOF_CLUSTER; in exfat_add_entry() 524 info->start_clu = EXFAT_EOF_CLUSTER; in exfat_add_entry() [all …]
|
D | dir.c | 103 if (clu_offset > 0 && ei->hint_bmap.off != EXFAT_EOF_CLUSTER && in exfat_readdir() 109 while (clu_offset > 0 && clu.dir != EXFAT_EOF_CLUSTER) { in exfat_readdir() 117 while (clu.dir != EXFAT_EOF_CLUSTER && dentry < max_dentries) { in exfat_readdir() 185 clu.dir = EXFAT_EOF_CLUSTER; in exfat_readdir() 325 exfat_chain_set(clu, EXFAT_EOF_CLUSTER, 0, ALLOC_NO_FAT_CHAIN); in exfat_alloc_new_dir() 597 if (cur_clu == EXFAT_EOF_CLUSTER) { in exfat_walk_fat_chain() 1038 while (clu.dir != EXFAT_EOF_CLUSTER) { in exfat_find_dir_entry() 1150 clu.dir = EXFAT_EOF_CLUSTER; in exfat_find_dir_entry() 1174 ei->hint_femp.cur.dir = EXFAT_EOF_CLUSTER; in exfat_find_dir_entry() 1193 clu.dir = EXFAT_EOF_CLUSTER; in exfat_find_dir_entry() [all …]
|
D | file.c | 46 last_clu = EXFAT_EOF_CLUSTER; in exfat_cont_expand() 47 clu.dir = EXFAT_EOF_CLUSTER; in exfat_cont_expand() 191 ei->start_clu = EXFAT_EOF_CLUSTER; in __exfat_truncate() 216 last_clu != EXFAT_EOF_CLUSTER) { in __exfat_truncate() 217 if (exfat_ent_set(sb, last_clu, EXFAT_EOF_CLUSTER)) in __exfat_truncate() 226 ei->hint_bmap.off = EXFAT_EOF_CLUSTER; in __exfat_truncate() 227 ei->hint_bmap.clu = EXFAT_EOF_CLUSTER; in __exfat_truncate()
|
D | exfat_raw.h | 20 #define EXFAT_EOF_CLUSTER 0xFFFFFFFFu macro
|
D | nls.c | 756 while (clu.dir != EXFAT_EOF_CLUSTER) { in exfat_create_upcase_table()
|
D | super.c | 387 ei->hint_bmap.off = EXFAT_EOF_CLUSTER; in exfat_read_root()
|