Lines Matching refs:bsx
49 last_clu = le32_to_cpu(exfat->bs->bsx.clu_count) + in exfat_bitmap_find_bit()
376 sector_size = 1 << bs->bsx.sect_size_bits; in exfat_get_root_entry_offset()
377 cluster_size = (1 << bs->bsx.sect_per_clus_bits) * sector_size; in exfat_get_root_entry_offset()
378 root_clu_off = le32_to_cpu(bs->bsx.clu_offset) * sector_size + in exfat_get_root_entry_offset()
379 (le32_to_cpu(bs->bsx.root_cluster) - EXFAT_RESERVED_CLUSTERS) * in exfat_get_root_entry_offset()
578 exfat_info("volume serial : 0x%x\n", ppbr->bsx.vol_serial); in exfat_show_volume_serial()
652 bd->sector_size = 1 << ppbr->bsx.sect_size_bits; in exfat_set_volume_serial()
653 ppbr->bsx.vol_serial = ui->volume_serial; in exfat_set_volume_serial()
704 offset = (off_t)le32_to_cpu(exfat->bs->bsx.fat_offset) << in exfat_get_next_clus()
705 exfat->bs->bsx.sect_size_bits; in exfat_get_next_clus()
734 offset = le32_to_cpu(exfat->bs->bsx.fat_offset) << in exfat_set_fat()
735 exfat->bs->bsx.sect_size_bits; in exfat_set_fat()
746 return sect << exfat->bs->bsx.sect_size_bits; in exfat_s2o()
754 return exfat_s2o(exfat, le32_to_cpu(exfat->bs->bsx.clu_offset) + in exfat_c2o()
756 exfat->bs->bsx.sect_per_clus_bits)); in exfat_c2o()
764 heap_offset = exfat_s2o(exfat, le32_to_cpu(exfat->bs->bsx.clu_offset)); in exfat_o2c()
835 sect_size = 1 << pbr->bsx.sect_size_bits; in read_boot_sect()
836 clu_size = 1 << (pbr->bsx.sect_size_bits + in read_boot_sect()
837 pbr->bsx.sect_per_clus_bits); in read_boot_sect()