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

/linux-master/fs/btrfs/
H A Dulist.h70 struct ulist_node *ulist_next(const struct ulist *ulist,
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 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.c2657 while ((unode = ulist_next(roots, &uiter))) {
2818 unode = ulist_next(roots, &uiter);
4203 while ((unode = ulist_next(&reserved->range_changed, &uiter))) {
4520 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) {

Completed in 151 milliseconds