Searched refs:EXFAT_EOF_CLUSTER (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.15/fs/exfat/ |
| D | fatent.c | 55 *content = EXFAT_EOF_CLUSTER; in __exfat_ent_get() 126 if (*content != EXFAT_EOF_CLUSTER && !is_valid_cluster(sbi, *content)) { in exfat_ent_get() 149 if (exfat_ent_set(sb, chain, EXFAT_EOF_CLUSTER)) in exfat_chain_cont_cluster() 165 p_chain->dir == EXFAT_EOF_CLUSTER || in __exfat_free_cluster() 209 if (err || n_clu == EXFAT_EOF_CLUSTER) in __exfat_free_cluster() 226 } while (clu != EXFAT_EOF_CLUSTER); in __exfat_free_cluster() 262 } while (next != EXFAT_EOF_CLUSTER); in exfat_find_last_cluster() 327 unsigned int hint_clu, new_clu, last_clu = EXFAT_EOF_CLUSTER; in exfat_alloc_cluster() 347 if (hint_clu == EXFAT_EOF_CLUSTER) { in exfat_alloc_cluster() 355 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 | 73 if (ei->start_clu == EXFAT_EOF_CLUSTER) in __exfat_write_inode() 126 *clu = EXFAT_EOF_CLUSTER; in exfat_map_cluster() 133 if (clu_offset > 0 && *clu != EXFAT_EOF_CLUSTER) { in exfat_map_cluster() 137 *clu = EXFAT_EOF_CLUSTER; in exfat_map_cluster() 151 if (clu_offset > 0 && ei->hint_bmap.off != EXFAT_EOF_CLUSTER && in exfat_map_cluster() 159 while (clu_offset > 0 && *clu != EXFAT_EOF_CLUSTER) { in exfat_map_cluster() 167 if (*clu == EXFAT_EOF_CLUSTER) { in exfat_map_cluster() 170 new_clu.dir = (last_clu == EXFAT_EOF_CLUSTER) ? in exfat_map_cluster() 171 EXFAT_EOF_CLUSTER : last_clu + 1; in exfat_map_cluster() 187 if (new_clu.dir == EXFAT_EOF_CLUSTER || in exfat_map_cluster() [all …]
|
| D | balloc.c | 103 while (clu.dir != EXFAT_EOF_CLUSTER) { in exfat_load_bitmap() 234 return EXFAT_EOF_CLUSTER; in exfat_find_free_bitmap() 290 if (trim_begin == EXFAT_EOF_CLUSTER) in exfat_trim_fs() 294 if (next_free_clu == EXFAT_EOF_CLUSTER) in exfat_trim_fs() 327 } while (next_free_clu != EXFAT_EOF_CLUSTER && in exfat_trim_fs()
|
| D | file.c | 145 ei->start_clu = EXFAT_EOF_CLUSTER; in __exfat_truncate() 176 if (ei->start_clu == EXFAT_EOF_CLUSTER) { in __exfat_truncate() 200 last_clu != EXFAT_EOF_CLUSTER) { in __exfat_truncate() 201 if (exfat_ent_set(sb, last_clu, EXFAT_EOF_CLUSTER)) in __exfat_truncate() 210 ei->hint_bmap.off = EXFAT_EOF_CLUSTER; in __exfat_truncate() 211 ei->hint_bmap.clu = EXFAT_EOF_CLUSTER; in __exfat_truncate()
|
| D | dir.c | 100 if (clu_offset > 0 && ei->hint_bmap.off != EXFAT_EOF_CLUSTER && in exfat_readdir() 114 while (clu.dir != EXFAT_EOF_CLUSTER && dentry < max_dentries) { in exfat_readdir() 178 clu.dir = EXFAT_EOF_CLUSTER; in exfat_readdir() 323 exfat_chain_set(clu, EXFAT_EOF_CLUSTER, 0, ALLOC_NO_FAT_CHAIN); in exfat_alloc_new_dir() 644 if (cur_clu == EXFAT_EOF_CLUSTER) { in exfat_walk_fat_chain() 954 while (clu.dir != EXFAT_EOF_CLUSTER) { in exfat_find_dir_entry() 1085 clu.dir = EXFAT_EOF_CLUSTER; in exfat_find_dir_entry() 1121 clu.dir = EXFAT_EOF_CLUSTER; in exfat_find_dir_entry() 1126 if (ret || clu.dir == EXFAT_EOF_CLUSTER) { in exfat_find_dir_entry() 1176 while (clu.dir != EXFAT_EOF_CLUSTER) { in exfat_count_dir_entries() [all …]
|
| D | namei.c | 228 while (clu.dir != EXFAT_EOF_CLUSTER) { in exfat_search_empty_slot() 279 clu.dir = EXFAT_EOF_CLUSTER; in exfat_search_empty_slot() 528 info->start_clu = EXFAT_EOF_CLUSTER; in exfat_add_entry() 649 info->start_clu = EXFAT_EOF_CLUSTER; in exfat_find() 896 while (clu.dir != EXFAT_EOF_CLUSTER) { in exfat_check_dir_empty() 916 clu.dir = EXFAT_EOF_CLUSTER; in exfat_check_dir_empty() 1314 new_ei->start_clu = EXFAT_EOF_CLUSTER; in __exfat_rename()
|
| D | exfat_raw.h | 20 #define EXFAT_EOF_CLUSTER 0xFFFFFFFFu macro
|
| D | nls.c | 762 while (clu.dir != EXFAT_EOF_CLUSTER) { in exfat_create_upcase_table()
|
| D | super.c | 344 ei->hint_bmap.off = EXFAT_EOF_CLUSTER; in exfat_read_root()
|