Searched refs:BTRFS_TREE_LOG_OBJECTID (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/btrfs/ |
| A D | locking.c | 70 { .id = BTRFS_TREE_LOG_OBJECTID, DEFINE_NAME("log") },
|
| A D | disk-io.c | 330 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 D | print-tree.c | 27 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" },
|
| A D | extent-tree.c | 1443 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 D | file-item.c | 889 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 D | tree-log.c | 413 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 D | transaction.c | 1227 ASSERT(btrfs_root_id(log_root) == BTRFS_TREE_LOG_OBJECTID); in btrfs_wait_tree_log_extents()
|
| A D | tree-checker.c | 2154 if (root_owner == BTRFS_TREE_LOG_OBJECTID || in btrfs_check_eb_owner()
|
| A D | file.c | 248 update_refs = (btrfs_root_id(root) != BTRFS_TREE_LOG_OBJECTID); in btrfs_drop_extents()
|
| /linux/include/uapi/linux/ |
| A D | btrfs_tree.h | 89 #define BTRFS_TREE_LOG_OBJECTID -6ULL macro
|
| /linux/include/trace/events/ |
| A D | btrfs.h | 51 { BTRFS_TREE_LOG_OBJECTID, "TREE_LOG" }, \
|
Completed in 53 milliseconds