Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dextent-tree.c1399 generic_ref->tree_ref.owning_root == BTRFS_TREE_LOG_OBJECTID); in btrfs_inc_extent_ref()
3291 if (root_id != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
3301 if (root_id != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
3373 ref->tree_ref.owning_root == BTRFS_TREE_LOG_OBJECTID) || in btrfs_free_extent()
3375 ref->data_ref.owning_root == BTRFS_TREE_LOG_OBJECTID)) { in btrfs_free_extent()
3386 ref->tree_ref.owning_root == BTRFS_TREE_LOG_OBJECTID) || in btrfs_free_extent()
3388 ref->data_ref.owning_root == BTRFS_TREE_LOG_OBJECTID))) in btrfs_free_extent()
4483 bool for_treelog = (root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_reserve_extent()
4738 BUG_ON(root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_alloc_reserved_file_extent()
4840 if (root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID) { in btrfs_init_new_buffer()
[all …]
A Dprint-tree.c22 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" },
A 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()
2400 log_tree_root = btrfs_alloc_root(fs_info, BTRFS_TREE_LOG_OBJECTID, in btrfs_replay_log()
2406 BTRFS_TREE_LOG_OBJECTID, in btrfs_replay_log()
A Dfile-item.c805 root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_del_csums()
1105 if (root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID) { in btrfs_csum_file_blocks()
A Dcheck-integrity.c803 BTRFS_TREE_LOG_OBJECTID); in btrfsic_process_superblock_dev_mirror()
2151 BTRFS_TREE_LOG_OBJECTID); in btrfsic_process_written_superblock()
A Dtree-log.c386 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) in do_overwrite_item()
6550 key.objectid = BTRFS_TREE_LOG_OBJECTID; in btrfs_recover_log_trees()
6569 if (found_key.objectid != BTRFS_TREE_LOG_OBJECTID) in btrfs_recover_log_trees()
A Dtransaction.c1137 ASSERT(log_root->root_key.objectid == BTRFS_TREE_LOG_OBJECTID); in btrfs_wait_tree_log_extents()
A Dinode.c4696 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_truncate_inode_items()
4914 root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_truncate_inode_items()
4987 if (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_truncate_inode_items()
A Dfile.c744 update_refs = (root->root_key.objectid != BTRFS_TREE_LOG_OBJECTID); in btrfs_drop_extents()
/linux/include/uapi/linux/
A Dbtrfs_tree.h66 #define BTRFS_TREE_LOG_OBJECTID -6ULL macro
/linux/include/trace/events/
A Dbtrfs.h51 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" }, \

Completed in 63 milliseconds