Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/exfat/
Dexfat_core.c646 u32 clu_base, clu_free; in test_alloc_bitmap() local
651 clu_base = (clu & ~(0x7)) + 2; in test_alloc_bitmap()
652 clu_mask = (1 << (clu - clu_base + 2)) - 1; in test_alloc_bitmap()
664 clu_free = clu_base + free_bit[k]; in test_alloc_bitmap()
668 clu_base += 8; in test_alloc_bitmap()
671 (clu_base >= p_fs->num_clusters)) { in test_alloc_bitmap()
673 clu_base = 2; in test_alloc_bitmap()