Home
last modified time | relevance | path

Searched refs:BTRFS_HEADER_FLAG_WRITTEN (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/fs/btrfs/
H A Dsuper.c11 #define BTRFS_SUPER_FLAG_SUPP (BTRFS_HEADER_FLAG_WRITTEN \
H A Dbtrfs_tree.h450 #define BTRFS_HEADER_FLAG_WRITTEN (1ULL << 0) macro
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h722 #define BTRFS_HEADER_FLAG_WRITTEN (1ULL << 0) macro
/openbmc/linux/fs/btrfs/
H A Dctree.c341 btrfs_clear_header_flag(cow, BTRFS_HEADER_FLAG_WRITTEN | in btrfs_copy_root()
577 btrfs_clear_header_flag(cow, BTRFS_HEADER_FLAG_WRITTEN | in btrfs_force_cow_block()
695 !btrfs_header_flag(buf, BTRFS_HEADER_FLAG_WRITTEN) && in should_cow_block()
H A Dtree-checker.c2012 if (btrfs_header_flag(leaf, BTRFS_HEADER_FLAG_WRITTEN)) { in __btrfs_check_leaf()
H A Ddisk-io.c56 #define BTRFS_SUPER_FLAG_SUPP (BTRFS_HEADER_FLAG_WRITTEN |\
4124 btrfs_set_super_flags(sb, flags | BTRFS_HEADER_FLAG_WRITTEN); in write_all_supers()
H A Dzoned.c1613 btrfs_header_flag(eb, BTRFS_HEADER_FLAG_WRITTEN)) in btrfs_redirty_list_add()
H A Dextent_io.c1496 btrfs_set_header_flag(eb, BTRFS_HEADER_FLAG_WRITTEN); in lock_extent_buffer_for_io()
H A Dextent-tree.c3333 if (btrfs_header_flag(buf, BTRFS_HEADER_FLAG_WRITTEN)) { in btrfs_free_tree_block()