Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dbtrfs_tree.h61 #define BTRFS_TREE_LOG_OBJECTID -6ULL macro
/Linux-v5.4/fs/btrfs/
Dextent-tree.c1380 generic_ref->tree_ref.root == BTRFS_TREE_LOG_OBJECTID); in btrfs_inc_extent_ref()
3254 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
3267 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
3317 ref->tree_ref.root == BTRFS_TREE_LOG_OBJECTID) || in btrfs_free_extent()
3319 ref->data_ref.ref_root == BTRFS_TREE_LOG_OBJECTID)) { in btrfs_free_extent()
3333 ref->tree_ref.root == BTRFS_TREE_LOG_OBJECTID) || in btrfs_free_extent()
3335 ref->data_ref.ref_root == BTRFS_TREE_LOG_OBJECTID))) in btrfs_free_extent()
4347 BUG_ON(root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_alloc_reserved_file_extent()
4441 if (root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID) { in btrfs_init_new_buffer()
4518 if (root_objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_alloc_tree_block()
Ddisk-io.c160 { .id = BTRFS_TREE_LOG_OBJECTID, .name_stem = "log" },
1320 __setup_root(root, fs_info, BTRFS_TREE_LOG_OBJECTID); in alloc_log_tree()
1322 root->root_key.objectid = BTRFS_TREE_LOG_OBJECTID; in alloc_log_tree()
1324 root->root_key.offset = BTRFS_TREE_LOG_OBJECTID; in alloc_log_tree()
1335 leaf = btrfs_alloc_tree_block(trans, root, 0, BTRFS_TREE_LOG_OBJECTID, in alloc_log_tree()
1458 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_read_fs_root()
2274 __setup_root(log_tree_root, fs_info, BTRFS_TREE_LOG_OBJECTID); in btrfs_replay_log()
Dtree-log.c357 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) in overwrite_item()
2751 BTRFS_TREE_LOG_OBJECTID); in walk_down_log_tree()
2834 WARN_ON(root_owner != BTRFS_TREE_LOG_OBJECTID); in walk_up_log_tree()
2917 BTRFS_TREE_LOG_OBJECTID); in walk_log_tree()
6279 key.objectid = BTRFS_TREE_LOG_OBJECTID; in btrfs_recover_log_trees()
6299 if (found_key.objectid != BTRFS_TREE_LOG_OBJECTID) in btrfs_recover_log_trees()
Dcheck-integrity.c866 BTRFS_TREE_LOG_OBJECTID); in btrfsic_process_superblock_dev_mirror()
2251 BTRFS_TREE_LOG_OBJECTID); in btrfsic_process_written_superblock()
Dtransaction.c1015 ASSERT(log_root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_wait_tree_log_extents()
Drelocation.c569 root_objectid == BTRFS_TREE_LOG_OBJECTID || in is_cowonly_root()
Dinode.c4909 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_truncate_inode_items()
/Linux-v5.4/include/trace/events/
Dbtrfs.h58 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" }, \