Searched refs:FAT2CPU32 (Results 1 – 3 of 3) sorted by relevance
68 #define FAT2CPU32 le32_to_cpu macro72 #define FAT2CPU32(x) (x) macro75 #define FAT2CPU32(x) ((((x) & 0x000000ff) << 24) | \ macro
224 ret = FAT2CPU32(((__u32 *) mydata->fatbuf)[offset]); in get_fatent()328 loff_t filesize = FAT2CPU32(dentptr->size); in get_contents()520 bs->total_sect = FAT2CPU32(bs->total_sect); in read_bootsectandvi()525 bs->fat32_length = FAT2CPU32(bs->fat32_length); in read_bootsectandvi()527 bs->root_cluster = FAT2CPU32(bs->root_cluster); in read_bootsectandvi()1249 *size = FAT2CPU32(itr->dent->size); in fat_size()1363 dent->size = FAT2CPU32(dir->itr.dent->size); in fat_readdir()
1365 pos = FAT2CPU32(retdent->size); in file_fat_write_at()
Completed in 8 milliseconds