Searched refs:BTRFS_ROOT_HAS_LOG_TREE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ctree.h | 166 BTRFS_ROOT_HAS_LOG_TREE, enumerator
|
H A D | tree-log.c | 162 if (!test_bit(BTRFS_ROOT_HAS_LOG_TREE, &tree_root->state)) { in start_log_trans() 167 set_bit(BTRFS_ROOT_HAS_LOG_TREE, &tree_root->state); in start_log_trans() 214 set_bit(BTRFS_ROOT_HAS_LOG_TREE, &root->state); in start_log_trans() 241 if (!test_bit(BTRFS_ROOT_HAS_LOG_TREE, &root->state)) in join_running_log_trans() 3230 clear_bit(BTRFS_ROOT_HAS_LOG_TREE, &root->state); in btrfs_free_log() 3241 clear_bit(BTRFS_ROOT_HAS_LOG_TREE, &fs_info->tree_root->state); in btrfs_free_log_root_tree() 3280 if (!test_bit(BTRFS_ROOT_HAS_LOG_TREE, &inode->root->state)) { in inode_logged()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | tree-log.c | 170 set_bit(BTRFS_ROOT_HAS_LOG_TREE, &root->state); in start_log_trans() 197 if (!test_bit(BTRFS_ROOT_HAS_LOG_TREE, &root->state)) in join_running_log_trans() 3339 clear_bit(BTRFS_ROOT_HAS_LOG_TREE, &root->state); in btrfs_free_log()
|
H A D | ctree.h | 1031 BTRFS_ROOT_HAS_LOG_TREE, enumerator
|
Completed in 22 milliseconds