Home
last modified time | relevance | path

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

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