Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dlocking.c70 { .id = BTRFS_TREE_LOG_OBJECTID, DEFINE_NAME("log") },
A Ddisk-io.c330 btrfs_header_owner(eb) == BTRFS_TREE_LOG_OBJECTID); in btree_csum_one_bio()
925 root = btrfs_alloc_root(fs_info, BTRFS_TREE_LOG_OBJECTID, GFP_NOFS); in alloc_log_tree()
929 root->root_key.objectid = BTRFS_TREE_LOG_OBJECTID; in alloc_log_tree()
931 root->root_key.offset = BTRFS_TREE_LOG_OBJECTID; in alloc_log_tree()
951 leaf = btrfs_alloc_tree_block(trans, root, 0, BTRFS_TREE_LOG_OBJECTID, in btrfs_alloc_log_tree_node()
1071 btrfs_root_id(root) != BTRFS_TREE_LOG_OBJECTID && in read_tree_root_path()
1115 if (btrfs_root_id(root) != BTRFS_TREE_LOG_OBJECTID && in btrfs_init_fs_root()
2079 log_tree_root = btrfs_alloc_root(fs_info, BTRFS_TREE_LOG_OBJECTID, in btrfs_replay_log()
2086 check.owner_root = BTRFS_TREE_LOG_OBJECTID; in btrfs_replay_log()
A Dprint-tree.c27 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" },
A Dextent-tree.c1443 generic_ref->ref_root == BTRFS_TREE_LOG_OBJECTID); in btrfs_inc_extent_ref()
3435 if (root_id != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
3466 if (root_id != BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_tree_block()
3534 if (ref->ref_root == BTRFS_TREE_LOG_OBJECTID) { in btrfs_free_extent()
3543 if (ref->ref_root != BTRFS_TREE_LOG_OBJECTID) in btrfs_free_extent()
4678 bool for_treelog = (btrfs_root_id(root) == BTRFS_TREE_LOG_OBJECTID); in btrfs_reserve_extent()
4947 ASSERT(generic_ref.ref_root != BTRFS_TREE_LOG_OBJECTID); in btrfs_alloc_reserved_file_extent()
5090 if (btrfs_root_id(root) == BTRFS_TREE_LOG_OBJECTID) { in btrfs_init_new_buffer()
5171 if (root_objectid != BTRFS_TREE_LOG_OBJECTID) { in btrfs_alloc_tree_block()
A Dfile-item.c889 btrfs_root_id(root) == BTRFS_TREE_LOG_OBJECTID); in btrfs_del_csums()
1189 if (btrfs_root_id(root) == BTRFS_TREE_LOG_OBJECTID) { in btrfs_csum_file_blocks()
A Dtree-log.c413 ASSERT(btrfs_root_id(root) != BTRFS_TREE_LOG_OBJECTID); in overwrite_item()
7254 key.objectid = BTRFS_TREE_LOG_OBJECTID; in btrfs_recover_log_trees()
7273 if (found_key.objectid != BTRFS_TREE_LOG_OBJECTID) in btrfs_recover_log_trees()
A Dtransaction.c1227 ASSERT(btrfs_root_id(log_root) == BTRFS_TREE_LOG_OBJECTID); in btrfs_wait_tree_log_extents()
A Dtree-checker.c2154 if (root_owner == BTRFS_TREE_LOG_OBJECTID || in btrfs_check_eb_owner()
A Dfile.c248 update_refs = (btrfs_root_id(root) != BTRFS_TREE_LOG_OBJECTID); in btrfs_drop_extents()
/linux/include/uapi/linux/
A Dbtrfs_tree.h89 #define BTRFS_TREE_LOG_OBJECTID -6ULL macro
/linux/include/trace/events/
A Dbtrfs.h51 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" }, \

Completed in 720 milliseconds