Home
last modified time | relevance | path

Searched refs:BTRFS_ORDERED_COMPRESSED (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
H A Dordered-data.h79 BTRFS_ORDERED_COMPRESSED,
98 (1UL << BTRFS_ORDERED_COMPRESSED))
62 BTRFS_ORDERED_COMPRESSED, global() enumerator
H A Dinode.c1117 em = btrfs_create_io_em(inode, start, &file_extent, BTRFS_ORDERED_COMPRESSED); in submit_uncompressed_range()
1125 1U << BTRFS_ORDERED_COMPRESSED); in submit_uncompressed_range()
3287 if (test_bit(BTRFS_ORDERED_COMPRESSED, &ordered_extent->flags)) in btrfs_finish_one_ordered()
7540 type == BTRFS_ORDERED_COMPRESSED || in btrfs_create_io_em()
7556 case BTRFS_ORDERED_COMPRESSED: in btrfs_create_io_em()
7580 if (type == BTRFS_ORDERED_COMPRESSED) in btrfs_create_io_em()
10073 em = btrfs_create_io_em(inode, start, &file_extent, BTRFS_ORDERED_COMPRESSED); in btrfs_do_encoded_write()
10082 (1U << BTRFS_ORDERED_COMPRESSED)); in btrfs_do_encoded_write()
/linux/include/trace/events/
H A Dbtrfs.h491 { (1 << BTRFS_ORDERED_COMPRESSED), "COMPRESSED" }, \