Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dextent_io.c71 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()
4970 &fs_info->allocated_ebs); in __alloc_extent_buffer()
H A Dctree.h973 struct list_head allocated_ebs; member
H A Ddisk-io.c2742 INIT_LIST_HEAD(&fs_info->allocated_ebs); in btrfs_init_fs_info()