Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Dballoc.c83 sbi->map_clu = le32_to_cpu(ep->dentry.bitmap.start_clu); in exfat_allocate_bitmap()
104 sector = exfat_cluster_to_sector(sbi, sbi->map_clu); in exfat_allocate_bitmap()
121 if (exfat_test_bitmap_range(sb, sbi->map_clu, in exfat_allocate_bitmap()
H A Dexfat_fs.h264 unsigned int map_clu; /* allocation bitmap start cluster */ member