Home
last modified time | relevance | path

Searched refs:TYPE_BITMAP (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/exfat/
H A Dballoc.c113 if (type == TYPE_BITMAP && in exfat_load_bitmap()
H A Ddir.c357 return TYPE_BITMAP; in exfat_get_entry_type()
406 } else if (type == TYPE_BITMAP) { in exfat_set_entry_type()
H A Dexfat_fs.h60 #define TYPE_BITMAP 0x0101 macro