Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dordered-data.h48 #define BTRFS_ORDERED_PREALLOC 4 /* set when writing to preallocated extent */ macro
Dinode.c1538 BTRFS_ORDERED_PREALLOC); in run_delalloc_nocow()
1550 type = BTRFS_ORDERED_PREALLOC; in run_delalloc_nocow()
3013 !test_bit(BTRFS_ORDERED_PREALLOC, &ordered_extent->flags) && in btrfs_finish_ordered_io()
3097 if (test_bit(BTRFS_ORDERED_PREALLOC, &ordered_extent->flags)) { in btrfs_finish_ordered_io()
3200 !test_bit(BTRFS_ORDERED_PREALLOC, &ordered_extent->flags)) in btrfs_finish_ordered_io()
7599 ASSERT(type == BTRFS_ORDERED_PREALLOC || in create_io_em()
7619 if (type == BTRFS_ORDERED_PREALLOC) { in create_io_em()
7694 type = BTRFS_ORDERED_PREALLOC; in btrfs_get_blocks_direct_write()
7710 if (type == BTRFS_ORDERED_PREALLOC) { in btrfs_get_blocks_direct_write()
/linux-4.19.296/include/trace/events/
Dbtrfs.h432 { (1 << BTRFS_ORDERED_PREALLOC), "PREALLOC" }, \