Searched refs:BTRFS_ORDERED_COMPLETE (Results 1 – 2 of 2) sorted by relevance
206 if (type != BTRFS_ORDERED_IO_DONE && type != BTRFS_ORDERED_COMPLETE) in __btrfs_add_ordered_extent()520 if (!test_bit(BTRFS_ORDERED_COMPLETE, &ordered->flags)) { in btrfs_wait_logged_extents()525 if (!test_bit(BTRFS_ORDERED_COMPLETE, &ordered->flags)) { in btrfs_wait_logged_extents()602 set_bit(BTRFS_ORDERED_COMPLETE, &entry->flags); in btrfs_remove_ordered_extent()768 wait_event(entry->wait, test_bit(BTRFS_ORDERED_COMPLETE, in btrfs_start_ordered_extent()
55 #define BTRFS_ORDERED_COMPLETE 1 /* set when removed from the tree */ macro