Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dtree-log.c196 if (root->log_root) { in start_log_trans()
263 if (root->log_root) { in join_running_log_trans()
1072 struct btrfs_root *log_root, in __add_inode_ref() argument
3285 if (root->log_root) { in btrfs_free_log()
3287 root->log_root = NULL; in btrfs_free_log()
3537 log = root->log_root; in btrfs_del_inode_ref_in_log()
4175 struct btrfs_root *log_root, in truncate_inode_items() argument
4302 struct btrfs_root *log_root, in log_csums() argument
7309 wc.replay_dest->log_root = log; in btrfs_recover_log_trees()
7342 wc.replay_dest->log_root = NULL; in btrfs_recover_log_trees()
[all …]
A Ddisk-io.c967 struct btrfs_root *log_root; in btrfs_init_log_root_tree() local
970 if (IS_ERR(log_root)) in btrfs_init_log_root_tree()
971 return PTR_ERR(log_root); in btrfs_init_log_root_tree()
977 btrfs_put_root(log_root); in btrfs_init_log_root_tree()
991 struct btrfs_root *log_root; in btrfs_add_log_tree() local
996 if (IS_ERR(log_root)) in btrfs_add_log_tree()
997 return PTR_ERR(log_root); in btrfs_add_log_tree()
1001 btrfs_put_root(log_root); in btrfs_add_log_tree()
1016 btrfs_set_root_node(&log_root->root_item, log_root->node); in btrfs_add_log_tree()
1018 WARN_ON(root->log_root); in btrfs_add_log_tree()
[all …]
A Dtransaction.c1220 int btrfs_wait_tree_log_extents(struct btrfs_root *log_root, int mark) in btrfs_wait_tree_log_extents() argument
1222 struct btrfs_fs_info *fs_info = log_root->fs_info; in btrfs_wait_tree_log_extents()
1223 struct extent_io_tree *dirty_pages = &log_root->dirty_log_pages; in btrfs_wait_tree_log_extents()
1227 ASSERT(btrfs_root_id(log_root) == BTRFS_TREE_LOG_OBJECTID); in btrfs_wait_tree_log_extents()
A Dctree.h174 struct btrfs_root *log_root; member
A Daccessors.h869 BTRFS_SETGET_STACK_FUNCS(super_log_root, struct btrfs_super_block, log_root, 64);
/linux/include/uapi/linux/
A Dbtrfs_tree.h681 __le64 log_root; member

Completed in 32 milliseconds