Searched refs:ulist_next (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/fs/btrfs/ |
| D | ulist.h | 69 struct ulist_node *ulist_next(const struct ulist *ulist,
|
| D | ulist.c | 269 struct ulist_node *ulist_next(const struct ulist *ulist, struct ulist_iterator *uiter) in ulist_next() function
|
| D | qgroup.c | 1398 while ((unode = ulist_next(tmp, &uiter))) { in __qgroup_excl_accounting() 2467 while ((unode = ulist_next(roots, &uiter))) { in qgroup_update_refcnt() 2481 while ((tmp_unode = ulist_next(tmp, &tmp_uiter))) { in qgroup_update_refcnt() 2554 while ((unode = ulist_next(qgroups, &uiter))) { in qgroup_update_counters() 2648 unode = ulist_next(roots, &uiter); in maybe_fs_roots() 3159 while ((unode = ulist_next(fs_info->qgroup_ulist, &uiter))) { in qgroup_reserve() 3183 while ((unode = ulist_next(fs_info->qgroup_ulist, &uiter))) { in qgroup_reserve() 3246 while ((unode = ulist_next(fs_info->qgroup_ulist, &uiter))) { in btrfs_qgroup_free_refroot() 3872 while ((unode = ulist_next(&reserved->range_changed, &uiter))) { in qgroup_free_reserved_data() 4126 while ((unode = ulist_next(fs_info->qgroup_ulist, &uiter))) { in qgroup_convert_meta() [all …]
|
| D | backref.c | 713 while ((node = ulist_next(ulist, &uiter))) in free_leaf_list() 797 node = ulist_next(parents, &uiter); in resolve_indirect_refs() 802 while ((node = ulist_next(parents, &uiter))) { in resolve_indirect_refs() 1783 node = ulist_next(ctx->refs, &uiter); in btrfs_find_all_roots_safe() 1978 node = ulist_next(&ctx->refs, &uiter); in btrfs_is_data_extent_shared() 2452 while (!ret && (ref_node = ulist_next(refs, &ref_uiter))) { in iterate_extent_inodes() 2499 while (!ret && (root_node = ulist_next(ctx->roots, &root_uiter))) { in iterate_extent_inodes()
|
| D | relocation.c | 3470 while ((ref_node = ulist_next(ctx.refs, &leaf_uiter))) { in add_data_references()
|
| D | send.c | 1464 while ((node = ulist_next(root_ids, &uiter)) != NULL) { in store_backref_cache()
|