Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Draid56.c96 struct list_head plug_list; member
391 BUG_ON(!list_empty(&rbio->plug_list)); in __remove_rbio_from_cache()
694 list_empty(&cur->plug_list) && in lock_stripe_add()
722 list_for_each_entry(pending, &cur->plug_list, plug_list) { in lock_stripe_add()
736 list_add_tail(&rbio->plug_list, &cur->plug_list); in lock_stripe_add()
767 if (list_empty(&rbio->plug_list)) in unlock_stripe()
779 if (list_empty(&rbio->plug_list) && in unlock_stripe()
795 if (!list_empty(&rbio->plug_list)) { in unlock_stripe()
797 struct list_head *head = rbio->plug_list.next; in unlock_stripe()
800 plug_list); in unlock_stripe()
[all …]
/OK3568_Linux_fs/kernel/block/
H A Dblk-merge.c1059 struct list_head *plug_list; in blk_attempt_plug_merge() local
1065 plug_list = &plug->mq_list; in blk_attempt_plug_merge()
1067 list_for_each_entry_reverse(rq, plug_list, queuelist) { in blk_attempt_plug_merge()