Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/exfat/
Dexfat.h808 u32 test_alloc_bitmap(struct super_block *sb, u32 clu);
Dexfat_core.c233 hint_clu = test_alloc_bitmap(sb, p_fs->clu_srch_ptr - 2); in exfat_alloc_cluster()
245 while ((new_clu = test_alloc_bitmap(sb, hint_clu - 2)) != CLUSTER_32(~0)) { in exfat_alloc_cluster()
643 u32 test_alloc_bitmap(struct super_block *sb, u32 clu) in test_alloc_bitmap() function