Home
last modified time | relevance | path

Searched refs:log_batch (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dtree-log.c175 atomic_inc(&root->log_batch); in start_log_trans()
2757 int batch = atomic_read(&root->log_batch); in btrfs_sync_log()
2766 if (batch == atomic_read(&root->log_batch)) in btrfs_sync_log()
2812 atomic_inc(&log_root_tree->log_batch); in btrfs_sync_log()
Dfile.c1915 atomic_inc(&root->log_batch); in btrfs_sync_file()
1969 atomic_inc(&root->log_batch); in btrfs_sync_file()
Dctree.h1884 atomic_t log_batch; member
Ddisk-io.c1266 atomic_set(&root->log_batch, 0); in __setup_root()