Home
last modified time | relevance | path

Searched refs:bioc_list (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/btrfs/
H A Draid-stripe-tree.c352 list_for_each_entry(bioc, &ordered_extent->bioc_list, rst_ordered_entry) { in btrfs_insert_raid_extent()
358 while (!list_empty(&ordered_extent->bioc_list)) { in btrfs_insert_raid_extent()
359 bioc = list_first_entry(&ordered_extent->bioc_list, in btrfs_insert_raid_extent()
H A Dordered-data.h157 struct list_head bioc_list; member
H A Dbio.c736 list_add_tail(&bioc->rst_ordered_entry, &bbio->ordered->bioc_list); in btrfs_submit_chunk()
H A Dordered-data.c194 INIT_LIST_HEAD(&entry->bioc_list); in alloc_ordered_extent()
H A Dinode.c3339 list_empty(&ordered->bioc_list)) in btrfs_finish_ordered_io()