Lines Matching defs:info
257 struct btrfs_free_space *info;
272 info = rb_entry(n, struct btrfs_free_space, offset_index);
273 BUG_ON(info->bitmap); /* Logic error */
275 if (info->offset > root->ino_cache_progress)
278 count = min(root->ino_cache_progress - info->offset + 1,
279 info->bytes);
281 rb_erase(&info->offset_index, rbroot);
285 info->offset, count, 0);
286 kmem_cache_free(btrfs_free_space_cachep, info);
299 struct btrfs_free_space *info;
309 info = rb_entry(n, struct btrfs_free_space, offset_index);
316 max_ino = info->bytes - 1;
325 PAGE_SIZE / sizeof(*info);
333 struct btrfs_free_space *info)
336 info->bytes > INODES_PER_BITMAP / 10)
352 struct btrfs_free_space *info)