Searched refs:FAT_ENT_EOF (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/fat/ |
| H A 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()
|
| H A 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()
|
| 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 | 115 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); in fat_chain_add()
|
| H A D | inode.c | 488 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); in fat_calc_dir_size()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | msdos_fs.h | 81 #define FAT_ENT_EOF (EOF_FAT32) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | msdos_fs.h | 86 #define FAT_ENT_EOF (EOF_FAT32) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | msdos_fs.h | 86 #define FAT_ENT_EOF (EOF_FAT32) macro
|