Searched refs:lfs_fromle32 (Results 1 – 2 of 2) sorted by relevance
314 pair[0] = lfs_fromle32(pair[0]); in lfs_pair_fromle32()315 pair[1] = lfs_fromle32(pair[1]); in lfs_pair_fromle32()433 a->tag = lfs_fromle32(a->tag); in lfs_gstate_fromle32()434 a->pair[0] = lfs_fromle32(a->pair[0]); in lfs_gstate_fromle32()435 a->pair[1] = lfs_fromle32(a->pair[1]); in lfs_gstate_fromle32()453 fcrc->size = lfs_fromle32(fcrc->size); in lfs_fcrc_fromle32()454 fcrc->crc = lfs_fromle32(fcrc->crc); in lfs_fcrc_fromle32()466 ctz->head = lfs_fromle32(ctz->head); in lfs_ctz_fromle32()467 ctz->size = lfs_fromle32(ctz->size); in lfs_ctz_fromle32()478 superblock->version = lfs_fromle32(superblock->version); in lfs_superblock_fromle32()[all …]
169 static inline uint32_t lfs_fromle32(uint32_t a) { in lfs_fromle32() function188 return lfs_fromle32(a); in lfs_tole32()