Searched refs:FAT_ENT_EOF (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/fs/fat/ |
| D | fatent.c | 133 next = FAT_ENT_EOF; in fat12_ent_get() 142 next = FAT_ENT_EOF; in fat16_ent_get() 151 next = FAT_ENT_EOF; in fat32_ent_get() 159 if (new == FAT_ENT_EOF) in fat12_ent_put() 179 if (new == FAT_ENT_EOF) in fat16_ent_put() 502 ops->ent_put(&fatent, FAT_ENT_EOF); in fat_alloc_clusters() 616 } while (cluster != FAT_ENT_EOF); in fat_free_clusters()
|
| D | file.c | 348 else if (ret == FAT_ENT_EOF) in fat_free() 353 if (ret == FAT_ENT_EOF) { in fat_free() 362 err = fat_ent_write(inode, &fatent, FAT_ENT_EOF, wait); in fat_free()
|
| 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()
|
| D | misc.c | 115 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); in fat_chain_add()
|
| D | inode.c | 489 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); in fat_calc_dir_size()
|
| /Linux-v5.15/include/uapi/linux/ |
| D | msdos_fs.h | 81 #define FAT_ENT_EOF (EOF_FAT32) macro
|