Home
last modified time | relevance | path

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

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