Home
last modified time | relevance | path

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

/linux-6.1.9/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()
3274 if (root_id != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
3284 if (root_id != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
3357 ref->tree_ref.owning_root == BTRFS_TREE_LOG_OBJECTID) || in btrfs_free_extent()
3359 ref->data_ref.owning_root == BTRFS_TREE_LOG_OBJECTID)) { in btrfs_free_extent()
3370 ref->tree_ref.owning_root == BTRFS_TREE_LOG_OBJECTID) || in btrfs_free_extent()
3372 ref->data_ref.owning_root == BTRFS_TREE_LOG_OBJECTID))) in btrfs_free_extent()
4550 bool for_treelog = (root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_reserve_extent()
4801 BUG_ON(root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_alloc_reserved_file_extent()
4922 if (root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID) { in btrfs_init_new_buffer()
[all …]
Ddisk-io.c354 btrfs_header_owner(eb) == BTRFS_TREE_LOG_OBJECTID); in csum_one_extent_buffer()
1256 root = btrfs_alloc_root(fs_info, BTRFS_TREE_LOG_OBJECTID, GFP_NOFS); in alloc_log_tree()
1260 root->root_key.objectid = BTRFS_TREE_LOG_OBJECTID; in alloc_log_tree()
1262 root->root_key.offset = BTRFS_TREE_LOG_OBJECTID; in alloc_log_tree()
1282 leaf = btrfs_alloc_tree_block(trans, root, 0, BTRFS_TREE_LOG_OBJECTID, in btrfs_alloc_log_tree_node()
1399 root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID && in read_tree_root_path()
1452 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID && in btrfs_init_fs_root()
2370 log_tree_root = btrfs_alloc_root(fs_info, BTRFS_TREE_LOG_OBJECTID, in btrfs_replay_log()
2376 BTRFS_TREE_LOG_OBJECTID, in btrfs_replay_log()
Dprint-tree.c22 { BTRFS_TREE_LOG_OBJECTID, "TREE_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()
7200 key.objectid = BTRFS_TREE_LOG_OBJECTID; in btrfs_recover_log_trees()
7219 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-6.1.9/include/uapi/linux/
Dbtrfs_tree.h69 #define BTRFS_TREE_LOG_OBJECTID -6ULL macro
/linux-6.1.9/include/trace/events/
Dbtrfs.h53 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" }, \