Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dlocking.c70 { .id = BTRFS_TREE_LOG_OBJECTID, DEFINE_NAME("log") },
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()
2050 log_tree_root = btrfs_alloc_root(fs_info, BTRFS_TREE_LOG_OBJECTID, in btrfs_replay_log()
2057 check.owner_root = BTRFS_TREE_LOG_OBJECTID; in btrfs_replay_log()
Dextent-tree.c1425 generic_ref->tree_ref.owning_root == BTRFS_TREE_LOG_OBJECTID); in btrfs_inc_extent_ref()
3290 if (root_id != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
3300 if (root_id != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
3373 ref->tree_ref.owning_root == BTRFS_TREE_LOG_OBJECTID) || in btrfs_free_extent()
3375 ref->data_ref.owning_root == BTRFS_TREE_LOG_OBJECTID)) { in btrfs_free_extent()
3386 ref->tree_ref.owning_root == BTRFS_TREE_LOG_OBJECTID) || in btrfs_free_extent()
3388 ref->data_ref.owning_root == BTRFS_TREE_LOG_OBJECTID))) in btrfs_free_extent()
4499 bool for_treelog = (root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_reserve_extent()
4750 BUG_ON(root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_alloc_reserved_file_extent()
4871 if (root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID) { in btrfs_init_new_buffer()
[all …]
Dprint-tree.c25 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" },
Dfile-item.c877 root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_del_csums()
1177 if (root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID) { in btrfs_csum_file_blocks()
Dcheck-integrity.c804 BTRFS_TREE_LOG_OBJECTID); in btrfsic_process_superblock_dev_mirror()
2154 BTRFS_TREE_LOG_OBJECTID); in btrfsic_process_written_superblock()
Dtree-log.c397 ASSERT(root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID); in overwrite_item()
7161 key.objectid = BTRFS_TREE_LOG_OBJECTID; in btrfs_recover_log_trees()
7180 if (found_key.objectid != BTRFS_TREE_LOG_OBJECTID) in btrfs_recover_log_trees()
Dtree-checker.c1949 if (root_owner == BTRFS_TREE_LOG_OBJECTID || in btrfs_check_eb_owner()
Dtransaction.c1190 ASSERT(log_root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_wait_tree_log_extents()
Dfile.c247 update_refs = (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID); in btrfs_drop_extents()
/Linux-v6.6/include/uapi/linux/
Dbtrfs_tree.h86 #define BTRFS_TREE_LOG_OBJECTID -6ULL macro
/Linux-v6.6/include/trace/events/
Dbtrfs.h53 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" }, \