Searched refs:ulist_next (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/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 | 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 | qgroup.c | 1417 while ((unode = ulist_next(tmp, &uiter))) { in __qgroup_excl_accounting() 2500 while ((unode = ulist_next(roots, &uiter))) { in qgroup_update_refcnt() 2514 while ((tmp_unode = ulist_next(tmp, &tmp_uiter))) { in qgroup_update_refcnt() 2587 while ((unode = ulist_next(qgroups, &uiter))) { in qgroup_update_counters() 2681 unode = ulist_next(roots, &uiter); in maybe_fs_roots() 3257 while ((unode = ulist_next(fs_info->qgroup_ulist, &uiter))) { in btrfs_qgroup_free_refroot() 3884 while ((unode = ulist_next(&reserved->range_changed, &uiter))) { in qgroup_free_reserved_data() 4185 while ((unode = ulist_next(&changeset.range_changed, &iter))) { in btrfs_qgroup_check_reserved_leak()
|
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()
|