Home
last modified time | relevance | path

Searched refs:log_root (Results 1 – 6 of 6) sorted by relevance

/linux/fs/btrfs/
H A Dtree-log.c199 if (root->log_root) { in start_log_trans()
266 if (root->log_root) { in join_running_log_trans()
791 ret = btrfs_lookup_csums_list(root->log_root, in replay_one_extent()
1045 struct btrfs_root *log_root, in unlink_refs_not_in_log() argument
1074 ret = backref_in_log(log_root, search_key, parent_objectid, &victim_name); in unlink_refs_not_in_log()
1099 struct btrfs_root *log_root, in unlink_extrefs_not_in_log() argument
1132 ret = backref_in_log(log_root, search_key, parent_objectid, &victim_name); in unlink_extrefs_not_in_log()
1166 struct btrfs_root *log_root, in __add_inode_ref() argument
1193 ret = unlink_refs_not_in_log(trans, path, log_root, &search_key, in __add_inode_ref()
1207 ret = unlink_extrefs_not_in_log(trans, path, root, log_root, in __add_inode_ref()
4213 truncate_inode_items(struct btrfs_trans_handle * trans,struct btrfs_root * log_root,struct btrfs_inode * inode,u64 new_size,u32 min_type) truncate_inode_items() argument
4333 log_csums(struct btrfs_trans_handle * trans,struct btrfs_inode * inode,struct btrfs_root * log_root,struct btrfs_ordered_sum * sums) log_csums() argument
4624 log_extent_csums(struct btrfs_trans_handle * trans,struct btrfs_inode * inode,struct btrfs_root * log_root,const struct extent_map * em,struct btrfs_log_ctx * ctx) log_extent_csums() argument
[all...]
H A Ddisk-io.c956 struct btrfs_root *log_root; in btrfs_init_log_root_tree() local
958 log_root = alloc_log_tree(fs_info); in btrfs_init_log_root_tree()
959 if (IS_ERR(log_root)) in btrfs_init_log_root_tree()
960 return PTR_ERR(log_root); in btrfs_init_log_root_tree()
963 int ret = btrfs_alloc_log_tree_node(trans, log_root); in btrfs_init_log_root_tree()
966 btrfs_put_root(log_root); in btrfs_init_log_root_tree()
972 fs_info->log_root_tree = log_root; in btrfs_init_log_root_tree()
980 struct btrfs_root *log_root; in btrfs_add_log_tree() local
984 log_root = alloc_log_tree(fs_info); in btrfs_add_log_tree()
985 if (IS_ERR(log_root)) in btrfs_add_log_tree()
[all...]
H A Dtransaction.c1225 int btrfs_wait_tree_log_extents(struct btrfs_root *log_root, int mark) in btrfs_wait_tree_log_extents() argument
1227 struct btrfs_fs_info *fs_info = log_root->fs_info; in btrfs_wait_tree_log_extents()
1228 struct extent_io_tree *dirty_pages = &log_root->dirty_log_pages; in btrfs_wait_tree_log_extents()
1232 ASSERT(btrfs_root_id(log_root) == BTRFS_TREE_LOG_OBJECTID); in btrfs_wait_tree_log_extents()
H A Dctree.h173 struct btrfs_root *log_root; member
H A Daccessors.h833 BTRFS_SETGET_STACK_FUNCS(super_log_root, struct btrfs_super_block, log_root, 64);
/linux/include/uapi/linux/
H A Dbtrfs_tree.h681 __le64 log_root; member