Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dordered-data.h46 BTRFS_ORDERED_NOCOW, enumerator
H A Dordered-data.c174 if (type == BTRFS_ORDERED_NOCOW || type == BTRFS_ORDERED_PREALLOC) { in __btrfs_add_ordered_extent()
H A Dinode.c1725 BTRFS_ORDERED_NOCOW); in run_delalloc_nocow()
2650 if (!test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags) && in btrfs_finish_ordered_io()
2672 if (test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags)) { in btrfs_finish_ordered_io()
2793 !test_bit(BTRFS_ORDERED_NOCOW, &ordered_extent->flags) && in btrfs_finish_ordered_io()
6946 if (type != BTRFS_ORDERED_NOCOW) { in btrfs_create_dio_extent()
7257 type == BTRFS_ORDERED_NOCOW || in create_io_em()
7330 type = BTRFS_ORDERED_NOCOW; in btrfs_get_blocks_direct_write()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dbtrfs.h504 { (1 << BTRFS_ORDERED_NOCOW), "NOCOW" }, \