Home
last modified time | relevance | path

Searched refs:BTRFS_ROOT_MULTI_LOG_TASKS (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dtree-log.c154 clear_bit(BTRFS_ROOT_MULTI_LOG_TASKS, &root->state); in start_log_trans()
157 set_bit(BTRFS_ROOT_MULTI_LOG_TASKS, &root->state); in start_log_trans()
171 clear_bit(BTRFS_ROOT_MULTI_LOG_TASKS, &root->state); in start_log_trans()
2760 test_bit(BTRFS_ROOT_MULTI_LOG_TASKS, &root->state)) { in btrfs_sync_log()
Dctree.h1844 #define BTRFS_ROOT_MULTI_LOG_TASKS 8 macro