Home
last modified time | relevance | path

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

/fs/btrfs/
Dvolumes.h381 #define map_lookup_size(n) (sizeof(struct map_lookup) + \ macro
Dvolumes.c5165 map = kmalloc(map_lookup_size(ctl->num_stripes), GFP_NOFS); in create_chunk()
6724 map = kmalloc(map_lookup_size(num_stripes), GFP_NOFS); in read_one_chunk()
/fs/btrfs/tests/
Dextent-map-tests.c471 map = kmalloc(map_lookup_size(test->num_stripes), GFP_KERNEL); in test_rmap_block()