Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dlocking.c69 { .id = BTRFS_TREE_LOG_OBJECTID, DEFINE_NAME("log") },
Dextent-tree.c1386 generic_ref->tree_ref.owning_root == BTRFS_TREE_LOG_OBJECTID); in btrfs_inc_extent_ref()
3271 if (root_id != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
3281 if (root_id != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
3354 ref->tree_ref.owning_root == BTRFS_TREE_LOG_OBJECTID) || in btrfs_free_extent()
3356 ref->data_ref.owning_root == BTRFS_TREE_LOG_OBJECTID)) { in btrfs_free_extent()
3367 ref->tree_ref.owning_root == BTRFS_TREE_LOG_OBJECTID) || in btrfs_free_extent()
3369 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 …]
Dprint-tree.c22 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" },
Ddisk-io.c1249 root = btrfs_alloc_root(fs_info, BTRFS_TREE_LOG_OBJECTID, GFP_NOFS); in alloc_log_tree()
1253 root->root_key.objectid = BTRFS_TREE_LOG_OBJECTID; in alloc_log_tree()
1255 root->root_key.offset = BTRFS_TREE_LOG_OBJECTID; in alloc_log_tree()
1275 leaf = btrfs_alloc_tree_block(trans, root, 0, BTRFS_TREE_LOG_OBJECTID, in btrfs_alloc_log_tree_node()
1392 root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID && in read_tree_root_path()
1445 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID && in btrfs_init_fs_root()
2363 log_tree_root = btrfs_alloc_root(fs_info, BTRFS_TREE_LOG_OBJECTID, in btrfs_replay_log()
2369 BTRFS_TREE_LOG_OBJECTID, in btrfs_replay_log()
Dfile-item.c823 root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_del_csums()
1123 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()
7185 key.objectid = BTRFS_TREE_LOG_OBJECTID; in btrfs_recover_log_trees()
7204 if (found_key.objectid != BTRFS_TREE_LOG_OBJECTID) in btrfs_recover_log_trees()
Dtransaction.c1158 ASSERT(log_root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_wait_tree_log_extents()
Dfile.c563 update_refs = (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID); in btrfs_drop_extents()
/Linux-v6.1/include/uapi/linux/
Dbtrfs_tree.h69 #define BTRFS_TREE_LOG_OBJECTID -6ULL macro
/Linux-v6.1/include/trace/events/
Dbtrfs.h53 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" }, \