Home
last modified time | relevance | path

Searched refs:FAT_ENT_FREE (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/fs/fat/
Dfatent.c499 if (ops->ent_get(&fatent) == FAT_ENT_FREE) { in fat_alloc_clusters()
572 } else if (cluster == FAT_ENT_FREE) { in fat_free_clusters()
597 ops->ent_put(&fatent, FAT_ENT_FREE); in fat_free_clusters()
741 if (ops->ent_get(&fatent) == FAT_ENT_FREE) in fat_count_free_clusters()
800 if (ops->ent_get(&fatent) == FAT_ENT_FREE) { in fat_trim_fs()
Dcache.c269 else if (nr == FAT_ENT_FREE) { in fat_get_cluster()
Dfile.c357 } else if (ret == FAT_ENT_FREE) { in fat_free()
/linux-6.1.9/include/uapi/linux/
Dmsdos_fs.h79 #define FAT_ENT_FREE (0) macro