Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fat/
Dfatent.c500 if (ops->ent_get(&fatent) == FAT_ENT_FREE) { in fat_alloc_clusters()
573 } else if (cluster == FAT_ENT_FREE) { in fat_free_clusters()
598 ops->ent_put(&fatent, FAT_ENT_FREE); in fat_free_clusters()
686 if (ops->ent_get(&fatent) == FAT_ENT_FREE) in fat_count_free_clusters()
751 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.c365 } else if (ret == FAT_ENT_FREE) { in fat_free()
/linux-4.19.296/include/uapi/linux/
Dmsdos_fs.h84 #define FAT_ENT_FREE (0) macro