Home
last modified time | relevance | path

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

/fs/btrfs/
Dfree-space-cache.c35 struct btrfs_free_space *info);
546 struct btrfs_free_space *entry, u8 *type) in io_ctl_read_entry()
573 struct btrfs_free_space *entry) in io_ctl_read_bitmap()
595 struct btrfs_free_space *e, *n; in __load_free_space_cache()
888 struct btrfs_free_space *e; in __btrfs_write_out_cache()
890 e = rb_entry(node, struct btrfs_free_space, offset_index); in __btrfs_write_out_cache()
953 struct btrfs_free_space *entry = in __btrfs_write_out_cache()
954 list_entry(pos, struct btrfs_free_space, list); in __btrfs_write_out_cache()
1028 struct btrfs_free_space *entry = in __btrfs_write_out_cache()
1029 list_entry(pos, struct btrfs_free_space, list); in __btrfs_write_out_cache()
[all …]
Dinode-map.c261 struct btrfs_free_space *info; in btrfs_unpin_free_ino()
273 info = rb_entry(n, struct btrfs_free_space, offset_index); in btrfs_unpin_free_ino()
290 #define INIT_THRESHOLD (((1024 * 32) / 2) / sizeof(struct btrfs_free_space))
299 struct btrfs_free_space *info; in recalculate_thresholds()
309 info = rb_entry(n, struct btrfs_free_space, offset_index); in recalculate_thresholds()
333 struct btrfs_free_space *info) in use_bitmap()
352 struct btrfs_free_space *info) in pinned_use_bitmap()
484 prealloc = sizeof(struct btrfs_free_space) * ctl->free_extents; in btrfs_save_ino_cache()
Dfree-space-cache.h22 struct btrfs_free_space { struct
46 struct btrfs_free_space *info); argument
Dinode.c7080 sizeof(struct btrfs_free_space), 0, in btrfs_init_cachep()