Home
last modified time | relevance | path

Searched refs:plug_list (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/btrfs/
Draid56.c80 struct list_head plug_list; member
377 BUG_ON(!list_empty(&rbio->plug_list)); in __remove_rbio_from_cache()
677 list_empty(&cur->plug_list) && in lock_stripe_add()
708 list_for_each_entry(pending, &cur->plug_list, in lock_stripe_add()
709 plug_list) { in lock_stripe_add()
723 list_add_tail(&rbio->plug_list, &cur->plug_list); in lock_stripe_add()
755 if (list_empty(&rbio->plug_list)) in unlock_stripe()
767 if (list_empty(&rbio->plug_list) && in unlock_stripe()
783 if (!list_empty(&rbio->plug_list)) { in unlock_stripe()
785 struct list_head *head = rbio->plug_list.next; in unlock_stripe()
[all …]
/linux-4.19.296/block/
Dblk-core.c1907 struct list_head *plug_list; in blk_attempt_plug_merge() local
1915 plug_list = &plug->mq_list; in blk_attempt_plug_merge()
1917 plug_list = &plug->list; in blk_attempt_plug_merge()
1919 list_for_each_entry_reverse(rq, plug_list, queuelist) { in blk_attempt_plug_merge()
1961 struct list_head *plug_list; in blk_plug_queued_count() local
1969 plug_list = &plug->mq_list; in blk_plug_queued_count()
1971 plug_list = &plug->list; in blk_plug_queued_count()
1973 list_for_each_entry(rq, plug_list, queuelist) { in blk_plug_queued_count()