Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Draid56.c97 struct list_head plug_list; member
380 BUG_ON(!list_empty(&rbio->plug_list)); in __remove_rbio_from_cache()
683 list_empty(&cur->plug_list) && in lock_stripe_add()
711 list_for_each_entry(pending, &cur->plug_list, plug_list) { in lock_stripe_add()
725 list_add_tail(&rbio->plug_list, &cur->plug_list); in lock_stripe_add()
756 if (list_empty(&rbio->plug_list)) in unlock_stripe()
768 if (list_empty(&rbio->plug_list) && in unlock_stripe()
784 if (!list_empty(&rbio->plug_list)) { in unlock_stripe()
786 struct list_head *head = rbio->plug_list.next; in unlock_stripe()
789 plug_list); in unlock_stripe()
[all …]
/Linux-v5.15/block/
Dblk-merge.c1048 struct list_head *plug_list; in blk_attempt_plug_merge() local
1054 plug_list = &plug->mq_list; in blk_attempt_plug_merge()
1056 list_for_each_entry_reverse(rq, plug_list, queuelist) { in blk_attempt_plug_merge()