Home
last modified time | relevance | path

Searched refs:BTRFS_ORDERED_PREALLOC (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dordered-data.h52 BTRFS_ORDERED_PREALLOC, enumerator
84 (1UL << BTRFS_ORDERED_PREALLOC) | \
H A Dinode.c2148 BTRFS_ORDERED_PREALLOC); in run_delalloc_nocow()
2161 ? (1 << BTRFS_ORDERED_PREALLOC) in run_delalloc_nocow()
3035 !test_bit(BTRFS_ORDERED_PREALLOC, &ordered_extent->flags) && in btrfs_finish_one_ordered()
3098 if (test_bit(BTRFS_ORDERED_PREALLOC, &ordered_extent->flags)) { in btrfs_finish_one_ordered()
3204 !test_bit(BTRFS_ORDERED_PREALLOC, &ordered_extent->flags)) { in btrfs_finish_one_ordered()
7273 ASSERT(type == BTRFS_ORDERED_PREALLOC || in create_io_em()
7291 if (type == BTRFS_ORDERED_PREALLOC) { in create_io_em()
7340 type = BTRFS_ORDERED_PREALLOC; in btrfs_get_blocks_direct_write()
7377 if (type == BTRFS_ORDERED_PREALLOC) { in btrfs_get_blocks_direct_write()
H A Dordered-data.c159 ((1 << BTRFS_ORDERED_NOCOW) | (1 << BTRFS_ORDERED_PREALLOC))) { in alloc_ordered_extent()
H A Dzoned.c1720 if (test_bit(BTRFS_ORDERED_PREALLOC, &ordered->flags)) in btrfs_finish_ordered_zoned()
/openbmc/linux/include/trace/events/
H A Dbtrfs.h506 { (1 << BTRFS_ORDERED_PREALLOC), "PREALLOC" }, \