Searched refs:FAT_ENT_EOF (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/fs/fat/ |
| D | fatent.c | 131 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()
|
| D | file.c | 258 else if (ret == FAT_ENT_EOF) in fat_free() 263 if (ret == FAT_ENT_EOF) { in fat_free() 272 err = fat_ent_write(inode, &fatent, FAT_ENT_EOF, wait); in fat_free()
|
| D | cache.c | 269 } else if (nr == FAT_ENT_EOF) { in fat_get_cluster() 296 else if (ret == FAT_ENT_EOF) { in fat_bmap_cluster()
|
| D | misc.c | 113 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); in fat_chain_add()
|
| D | inode.c | 444 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); in fat_calc_dir_size()
|
| /linux-4.4.14/include/uapi/linux/ |
| D | msdos_fs.h | 83 #define FAT_ENT_EOF (EOF_FAT32) macro
|