Searched refs:BTRFS_ORDERED_COMPRESSED (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/fs/btrfs/ |
| H A D | ordered-data.h | 62 BTRFS_ORDERED_COMPRESSED, enumerator 94 (1UL << BTRFS_ORDERED_COMPRESSED) | \
|
| H A D | inode.c | 1166 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 D | ordered-data.c | 1237 ASSERT(!(flags & (1U << BTRFS_ORDERED_COMPRESSED))); in btrfs_split_ordered_extent()
|
| /linux-6.15/include/trace/events/ |
| H A D | btrfs.h | 491 { (1 << BTRFS_ORDERED_COMPRESSED), "COMPRESSED" }, \
|