Searched refs:FAT_ENT_EOF (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/fs/fat/
H A Dfatent.c131 next = FAT_ENT_EOF; fat12_ent_get()
140 next = FAT_ENT_EOF; fat16_ent_get()
149 next = FAT_ENT_EOF; fat32_ent_get()
157 if (new == FAT_ENT_EOF) fat12_ent_put()
177 if (new == FAT_ENT_EOF) fat16_ent_put()
499 ops->ent_put(&fatent, FAT_ENT_EOF); fat_alloc_clusters()
613 } while (cluster != FAT_ENT_EOF); fat_free_clusters()
H A Dfile.c258 else if (ret == FAT_ENT_EOF) fat_free()
263 if (ret == FAT_ENT_EOF) { fat_free()
272 err = fat_ent_write(inode, &fatent, FAT_ENT_EOF, wait); fat_free()
H A Dcache.c269 } else if (nr == FAT_ENT_EOF) { fat_get_cluster()
296 else if (ret == FAT_ENT_EOF) { fat_bmap_cluster()
H A Dmisc.c113 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); fat_chain_add()
H A Dinode.c444 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); fat_calc_dir_size()
/linux-4.4.14/include/uapi/linux/
H A Dmsdos_fs.h83 #define FAT_ENT_EOF (EOF_FAT32) macro

Completed in 188 milliseconds