Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ntfs3/
Dindex.c1494 u64 bmp_size, bmp_size_v; in indx_add_allocate() local
1507 bmp_size = le64_to_cpu(bmp->nres.data_size); in indx_add_allocate()
1510 bmp_size = bmp_size_v = le32_to_cpu(bmp->res.data_size); in indx_add_allocate()
1513 bit = bmp_size << 3; in indx_add_allocate()
1556 &indx->bitmap_run, bmp_size, &bmp_size_v, false, NULL); in indx_add_allocate()