Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Draid56.c96 struct list_head plug_list; member
390 BUG_ON(!list_empty(&rbio->plug_list)); in __remove_rbio_from_cache()
690 list_empty(&cur->plug_list) && in lock_stripe_add()
721 list_for_each_entry(pending, &cur->plug_list, in lock_stripe_add()
722 plug_list) { in lock_stripe_add()
736 list_add_tail(&rbio->plug_list, &cur->plug_list); in lock_stripe_add()
768 if (list_empty(&rbio->plug_list)) in unlock_stripe()
780 if (list_empty(&rbio->plug_list) && in unlock_stripe()
796 if (!list_empty(&rbio->plug_list)) { in unlock_stripe()
798 struct list_head *head = rbio->plug_list.next; in unlock_stripe()
[all …]
/Linux-v5.4/block/
Dblk-core.c697 struct list_head *plug_list; in blk_attempt_plug_merge() local
703 plug_list = &plug->mq_list; in blk_attempt_plug_merge()
705 list_for_each_entry_reverse(rq, plug_list, queuelist) { in blk_attempt_plug_merge()