Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dordered-data.h62 BTRFS_ORDERED_COMPRESSED, enumerator
94 (1UL << BTRFS_ORDERED_COMPRESSED) | \
H A Dinode.c1166 em = btrfs_create_io_em(inode, start, &file_extent, BTRFS_ORDERED_COMPRESSED); in submit_one_async_extent()
1174 1 << BTRFS_ORDERED_COMPRESSED); in submit_one_async_extent()
3187 if (test_bit(BTRFS_ORDERED_COMPRESSED, &ordered_extent->flags)) in btrfs_finish_one_ordered()
7221 type == BTRFS_ORDERED_COMPRESSED || in btrfs_create_io_em()
7237 case BTRFS_ORDERED_COMPRESSED: in btrfs_create_io_em()
7261 if (type == BTRFS_ORDERED_COMPRESSED) in btrfs_create_io_em()
9725 em = btrfs_create_io_em(inode, start, &file_extent, BTRFS_ORDERED_COMPRESSED); in btrfs_do_encoded_write()
9734 (1 << BTRFS_ORDERED_COMPRESSED)); in btrfs_do_encoded_write()
H A Dordered-data.c1237 ASSERT(!(flags & (1U << BTRFS_ORDERED_COMPRESSED))); in btrfs_split_ordered_extent()
/linux-6.15/include/trace/events/
H A Dbtrfs.h491 { (1 << BTRFS_ORDERED_COMPRESSED), "COMPRESSED" }, \