Lines Matching defs:map
19 #include "inode-map.h"
537 /* No more pages to map */
541 /* map the next page */
553 * map the next one if there is any left.
4014 void *map = NULL;
4038 if (!map) {
4039 map = kmem_cache_zalloc(btrfs_free_space_bitmap_cachep, GFP_NOFS);
4040 if (!map) {
4050 info->bitmap = map;
4051 map = NULL;
4069 if (map)
4070 kmem_cache_free(btrfs_free_space_bitmap_cachep, map);