Searched refs:BTRFS_TREE_LOG_OBJECTID (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | locking.c | 70 { .id = BTRFS_TREE_LOG_OBJECTID, DEFINE_NAME("log") },
|
H A D | disk-io.c | 307 btrfs_header_owner(eb) == BTRFS_TREE_LOG_OBJECTID); in btree_csum_one_bio() 912 root = btrfs_alloc_root(fs_info, BTRFS_TREE_LOG_OBJECTID, GFP_NOFS); in alloc_log_tree() 916 root->root_key.objectid = BTRFS_TREE_LOG_OBJECTID; in alloc_log_tree() 918 root->root_key.offset = BTRFS_TREE_LOG_OBJECTID; in alloc_log_tree() 938 leaf = btrfs_alloc_tree_block(trans, root, 0, BTRFS_TREE_LOG_OBJECTID, in btrfs_alloc_log_tree_node() 1058 root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID && in read_tree_root_path() 1102 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID && in btrfs_init_fs_root() 2059 log_tree_root = btrfs_alloc_root(fs_info, BTRFS_TREE_LOG_OBJECTID, in btrfs_replay_log() 2066 check.owner_root = BTRFS_TREE_LOG_OBJECTID; in btrfs_replay_log()
|
H A D | extent-tree.c | 1446 generic_ref->tree_ref.owning_root == BTRFS_TREE_LOG_OBJECTID); in btrfs_inc_extent_ref() 3312 if (root_id != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block() 3323 if (root_id != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block() 3397 ref->tree_ref.owning_root == BTRFS_TREE_LOG_OBJECTID) || in btrfs_free_extent() 3399 ref->data_ref.owning_root == BTRFS_TREE_LOG_OBJECTID)) { in btrfs_free_extent() 3410 ref->tree_ref.owning_root == BTRFS_TREE_LOG_OBJECTID) || in btrfs_free_extent() 3412 ref->data_ref.owning_root == BTRFS_TREE_LOG_OBJECTID))) in btrfs_free_extent() 4547 bool for_treelog = (root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_reserve_extent() 4798 BUG_ON(root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_alloc_reserved_file_extent() 4919 if (root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID) { in btrfs_init_new_buffer() [all …]
|
H A D | print-tree.c | 25 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" },
|
H A D | file-item.c | 878 root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_del_csums() 1178 if (root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID) { in btrfs_csum_file_blocks()
|
H A D | check-integrity.c | 804 BTRFS_TREE_LOG_OBJECTID); in btrfsic_process_superblock_dev_mirror() 2154 BTRFS_TREE_LOG_OBJECTID); in btrfsic_process_written_superblock()
|
H A D | tree-log.c | 416 ASSERT(root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID); in overwrite_item() 7179 key.objectid = BTRFS_TREE_LOG_OBJECTID; in btrfs_recover_log_trees() 7198 if (found_key.objectid != BTRFS_TREE_LOG_OBJECTID) in btrfs_recover_log_trees()
|
H A D | transaction.c | 1189 ASSERT(log_root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_wait_tree_log_extents()
|
H A D | tree-checker.c | 2130 if (root_owner == BTRFS_TREE_LOG_OBJECTID || in btrfs_check_eb_owner()
|
H A D | file.c | 247 update_refs = (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID); in btrfs_drop_extents()
|
/openbmc/u-boot/fs/btrfs/ |
H A D | btrfs_tree.h | 70 #define BTRFS_TREE_LOG_OBJECTID -6ULL macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | btrfs_tree.h | 86 #define BTRFS_TREE_LOG_OBJECTID -6ULL macro
|
/openbmc/linux/include/trace/events/ |
H A D | btrfs.h | 53 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" }, \
|