Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dordered-data.h40 #define BTRFS_ORDERED_IO_DONE 0 /* set when all the pages are written */ macro
Dordered-data.c194 if (type != BTRFS_ORDERED_IO_DONE && type != BTRFS_ORDERED_COMPLETE) in __btrfs_add_ordered_extent()
344 ret = test_and_set_bit(BTRFS_ORDERED_IO_DONE, &entry->flags); in btrfs_dec_test_first_ordered_pending()
408 ret = test_and_set_bit(BTRFS_ORDERED_IO_DONE, &entry->flags); in btrfs_dec_test_ordered_pending()
/linux-4.19.296/include/trace/events/
Dbtrfs.h428 { (1 << BTRFS_ORDERED_IO_DONE), "IO_DONE" }, \