Home
last modified time | relevance | path

Searched refs:rst_ordered_entry (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
H A Draid-stripe-tree.c170 list_for_each_entry(bioc, &ordered_extent->bioc_list, rst_ordered_entry) { in btrfs_insert_raid_extent()
178 typeof(*bioc), rst_ordered_entry); in btrfs_insert_raid_extent()
179 list_del(&bioc->rst_ordered_entry); in btrfs_insert_raid_extent()
H A Dvolumes.h492 struct list_head rst_ordered_entry; member
H A Dbio.c719 list_add_tail(&bioc->rst_ordered_entry, &bbio->ordered->bioc_list); in btrfs_submit_chunk()