Searched refs:BTRFS_ORDERED_COMPRESSED (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/btrfs/ |
| A D | ordered-data.h | 61 BTRFS_ORDERED_COMPRESSED, enumerator 93 (1UL << BTRFS_ORDERED_COMPRESSED) | \
|
| A D | inode.c | 1239 em = btrfs_create_io_em(inode, start, &file_extent, BTRFS_ORDERED_COMPRESSED); in submit_one_async_extent() 1247 1 << BTRFS_ORDERED_COMPRESSED); in submit_one_async_extent() 3141 if (test_bit(BTRFS_ORDERED_COMPRESSED, &ordered_extent->flags)) in btrfs_finish_one_ordered() 7149 type == BTRFS_ORDERED_COMPRESSED || in btrfs_create_io_em() 7165 case BTRFS_ORDERED_COMPRESSED: in btrfs_create_io_em() 7189 if (type == BTRFS_ORDERED_COMPRESSED) in btrfs_create_io_em() 9581 em = btrfs_create_io_em(inode, start, &file_extent, BTRFS_ORDERED_COMPRESSED); in btrfs_do_encoded_write() 9590 (1 << BTRFS_ORDERED_COMPRESSED)); in btrfs_do_encoded_write()
|
| A D | ordered-data.c | 1224 ASSERT(!(flags & (1U << BTRFS_ORDERED_COMPRESSED))); in btrfs_split_ordered_extent()
|
| /linux/include/trace/events/ |
| A D | btrfs.h | 490 { (1 << BTRFS_ORDERED_COMPRESSED), "COMPRESSED" }, \
|
Completed in 26 milliseconds