BPS 51 uspace/srv/fs/exfat/exfat.h #define BPS(bs) ((uint32_t) (1 << (bs->bytes_per_sector))) BPS 52 uspace/srv/fs/fat/fat.h #define BPS(bs) uint16_t_le2host((bs)->bps)