Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/base/regmap/
A 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-6.3-rc2/fs/ntfs3/
A Dindex.c1464 u64 bmp_size, bmp_size_v; in indx_add_allocate() local
1477 bmp_size = le64_to_cpu(bmp->nres.data_size); in indx_add_allocate()
1480 bmp_size = bmp_size_v = le32_to_cpu(bmp->res.data_size); in indx_add_allocate()
1483 bit = bmp_size << 3; in indx_add_allocate()
1526 &indx->bitmap_run, bmp_size, &bmp_size_v, false, NULL); in indx_add_allocate()

Completed in 8 milliseconds