Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dlocking.c70 { .id = BTRFS_TREE_LOG_OBJECTID, DEFINE_NAME("log") },
H A Ddisk-io.c307 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 Dextent-tree.c1446 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 Dprint-tree.c25 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" },
H A Dfile-item.c878 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 Dcheck-integrity.c804 BTRFS_TREE_LOG_OBJECTID); in btrfsic_process_superblock_dev_mirror()
2154 BTRFS_TREE_LOG_OBJECTID); in btrfsic_process_written_superblock()
H A Dtree-log.c416 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 Dtransaction.c1189 ASSERT(log_root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_wait_tree_log_extents()
H A Dtree-checker.c2130 if (root_owner == BTRFS_TREE_LOG_OBJECTID || in btrfs_check_eb_owner()
H A Dfile.c247 update_refs = (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID); in btrfs_drop_extents()
/openbmc/u-boot/fs/btrfs/
H A Dbtrfs_tree.h70 #define BTRFS_TREE_LOG_OBJECTID -6ULL macro
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h86 #define BTRFS_TREE_LOG_OBJECTID -6ULL macro
/openbmc/linux/include/trace/events/
H A Dbtrfs.h53 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" }, \