Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dordered-data.c206 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()
Dordered-data.h55 #define BTRFS_ORDERED_COMPLETE 1 /* set when removed from the tree */ macro
/linux-4.4.14/include/trace/events/
Dbtrfs.h218 { (1 << BTRFS_ORDERED_COMPLETE), "COMPLETE" }, \