Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dextent-tree.c1400 generic_ref->tree_ref.root == BTRFS_TREE_LOG_OBJECTID); in btrfs_inc_extent_ref()
3294 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
3304 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
3376 ref->tree_ref.root == BTRFS_TREE_LOG_OBJECTID) || in btrfs_free_extent()
3378 ref->data_ref.ref_root == BTRFS_TREE_LOG_OBJECTID)) { in btrfs_free_extent()
3389 ref->tree_ref.root == BTRFS_TREE_LOG_OBJECTID) || in btrfs_free_extent()
3391 ref->data_ref.ref_root == BTRFS_TREE_LOG_OBJECTID))) in btrfs_free_extent()
4131 bool for_treelog = (root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in find_free_extent()
4410 bool for_treelog = (root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_reserve_extent()
4654 BUG_ON(root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_alloc_reserved_file_extent()
[all …]
Dprint-tree.c22 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" },
Ddisk-io.c177 { .id = BTRFS_TREE_LOG_OBJECTID, DEFINE_NAME("log") },
1324 root = btrfs_alloc_root(fs_info, BTRFS_TREE_LOG_OBJECTID, GFP_NOFS); in alloc_log_tree()
1328 root->root_key.objectid = BTRFS_TREE_LOG_OBJECTID; in alloc_log_tree()
1330 root->root_key.offset = BTRFS_TREE_LOG_OBJECTID; in alloc_log_tree()
1350 leaf = btrfs_alloc_tree_block(trans, root, 0, BTRFS_TREE_LOG_OBJECTID, in btrfs_alloc_log_tree_node()
1502 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID && in btrfs_init_fs_root()
2392 log_tree_root = btrfs_alloc_root(fs_info, BTRFS_TREE_LOG_OBJECTID, in btrfs_replay_log()
2398 BTRFS_TREE_LOG_OBJECTID, in btrfs_replay_log()
Dfile-item.c806 root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_del_csums()
1106 if (root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID) { in btrfs_csum_file_blocks()
Dcheck-integrity.c805 BTRFS_TREE_LOG_OBJECTID); in btrfsic_process_superblock_dev_mirror()
2137 BTRFS_TREE_LOG_OBJECTID); in btrfsic_process_written_superblock()
Dtree-log.c400 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) in overwrite_item()
6334 key.objectid = BTRFS_TREE_LOG_OBJECTID; in btrfs_recover_log_trees()
6354 if (found_key.objectid != BTRFS_TREE_LOG_OBJECTID) in btrfs_recover_log_trees()
Dtransaction.c1138 ASSERT(log_root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_wait_tree_log_extents()
Dinode.c4686 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_truncate_inode_items()
4904 root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_truncate_inode_items()
4977 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_truncate_inode_items()
Dfile.c737 update_refs = (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID); in btrfs_drop_extents()
/Linux-v5.15/include/uapi/linux/
Dbtrfs_tree.h66 #define BTRFS_TREE_LOG_OBJECTID -6ULL macro
/Linux-v5.15/include/trace/events/
Dbtrfs.h51 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" }, \