Searched refs:ulist_next (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | ulist.h | 72 struct ulist_node *ulist_next(const struct ulist *ulist,
|
| H A D | ulist.c | 283 struct ulist_node *ulist_next(const struct ulist *ulist, struct ulist_iterator *uiter) in ulist_next() function
|
| H A D | backref.c | 708 while ((node = ulist_next(ulist, &uiter))) in free_leaf_list() 792 node = ulist_next(parents, &uiter); in resolve_indirect_refs() 797 while ((node = ulist_next(parents, &uiter))) { in resolve_indirect_refs() 1773 node = ulist_next(ctx->refs, &uiter); in btrfs_find_all_roots_safe() 1968 node = ulist_next(&ctx->refs, &uiter); in btrfs_is_data_extent_shared() 2453 while (!ret && (ref_node = ulist_next(refs, &ref_uiter))) { in iterate_extent_inodes() 2500 while (!ret && (root_node = ulist_next(ctx->roots, &root_uiter))) { in iterate_extent_inodes()
|
| H A D | qgroup.c | 2757 while ((unode = ulist_next(roots, &uiter))) { in qgroup_update_refcnt() 2918 unode = ulist_next(roots, &uiter); in maybe_fs_roots() 4332 while ((unode = ulist_next(&reserved->range_changed, &uiter))) { in qgroup_free_reserved_data() 4652 while ((unode = ulist_next(&changeset.range_changed, &iter))) { in btrfs_qgroup_check_reserved_leak()
|
| H A D | relocation.c | 3307 while ((ref_node = ulist_next(ctx.refs, &leaf_uiter))) { in add_data_references()
|