Home
last modified time | relevance | path

Searched refs:BTRFS_ORDERED_COMPLETE (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dordered-data.h36 * BTRFS_ORDERED_COMPLETE is set when the extent is removed from the
44 BTRFS_ORDERED_COMPLETE, enumerator
116 /* used to wait for the BTRFS_ORDERED_COMPLETE bit */
H A Dordered-data.c202 if (type != BTRFS_ORDERED_IO_DONE && type != BTRFS_ORDERED_COMPLETE) in __btrfs_add_ordered_extent()
494 set_bit(BTRFS_ORDERED_COMPLETE, &entry->flags); in btrfs_remove_ordered_extent()
668 wait_event(entry->wait, test_bit(BTRFS_ORDERED_COMPLETE, in btrfs_start_ordered_extent()
H A Dtree-log.c4548 if (!test_bit(BTRFS_ORDERED_COMPLETE, &ordered->flags)) { in btrfs_log_changed_extents()
4550 if (!test_bit(BTRFS_ORDERED_COMPLETE, &ordered->flags)) { in btrfs_log_changed_extents()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dordered-data.h36 * BTRFS_ORDERED_COMPLETE is set when the extent is removed from the
66 BTRFS_ORDERED_COMPLETE, enumerator
140 /* used to wait for the BTRFS_ORDERED_COMPLETE bit */
H A Dordered-data.c622 set_bit(BTRFS_ORDERED_COMPLETE, &entry->flags); in btrfs_remove_ordered_extent()
806 wait_event(entry->wait, test_bit(BTRFS_ORDERED_COMPLETE, &entry->flags)); in btrfs_start_ordered_extent()
H A Dtree-log.c4923 if (!test_bit(BTRFS_ORDERED_COMPLETE, &ordered->flags)) { in btrfs_log_changed_extents()
4925 if (!test_bit(BTRFS_ORDERED_COMPLETE, &ordered->flags)) { in btrfs_log_changed_extents()
/kernel/linux/linux-5.10/include/trace/events/
H A Dbtrfs.h503 { (1 << BTRFS_ORDERED_COMPLETE), "COMPLETE" }, \
/kernel/linux/linux-6.6/include/trace/events/
H A Dbtrfs.h510 { (1 << BTRFS_ORDERED_COMPLETE), "COMPLETE" }, \

Completed in 25 milliseconds