Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dextent_io.c76 if (!fs_info->allocated_ebs.next) in btrfs_extent_buffer_leak_debug_check()
80 while (!list_empty(&fs_info->allocated_ebs)) { in btrfs_extent_buffer_leak_debug_check()
81 eb = list_first_entry(&fs_info->allocated_ebs, in btrfs_extent_buffer_leak_debug_check()
5823 &fs_info->allocated_ebs); in __alloc_extent_buffer()
Dctree.h1031 struct list_head allocated_ebs; member
Ddisk-io.c2901 INIT_LIST_HEAD(&fs_info->allocated_ebs); in btrfs_init_fs_info()