Home
last modified time | relevance | path

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

/fs/btrfs/
Dfile.c2141 atomic_inc(&root->log_batch); in btrfs_sync_file()
2203 atomic_inc(&root->log_batch); in btrfs_sync_file()
Dtree-log.c175 atomic_inc(&root->log_batch); in start_log_trans()
3090 int batch = atomic_read(&root->log_batch); in btrfs_sync_log()
3099 if (batch == atomic_read(&root->log_batch)) in btrfs_sync_log()
Dctree.h1086 atomic_t log_batch; member
Ddisk-io.c1069 atomic_set(&root->log_batch, 0); in __setup_root()