Home
last modified time | relevance | path

Searched refs:bmp_size (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/base/regmap/
Dregcache-lzo.c130 size_t bmp_size; in regcache_lzo_init() local
150 bmp_size = map->num_reg_defaults_raw; in regcache_lzo_init()
151 sync_bmp = bitmap_zalloc(bmp_size, GFP_KERNEL); in regcache_lzo_init()
167 lzo_blocks[i]->sync_bmp_nbits = bmp_size; in regcache_lzo_init()
/Linux-v6.1/fs/ntfs3/
Dindex.c1391 u64 bmp_size, bmp_size_v; in indx_add_allocate() local
1404 bmp_size = le64_to_cpu(bmp->nres.data_size); in indx_add_allocate()
1407 bmp_size = bmp_size_v = le32_to_cpu(bmp->res.data_size); in indx_add_allocate()
1410 bit = bmp_size << 3; in indx_add_allocate()
1450 &indx->bitmap_run, bmp_size, &bmp_size_v, false, NULL); in indx_add_allocate()