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.c352 list_for_each_entry(bioc, &ordered_extent->bioc_list, rst_ordered_entry) { in btrfs_insert_raid_extent()
360 typeof(*bioc), rst_ordered_entry); in btrfs_insert_raid_extent()
361 list_del(&bioc->rst_ordered_entry); in btrfs_insert_raid_extent()
H A Dvolumes.h513 struct list_head rst_ordered_entry; member
H A Dbio.c744 list_add_tail(&bioc->rst_ordered_entry, &bbio->ordered->bioc_list); in btrfs_submit_chunk()