Home
last modified time | relevance | path

Searched refs:BTRFS_ORDERED_IO_DONE (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/btrfs/
Dordered-data.c209 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()
Dordered-data.h53 #define BTRFS_ORDERED_IO_DONE 0 /* set when all the pages are written */ macro
Dtree-log.c3818 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()
/linux-4.1.27/include/trace/events/
Dbtrfs.h217 { (1 << BTRFS_ORDERED_IO_DONE), "IO_DONE" }, \