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))) {
1749 struct ulist_iterator uiter; local
1770 ULIST_ITER_INIT(&uiter);
1783 node = ulist_next(ctx->refs, &uiter);
1861 struct ulist_iterator uiter; local
[all...]
H A Dqgroup.c2651 struct ulist_iterator uiter; local
2656 ULIST_ITER_INIT(&uiter);
2657 while ((unode = ulist_next(roots, &uiter))) {
2811 struct ulist_iterator uiter; local
2817 ULIST_ITER_INIT(&uiter);
2818 unode = ulist_next(roots, &uiter);
4193 struct ulist_iterator uiter; local
4202 ULIST_ITER_INIT(&uiter);
4203 while ((unode = ulist_next(&reserved->range_changed, &uiter))) {
H A Dsend.c1458 struct ulist_iterator uiter; local
1475 ULIST_ITER_INIT(&uiter);
1476 while ((node = ulist_next(root_ids, &uiter)) != NULL) {
/linux-master/drivers/block/
H A Dublk_drv.c799 unsigned offset, struct iov_iter *uiter, int dir)
807 while (iov_iter_count(uiter) && iter.bio) {
813 len = iov_iter_get_pages2(uiter, iter.pages,
814 iov_iter_count(uiter),
798 ublk_copy_user_pages(const struct request *req, unsigned offset, struct iov_iter *uiter, int dir) argument

Completed in 186 milliseconds