Lines Matching defs:sdebug_store_sectors
806 static unsigned int sdebug_store_sectors;
881 lba = do_div(lba, sdebug_store_sectors);
892 sector = sector_div(sector, sdebug_store_sectors);
1477 if (sdebug_store_sectors > 0x400)
1478 put_unaligned_be32(sdebug_store_sectors, arr + 4);
1841 return sdebug_store_sectors;
2973 if (num > sdebug_store_sectors) {
3027 block = do_div(lba, sdebug_store_sectors);
3028 if (block + num > sdebug_store_sectors)
3029 rest = block + num - sdebug_store_sectors;
3068 u32 store_blks = sdebug_store_sectors;
3140 const void *dif_store_end = dif_storep + sdebug_store_sectors;
3530 end = min_t(sector_t, sdebug_store_sectors, map_index_to_lba(next));
3904 block = do_div(lbaa, sdebug_store_sectors);
3925 block = do_div(lbaa, sdebug_store_sectors);
4265 block = do_div(lba, sdebug_store_sectors);
4266 if (block + nblks > sdebug_store_sectors)
4267 rest = block + nblks - sdebug_store_sectors;
6601 sdebug_store_sectors);
6945 sdebug_store_sectors = sz / sdebug_sector_size;
7151 dif_size = sdebug_store_sectors * sizeof(struct t10_pi_tuple);
7165 map_size = lba_to_map_index(sdebug_store_sectors - 1) + 1;