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

/linux-master/fs/btrfs/
H A Dulist.c22 * ULIST_ITER_INIT(&uiter);
24 * while ((elem = ulist_next(ulist, &uiter)) {
256 * @uiter: iterator variable, initialized with ULIST_ITER_INIT(&iterator)
269 struct ulist_node *ulist_next(const struct ulist *ulist, struct ulist_iterator *uiter) argument
275 if (uiter->cur_list && uiter->cur_list->next == &ulist->nodes)
277 if (uiter->cur_list) {
278 uiter->cur_list = uiter->cur_list->next;
280 uiter
[all...]
H A Dulist.h71 struct ulist_iterator *uiter);
73 #define ULIST_ITER_INIT(uiter) ((uiter)->cur_list = NULL)
H A Dbackref.c707 struct ulist_iterator uiter; local
709 ULIST_ITER_INIT(&uiter);
710 while ((node = ulist_next(ulist, &uiter)))
741 struct ulist_iterator uiter; local
793 ULIST_ITER_INIT(&uiter);
794 node = ulist_next(parents, &uiter);
799 while ((node = ulist_next(parents, &uiter))) {
1743 struct ulist_iterator uiter; local
1764 ULIST_ITER_INIT(&uiter);
1777 node = ulist_next(ctx->refs, &uiter);
1855 struct ulist_iterator uiter; local
[all...]
H A Dqgroup.c2643 struct ulist_iterator uiter; local
2648 ULIST_ITER_INIT(&uiter);
2649 while ((unode = ulist_next(roots, &uiter))) {
2803 struct ulist_iterator uiter; local
2809 ULIST_ITER_INIT(&uiter);
2810 unode = ulist_next(roots, &uiter);
4184 struct ulist_iterator uiter; local
4193 ULIST_ITER_INIT(&uiter);
4194 while ((unode = ulist_next(&reserved->range_changed, &uiter))) {
H A Dsend.c1457 struct ulist_iterator uiter; local
1474 ULIST_ITER_INIT(&uiter);
1475 while ((node = ulist_next(root_ids, &uiter)) != NULL) {
/linux-master/drivers/block/
H A Dublk_drv.c798 unsigned offset, struct iov_iter *uiter, int dir)
806 while (iov_iter_count(uiter) && iter.bio) {
812 len = iov_iter_get_pages2(uiter, iter.pages,
813 iov_iter_count(uiter),
797 ublk_copy_user_pages(const struct request *req, unsigned offset, struct iov_iter *uiter, int dir) argument

Completed in 243 milliseconds