Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dordered-data.h70 BTRFS_ORDERED_TRUNCATED, enumerator
H A Dordered-data.c1214 if (test_bit(BTRFS_ORDERED_TRUNCATED, &ordered->flags)) { in btrfs_split_ordered_extent()
H A Dinode.c2985 if (test_bit(BTRFS_ORDERED_TRUNCATED, &oe->flags)) { in insert_ordered_extent_file_extent()
3002 test_bit(BTRFS_ORDERED_TRUNCATED, &oe->flags); in insert_ordered_extent_file_extent()
3053 if (test_bit(BTRFS_ORDERED_TRUNCATED, &ordered_extent->flags)) { in btrfs_finish_one_ordered()
3135 !test_bit(BTRFS_ORDERED_TRUNCATED, &ordered_extent->flags)) in btrfs_finish_one_ordered()
8075 set_bit(BTRFS_ORDERED_TRUNCATED, &ordered->flags); in btrfs_invalidate_folio()
/openbmc/linux/include/trace/events/
H A Dbtrfs.h512 { (1 << BTRFS_ORDERED_TRUNCATED), "TRUNCATED" })