Searched refs:btrfs_bio_size (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/fs/btrfs/ | ||
D | volumes.h | 237 #define btrfs_bio_size(n) (sizeof(struct btrfs_bio) + \ macro |
D | volumes.c | 3835 bbio = kzalloc(btrfs_bio_size(num_stripes), GFP_NOFS); in __btrfs_map_block() |