Home
last modified time | relevance | path

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

/openbmc/linux/fs/fat/
H A Dfatent.c134 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 Dfile.c349 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 Dcache.c275 } else if (nr == FAT_ENT_EOF) { in fat_get_cluster()
302 else if (ret == FAT_ENT_EOF) { in fat_bmap_cluster()
H A Dmisc.c121 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); in fat_chain_add()
H A Dinode.c485 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); in fat_calc_dir_size()
/openbmc/linux/include/uapi/linux/
H A Dmsdos_fs.h81 #define FAT_ENT_EOF (EOF_FAT32) macro