Home
last modified time | relevance | path

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

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