Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dordered-data.h55 #define BTRFS_ORDERED_COMPLETE 1 /* set when removed from the tree */ macro
Dordered-data.c209 if (type != BTRFS_ORDERED_IO_DONE && type != BTRFS_ORDERED_COMPLETE) in __btrfs_add_ordered_extent()
577 set_bit(BTRFS_ORDERED_COMPLETE, &entry->flags); in btrfs_remove_ordered_extent()
714 wait_event(entry->wait, test_bit(BTRFS_ORDERED_COMPLETE, in btrfs_start_ordered_extent()
Dtransaction.c1762 wait_event(ordered->wait, test_bit(BTRFS_ORDERED_COMPLETE, in btrfs_wait_pending_ordered()
/linux-4.1.27/include/trace/events/
Dbtrfs.h218 { (1 << BTRFS_ORDERED_COMPLETE), "COMPLETE" }, \