Home
last modified time | relevance | path

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

/fs/exfat/
A Dnode.c832 bitmap_t* dmap; in find_slot() local
841 dmap = calloc(BMAP_SIZE(dir->size / sizeof(struct exfat_entry)), in find_slot()
843 if (dmap == NULL) in find_slot()
851 BMAP_SET(dmap, p->entry_offset / sizeof(struct exfat_entry) + i); in find_slot()
856 if (BMAP_GET(dmap, i) == 0) in find_slot()
875 free(dmap); in find_slot()
883 free(dmap); in find_slot()

Completed in 4 milliseconds