Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dbtrfs_tree.h66 #define BTRFS_TREE_LOG_OBJECTID -6ULL macro
/Linux-v5.10/fs/btrfs/
Dprint-tree.c22 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" },
Dextent-tree.c1395 generic_ref->tree_ref.root == BTRFS_TREE_LOG_OBJECTID); in btrfs_inc_extent_ref()
3395 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
3408 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
3458 ref->tree_ref.root == BTRFS_TREE_LOG_OBJECTID) || in btrfs_free_extent()
3460 ref->data_ref.ref_root == BTRFS_TREE_LOG_OBJECTID)) { in btrfs_free_extent()
3474 ref->tree_ref.root == BTRFS_TREE_LOG_OBJECTID) || in btrfs_free_extent()
3476 ref->data_ref.ref_root == BTRFS_TREE_LOG_OBJECTID))) in btrfs_free_extent()
4601 BUG_ON(root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_alloc_reserved_file_extent()
4698 if (root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID) { in btrfs_init_new_buffer()
4776 if (root_objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_alloc_tree_block()
Ddisk-io.c166 { .id = BTRFS_TREE_LOG_OBJECTID, .name_stem = "log" },
1207 root = btrfs_alloc_root(fs_info, BTRFS_TREE_LOG_OBJECTID, GFP_NOFS); in alloc_log_tree()
1211 root->root_key.objectid = BTRFS_TREE_LOG_OBJECTID; in alloc_log_tree()
1213 root->root_key.offset = BTRFS_TREE_LOG_OBJECTID; in alloc_log_tree()
1225 leaf = btrfs_alloc_tree_block(trans, root, 0, BTRFS_TREE_LOG_OBJECTID, in alloc_log_tree()
1369 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID && in btrfs_init_fs_root()
2257 log_tree_root = btrfs_alloc_root(fs_info, BTRFS_TREE_LOG_OBJECTID, in btrfs_replay_log()
Dfile-item.c698 root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_del_csums()
Dcheck-integrity.c857 BTRFS_TREE_LOG_OBJECTID); in btrfsic_process_superblock_dev_mirror()
2190 BTRFS_TREE_LOG_OBJECTID); in btrfsic_process_written_superblock()
Dtree-log.c359 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) in overwrite_item()
6216 key.objectid = BTRFS_TREE_LOG_OBJECTID; in btrfs_recover_log_trees()
6236 if (found_key.objectid != BTRFS_TREE_LOG_OBJECTID) in btrfs_recover_log_trees()
Dtransaction.c1083 ASSERT(log_root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_wait_tree_log_extents()
Dinode.c4241 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_truncate_inode_items()
4454 root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_truncate_inode_items()
4527 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_truncate_inode_items()
/Linux-v5.10/include/trace/events/
Dbtrfs.h51 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" }, \