Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Dfs.h803 struct list_head allocated_ebs; member
A Dextent_io.c50 list_add(&eb->leak_list, &fs_info->allocated_ebs); in btrfs_leak_debug_add_eb()
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()
A Ddisk-io.c2930 INIT_LIST_HEAD(&fs_info->allocated_ebs); in btrfs_init_fs_info()

Completed in 21 milliseconds