Searched refs:BTRFS_ORDERED_IO_DONE (Results 1 – 4 of 4) sorted by relevance
209 if (type != BTRFS_ORDERED_IO_DONE && type != BTRFS_ORDERED_COMPLETE) in __btrfs_add_ordered_extent()354 ret = test_and_set_bit(BTRFS_ORDERED_IO_DONE, &entry->flags); in btrfs_dec_test_first_ordered_pending()418 ret = test_and_set_bit(BTRFS_ORDERED_IO_DONE, &entry->flags); in btrfs_dec_test_ordered_pending()500 if (!test_bit(BTRFS_ORDERED_IO_DONE, &ordered->flags) && in btrfs_wait_logged_extents()509 wait_event(ordered->wait, test_bit(BTRFS_ORDERED_IO_DONE, in btrfs_wait_logged_extents()
53 #define BTRFS_ORDERED_IO_DONE 0 /* set when all the pages are written */ macro
3818 if (!test_bit(BTRFS_ORDERED_IO_DONE, &ordered->flags) && in wait_ordered_extents()3829 (test_bit(BTRFS_ORDERED_IO_DONE, &ordered->flags) || in wait_ordered_extents()
217 { (1 << BTRFS_ORDERED_IO_DONE), "IO_DONE" }, \