Home
last modified time | relevance | path

Searched refs:BTRFS_ORDERED_IO_DONE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dordered-data.h32 * BTRFS_ORDERED_IO_DONE is set when all of the blocks are written.
42 BTRFS_ORDERED_IO_DONE, enumerator
H A Dordered-data.c202 if (type != BTRFS_ORDERED_IO_DONE && type != BTRFS_ORDERED_COMPLETE) in __btrfs_add_ordered_extent()
357 ret = test_and_set_bit(BTRFS_ORDERED_IO_DONE, &entry->flags); in btrfs_dec_test_first_ordered_pending()
420 ret = test_and_set_bit(BTRFS_ORDERED_IO_DONE, &entry->flags); in btrfs_dec_test_ordered_pending()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dordered-data.h32 * BTRFS_ORDERED_IO_DONE is set when all of the blocks are written.
64 BTRFS_ORDERED_IO_DONE, enumerator
H A Dordered-data.c354 set_bit(BTRFS_ORDERED_IO_DONE, &ordered->flags); in can_finish_ordered_extent()
534 finished = !test_and_set_bit(BTRFS_ORDERED_IO_DONE, &entry->flags); in btrfs_dec_test_ordered_pending()
1206 if (test_bit(BTRFS_ORDERED_IO_DONE, &ordered->flags)) { in btrfs_split_ordered_extent()
/kernel/linux/linux-5.10/include/trace/events/
H A Dbtrfs.h502 { (1 << BTRFS_ORDERED_IO_DONE), "IO_DONE" }, \
/kernel/linux/linux-6.6/include/trace/events/
H A Dbtrfs.h509 { (1 << BTRFS_ORDERED_IO_DONE), "IO_DONE" }, \

Completed in 8 milliseconds