Searched refs:ulist_next (Results 1 - 6 of 6) sorted by path

/linux-master/fs/btrfs/
H A Dbackref.c710 while ((node = ulist_next(ulist, &uiter)))
794 node = ulist_next(parents, &uiter);
799 while ((node = ulist_next(parents, &uiter))) {
1783 node = ulist_next(ctx->refs, &uiter);
1978 node = ulist_next(&ctx->refs, &uiter);
2458 while (!ret && (ref_node = ulist_next(refs, &ref_uiter))) {
2505 while (!ret && (root_node = ulist_next(ctx->roots, &root_uiter))) {
H A Dqgroup.c2652 while ((unode = ulist_next(roots, &uiter))) {
2813 unode = ulist_next(roots, &uiter);
4200 while ((unode = ulist_next(&reserved->range_changed, &uiter))) {
4517 while ((unode = ulist_next(&changeset.range_changed, &iter))) {
H A Drelocation.c3501 while ((ref_node = ulist_next(ctx.refs, &leaf_uiter))) {
H A Dsend.c1476 while ((node = ulist_next(root_ids, &uiter)) != NULL) {
H A Dulist.c24 * while ((elem = ulist_next(ulist, &uiter)) {
269 struct ulist_node *ulist_next(const struct ulist *ulist, struct ulist_iterator *uiter) function
H A Dulist.h70 struct ulist_node *ulist_next(const struct ulist *ulist,

Completed in 243 milliseconds