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

/linux-master/fs/btrfs/
H A Dfs.h868 struct list_head allocated_ebs; member in struct:btrfs_fs_info
H A Dextent_io.c47 list_add(&eb->leak_list, &fs_info->allocated_ebs);
67 * If we didn't get into open_ctree our allocated_ebs will not be
70 if (!fs_info->allocated_ebs.next)
73 WARN_ON(!list_empty(&fs_info->allocated_ebs));
75 while (!list_empty(&fs_info->allocated_ebs)) {
76 eb = list_first_entry(&fs_info->allocated_ebs,
H A Ddisk-io.c2752 INIT_LIST_HEAD(&fs_info->allocated_ebs);

Completed in 194 milliseconds