Home
last modified time | relevance | path

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

/linux-6.1.9/fs/exfat/
Dballoc.c56 sbi->map_clu = le32_to_cpu(ep->dentry.bitmap.start_clu); in exfat_allocate_bitmap()
77 sector = exfat_cluster_to_sector(sbi, sbi->map_clu); in exfat_allocate_bitmap()
Dexfat_fs.h232 unsigned int map_clu; /* allocation bitmap start cluster */ member