Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dordered-data.h72 #define BTRFS_ORDERED_TRUNCATED 9 /* Set when we have to truncate an extent */ macro
Dordered-data.c890 if (test_bit(BTRFS_ORDERED_TRUNCATED, &ordered->flags)) in btrfs_ordered_update_i_size()
Dinode.c2819 if (test_bit(BTRFS_ORDERED_TRUNCATED, &ordered_extent->flags)) { in btrfs_finish_ordered_io()
8538 set_bit(BTRFS_ORDERED_TRUNCATED, &ordered->flags); in btrfs_invalidatepage()
/linux-4.1.27/include/trace/events/
Dbtrfs.h226 { (1 << BTRFS_ORDERED_TRUNCATED), "TRUNCATED" })