Lines Matching defs:sdebug_store_sectors
797 static unsigned int sdebug_store_sectors;
876 lba = do_div(lba, sdebug_store_sectors);
887 sector = sector_div(sector, sdebug_store_sectors);
1472 if (sdebug_store_sectors > 0x400)
1473 put_unaligned_be32(sdebug_store_sectors, arr + 4);
1832 return sdebug_store_sectors;
2900 if (num > sdebug_store_sectors) {
2954 block = do_div(lba, sdebug_store_sectors);
2955 if (block + num > sdebug_store_sectors)
2956 rest = block + num - sdebug_store_sectors;
2995 u32 store_blks = sdebug_store_sectors;
3067 const void *dif_store_end = dif_storep + sdebug_store_sectors;
3391 end = min_t(sector_t, sdebug_store_sectors, map_index_to_lba(next));
3751 block = do_div(lbaa, sdebug_store_sectors);
3772 block = do_div(lbaa, sdebug_store_sectors);
4115 block = do_div(lba, sdebug_store_sectors);
4116 if (block + nblks > sdebug_store_sectors)
4117 rest = block + nblks - sdebug_store_sectors;
6453 sdebug_store_sectors);
6810 sdebug_store_sectors = sz / sdebug_sector_size;
7015 dif_size = sdebug_store_sectors * sizeof(struct t10_pi_tuple);
7029 map_size = lba_to_map_index(sdebug_store_sectors - 1) + 1;