Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dordered-data.h57 #define BTRFS_ORDERED_TRUNCATED 8 /* Set when we have to truncate an extent */ macro
Dordered-data.c841 if (test_bit(BTRFS_ORDERED_TRUNCATED, &ordered->flags)) in btrfs_ordered_update_i_size()
Dinode.c3029 if (test_bit(BTRFS_ORDERED_TRUNCATED, &ordered_extent->flags)) { in btrfs_finish_ordered_io()
8902 set_bit(BTRFS_ORDERED_TRUNCATED, &ordered->flags); in btrfs_invalidatepage()
/linux-4.19.296/include/trace/events/
Dbtrfs.h436 { (1 << BTRFS_ORDERED_TRUNCATED), "TRUNCATED" })