Searched refs:FAT_ENT_EOF (Results 1 – 6 of 6) sorted by relevance
/linux/fs/fat/ |
H A D | fatent.c | 134 next = FAT_ENT_EOF; in fat12_ent_get() 143 next = FAT_ENT_EOF; in fat16_ent_get() 152 next = FAT_ENT_EOF; in fat32_ent_get() 160 if (new == FAT_ENT_EOF) in fat12_ent_put() 180 if (new == FAT_ENT_EOF) in fat16_ent_put() 503 ops->ent_put(&fatent, FAT_ENT_EOF); in fat_alloc_clusters() 617 } while (cluster != FAT_ENT_EOF); in fat_free_clusters()
|
H A D | file.c | 349 else if (ret == FAT_ENT_EOF) in fat_free() 354 if (ret == FAT_ENT_EOF) { in fat_free() 363 err = fat_ent_write(inode, &fatent, FAT_ENT_EOF, wait); in fat_free()
|
H A D | cache.c | 275 } else if (nr == FAT_ENT_EOF) { in fat_get_cluster() 302 else if (ret == FAT_ENT_EOF) { in fat_bmap_cluster()
|
H A D | misc.c | 121 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); in fat_chain_add()
|
H A D | inode.c | 483 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); in fat_calc_dir_size()
|
/linux/include/uapi/linux/ |
H A D | msdos_fs.h | 81 #define FAT_ENT_EOF (EOF_FAT32) macro
|