Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbtrfs_tree.h450 #define BTRFS_HEADER_FLAG_WRITTEN (1ULL << 0) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbtrfs_tree.h462 #define BTRFS_HEADER_FLAG_WRITTEN (1ULL << 0) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbtrfs_tree.h450 #define BTRFS_HEADER_FLAG_WRITTEN (1ULL << 0) macro
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dctree.c210 btrfs_clear_header_flag(cow, BTRFS_HEADER_FLAG_WRITTEN | in btrfs_copy_root()
1059 btrfs_clear_header_flag(cow, BTRFS_HEADER_FLAG_WRITTEN | in __btrfs_cow_block()
1467 !btrfs_header_flag(buf, BTRFS_HEADER_FLAG_WRITTEN) && in should_cow_block()
H A Ddisk-io.c46 #define BTRFS_SUPER_FLAG_SUPP (BTRFS_HEADER_FLAG_WRITTEN |\
3922 btrfs_set_super_flags(sb, flags | BTRFS_HEADER_FLAG_WRITTEN); in write_all_supers()
H A Dextent_io.c3707 btrfs_set_header_flag(eb, BTRFS_HEADER_FLAG_WRITTEN); in lock_extent_buffer_for_io()
3758 btrfs_clear_header_flag(eb, BTRFS_HEADER_FLAG_WRITTEN); in lock_extent_buffer_for_io()
H A Dextent-tree.c3341 if (btrfs_header_flag(buf, BTRFS_HEADER_FLAG_WRITTEN)) { in btrfs_free_tree_block()