Home
last modified time | relevance | path

Searched refs:BTRFS_TREE_LOG_OBJECTID (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dextent-tree.c1363 generic_ref->tree_ref.root == BTRFS_TREE_LOG_OBJECTID); in btrfs_inc_extent_ref()
3324 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
3333 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
3378 ref->tree_ref.root == BTRFS_TREE_LOG_OBJECTID) || in btrfs_free_extent()
3380 ref->data_ref.ref_root == BTRFS_TREE_LOG_OBJECTID)) { in btrfs_free_extent()
3391 ref->tree_ref.root == BTRFS_TREE_LOG_OBJECTID) || in btrfs_free_extent()
3393 ref->data_ref.ref_root == BTRFS_TREE_LOG_OBJECTID))) in btrfs_free_extent()
4514 BUG_ON(root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_alloc_reserved_file_extent()
4610 if (root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID) { in btrfs_init_new_buffer()
4688 if (root_objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_alloc_tree_block()
H A Dprint-tree.c22 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" },
H A Ddisk-io.c166 { .id = BTRFS_TREE_LOG_OBJECTID, .name_stem = "log" },
1207 root = btrfs_alloc_root(fs_info, BTRFS_TREE_LOG_OBJECTID, GFP_NOFS); in alloc_log_tree()
1211 root->root_key.objectid = BTRFS_TREE_LOG_OBJECTID; in alloc_log_tree()
1213 root->root_key.offset = BTRFS_TREE_LOG_OBJECTID; in alloc_log_tree()
1225 leaf = btrfs_alloc_tree_block(trans, root, 0, BTRFS_TREE_LOG_OBJECTID, in alloc_log_tree()
1369 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID && in btrfs_init_fs_root()
2266 log_tree_root = btrfs_alloc_root(fs_info, BTRFS_TREE_LOG_OBJECTID, in btrfs_replay_log()
H A Dfile-item.c709 root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_del_csums()
H A Dcheck-integrity.c857 BTRFS_TREE_LOG_OBJECTID); in btrfsic_process_superblock_dev_mirror()
2190 BTRFS_TREE_LOG_OBJECTID); in btrfsic_process_written_superblock()
H A Dtree-log.c359 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) in overwrite_item()
6303 key.objectid = BTRFS_TREE_LOG_OBJECTID; in btrfs_recover_log_trees()
6323 if (found_key.objectid != BTRFS_TREE_LOG_OBJECTID) in btrfs_recover_log_trees()
H A Dtransaction.c1123 ASSERT(log_root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_wait_tree_log_extents()
H A Dinode.c4260 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_truncate_inode_items()
4473 root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_truncate_inode_items()
4546 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_truncate_inode_items()
H A Dfile.c713 update_refs = (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID); in __btrfs_drop_extents()
/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.h61 #define BTRFS_TREE_LOG_OBJECTID -6ULL macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbtrfs_tree.h66 #define BTRFS_TREE_LOG_OBJECTID -6ULL 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.h61 #define BTRFS_TREE_LOG_OBJECTID -6ULL macro
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dbtrfs.h51 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" }, \