Home
last modified time | relevance | path

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

/linux-5.19.10/fs/btrfs/
Dlocking.c69 { .id = BTRFS_TREE_LOG_OBJECTID, DEFINE_NAME("log") },
Dextent-tree.c1402 generic_ref->tree_ref.owning_root == BTRFS_TREE_LOG_OBJECTID); in btrfs_inc_extent_ref()
3286 if (root_id != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
3296 if (root_id != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
3368 ref->tree_ref.owning_root == BTRFS_TREE_LOG_OBJECTID) || in btrfs_free_extent()
3370 ref->data_ref.owning_root == BTRFS_TREE_LOG_OBJECTID)) { in btrfs_free_extent()
3381 ref->tree_ref.owning_root == BTRFS_TREE_LOG_OBJECTID) || in btrfs_free_extent()
3383 ref->data_ref.owning_root == BTRFS_TREE_LOG_OBJECTID))) in btrfs_free_extent()
4560 bool for_treelog = (root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_reserve_extent()
4811 BUG_ON(root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_alloc_reserved_file_extent()
4929 if (root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID) { in btrfs_init_new_buffer()
[all …]
Dprint-tree.c22 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" },
Ddisk-io.c1342 root = btrfs_alloc_root(fs_info, BTRFS_TREE_LOG_OBJECTID, GFP_NOFS); in alloc_log_tree()
1346 root->root_key.objectid = BTRFS_TREE_LOG_OBJECTID; in alloc_log_tree()
1348 root->root_key.offset = BTRFS_TREE_LOG_OBJECTID; in alloc_log_tree()
1368 leaf = btrfs_alloc_tree_block(trans, root, 0, BTRFS_TREE_LOG_OBJECTID, in btrfs_alloc_log_tree_node()
1485 root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID && in read_tree_root_path()
1538 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID && in btrfs_init_fs_root()
2475 log_tree_root = btrfs_alloc_root(fs_info, BTRFS_TREE_LOG_OBJECTID, in btrfs_replay_log()
2481 BTRFS_TREE_LOG_OBJECTID, in btrfs_replay_log()
Dfile-item.c813 root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_del_csums()
1113 if (root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID) { in btrfs_csum_file_blocks()
Dcheck-integrity.c802 BTRFS_TREE_LOG_OBJECTID); in btrfsic_process_superblock_dev_mirror()
2147 BTRFS_TREE_LOG_OBJECTID); in btrfsic_process_written_superblock()
Dtree-checker.c1903 if (root_owner == BTRFS_TREE_LOG_OBJECTID || in btrfs_check_eb_owner()
Dtree-log.c369 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) in do_overwrite_item()
6740 key.objectid = BTRFS_TREE_LOG_OBJECTID; in btrfs_recover_log_trees()
6759 if (found_key.objectid != BTRFS_TREE_LOG_OBJECTID) in btrfs_recover_log_trees()
Dtransaction.c1175 ASSERT(log_root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_wait_tree_log_extents()
Dfile.c716 update_refs = (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID); in btrfs_drop_extents()
/linux-5.19.10/include/uapi/linux/
Dbtrfs_tree.h69 #define BTRFS_TREE_LOG_OBJECTID -6ULL macro
/linux-5.19.10/include/trace/events/
Dbtrfs.h51 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" }, \