Home
last modified time | relevance | path

Searched refs:allocated_ebs (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
H A Dfs.h811 struct list_head allocated_ebs; member
H A Dextent_io.c50 list_add(&eb->leak_list, &fs_info->allocated_ebs); in btrfs_leak_debug_add_eb()
70 * If we didn't get into open_ctree our allocated_ebs will not be in btrfs_extent_buffer_leak_debug_check()
73 if (!fs_info->allocated_ebs.next) in btrfs_extent_buffer_leak_debug_check()
76 WARN_ON(!list_empty(&fs_info->allocated_ebs)); in btrfs_extent_buffer_leak_debug_check()
78 while (!list_empty(&fs_info->allocated_ebs)) { in btrfs_extent_buffer_leak_debug_check()
79 eb = list_first_entry(&fs_info->allocated_ebs, in btrfs_extent_buffer_leak_debug_check()
H A Ddisk-io.c2713 INIT_LIST_HEAD(&fs_info->allocated_ebs); in btrfs_init_fs_info()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent_io.c68 * If we didn't get into open_ctree our allocated_ebs will not be in btrfs_extent_buffer_leak_debug_check()
71 if (!fs_info->allocated_ebs.next) in btrfs_extent_buffer_leak_debug_check()
75 while (!list_empty(&fs_info->allocated_ebs)) { in btrfs_extent_buffer_leak_debug_check()
76 eb = list_first_entry(&fs_info->allocated_ebs, in btrfs_extent_buffer_leak_debug_check()
4971 &fs_info->allocated_ebs); in __alloc_extent_buffer()
H A Dctree.h971 struct list_head allocated_ebs; member
H A Ddisk-io.c2768 INIT_LIST_HEAD(&fs_info->allocated_ebs); in btrfs_init_fs_info()

Completed in 31 milliseconds