Home
last modified time | relevance | path

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

/drivers/staging/exfat/
Dexfat_core.c179 new_clu = p_fs->clu_srch_ptr; in fat_alloc_cluster()
206 p_fs->clu_srch_ptr = new_clu; in fat_alloc_cluster()
217 p_fs->clu_srch_ptr = new_clu; in fat_alloc_cluster()
233 hint_clu = test_alloc_bitmap(sb, p_fs->clu_srch_ptr - 2); in exfat_alloc_cluster()
275 p_fs->clu_srch_ptr = hint_clu; in exfat_alloc_cluster()
295 p_fs->clu_srch_ptr = hint_clu; in exfat_alloc_cluster()
3064 p_fs->clu_srch_ptr = 2; in fat16_mount()
3117 p_fs->clu_srch_ptr = 2; in fat32_mount()
3192 p_fs->clu_srch_ptr = 2; in exfat_mount()
Dexfat.h614 u32 clu_srch_ptr; /* cluster search pointer */ member