Home
last modified time | relevance | path

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

/Linux-v4.19/fs/fat/
Dfatent.c496 if (ops->ent_get(&fatent) == FAT_ENT_FREE) { in fat_alloc_clusters()
569 } else if (cluster == FAT_ENT_FREE) { in fat_free_clusters()
594 ops->ent_put(&fatent, FAT_ENT_FREE); in fat_free_clusters()
682 if (ops->ent_get(&fatent) == FAT_ENT_FREE) in fat_count_free_clusters()
747 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.c360 } else if (ret == FAT_ENT_FREE) { in fat_free()
/Linux-v4.19/include/uapi/linux/
Dmsdos_fs.h84 #define FAT_ENT_FREE (0) macro