Home
last modified time | relevance | path

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

/linux-6.15/fs/exfat/
Dballoc.c175 unsigned int clu_base, clu_free; in exfat_find_free_bitmap() local
Dexfat_fs.h137 #define IGNORED_BITS_REMAINED(clu, clu_base) ((1UL << ((clu) - (clu_base))) - 1) argument