Home
last modified time | relevance | path

Searched refs:allocated_roots (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/
H A Dfs.h954 struct list_head allocated_roots; member
H A Ddisk-io.c662 list_add_tail(&root->leak_list, &fs_info->allocated_roots); in btrfs_alloc_root()
1166 while (!list_empty(&fs_info->allocated_roots)) { in btrfs_check_leaked_roots()
1169 root = list_first_entry(&fs_info->allocated_roots, in btrfs_check_leaked_roots()
2819 INIT_LIST_HEAD(&fs_info->allocated_roots); in btrfs_init_fs_info()