Searched refs:nested_iterator (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/btrfs/
H A Dqgroup.h266 struct list_head nested_iterator; member in struct:btrfs_qgroup
H A Dqgroup.c231 INIT_LIST_HEAD(&qgroup->nested_iterator);
2620 if (!list_empty(&qgroup->nested_iterator))
2623 list_add_tail(&qgroup->nested_iterator, head);
2631 qgroup = list_first_entry(head, struct btrfs_qgroup, nested_iterator);
2632 list_del_init(&qgroup->nested_iterator);
2720 list_for_each_entry(qg, qgroups, nested_iterator) {

Completed in 162 milliseconds