Symbol: BTRFS_TREE_LOG_OBJECTID
fs/btrfs/block-rsv.c
435
case BTRFS_TREE_LOG_OBJECTID:
fs/btrfs/block-rsv.c
581
if (btrfs_root_id(root) == BTRFS_TREE_LOG_OBJECTID)
fs/btrfs/disk-io.c
1037
btrfs_root_id(root) != BTRFS_TREE_LOG_OBJECTID &&
fs/btrfs/disk-io.c
1082
if (btrfs_root_id(root) != BTRFS_TREE_LOG_OBJECTID &&
fs/btrfs/disk-io.c
2038
log_tree_root = btrfs_alloc_root(fs_info, BTRFS_TREE_LOG_OBJECTID,
fs/btrfs/disk-io.c
2045
check.owner_root = BTRFS_TREE_LOG_OBJECTID;
fs/btrfs/disk-io.c
327
btrfs_header_owner(eb) == BTRFS_TREE_LOG_OBJECTID);
fs/btrfs/disk-io.c
888
root = btrfs_alloc_root(fs_info, BTRFS_TREE_LOG_OBJECTID, GFP_NOFS);
fs/btrfs/disk-io.c
892
root->root_key.objectid = BTRFS_TREE_LOG_OBJECTID;
fs/btrfs/disk-io.c
894
root->root_key.offset = BTRFS_TREE_LOG_OBJECTID;
fs/btrfs/disk-io.c
914
leaf = btrfs_alloc_tree_block(trans, root, 0, BTRFS_TREE_LOG_OBJECTID,
fs/btrfs/extent-tree.c
1499
generic_ref->ref_root == BTRFS_TREE_LOG_OBJECTID);
fs/btrfs/extent-tree.c
3630
if (root_id != BTRFS_TREE_LOG_OBJECTID) {
fs/btrfs/extent-tree.c
3661
if (root_id != BTRFS_TREE_LOG_OBJECTID) {
fs/btrfs/extent-tree.c
3722
if (ref->ref_root == BTRFS_TREE_LOG_OBJECTID) {
fs/btrfs/extent-tree.c
3731
if (ref->ref_root != BTRFS_TREE_LOG_OBJECTID)
fs/btrfs/extent-tree.c
4887
bool for_treelog = (btrfs_root_id(root) == BTRFS_TREE_LOG_OBJECTID);
fs/btrfs/extent-tree.c
5171
ASSERT(generic_ref.ref_root != BTRFS_TREE_LOG_OBJECTID);
fs/btrfs/extent-tree.c
5314
if (btrfs_root_id(root) == BTRFS_TREE_LOG_OBJECTID) {
fs/btrfs/extent-tree.c
5395
if (root_objectid != BTRFS_TREE_LOG_OBJECTID) {
fs/btrfs/file-item.c
1265
if (btrfs_root_id(root) == BTRFS_TREE_LOG_OBJECTID) {
fs/btrfs/file-item.c
966
btrfs_root_id(root) == BTRFS_TREE_LOG_OBJECTID);
fs/btrfs/file.c
167
update_refs = (btrfs_root_id(root) != BTRFS_TREE_LOG_OBJECTID);
fs/btrfs/locking.c
69
{ .id = BTRFS_TREE_LOG_OBJECTID, DEFINE_NAME("log") },
fs/btrfs/print-tree.c
34
{ BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" },
fs/btrfs/transaction.c
1260
ASSERT(btrfs_root_id(log_root) == BTRFS_TREE_LOG_OBJECTID,
fs/btrfs/tree-checker.c
2656
if (root_owner == BTRFS_TREE_LOG_OBJECTID ||
fs/btrfs/tree-log.c
494
ASSERT(btrfs_root_id(root) != BTRFS_TREE_LOG_OBJECTID);
fs/btrfs/tree-log.c
7796
key.objectid = BTRFS_TREE_LOG_OBJECTID;
fs/btrfs/tree-log.c
7817
if (found_key.objectid != BTRFS_TREE_LOG_OBJECTID)
include/trace/events/btrfs.h
64
{ BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" }, \