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

/linux-master/include/uapi/linux/
H A Dmsdos_fs.h79 #define FAT_ENT_FREE (0) macro
/linux-master/fs/fat/
H A Dfatent.c499 if (ops->ent_get(&fatent) == FAT_ENT_FREE) {
572 } else if (cluster == FAT_ENT_FREE) {
597 ops->ent_put(&fatent, FAT_ENT_FREE);
741 if (ops->ent_get(&fatent) == FAT_ENT_FREE)
800 if (ops->ent_get(&fatent) == FAT_ENT_FREE) {
H A Dcache.c269 else if (nr == FAT_ENT_FREE) {
H A Dfile.c357 } else if (ret == FAT_ENT_FREE) {

Completed in 132 milliseconds