Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dctree.h220 atomic_t log_batch; member
H A Dfile.c1837 atomic_inc(&root->log_batch); in btrfs_sync_file()
1908 atomic_inc(&root->log_batch); in btrfs_sync_file()
H A Dtree-log.c2919 int batch = atomic_read(&root->log_batch); in btrfs_sync_log()
2928 if (batch == atomic_read(&root->log_batch)) in btrfs_sync_log()
H A Ddisk-io.c674 atomic_set(&root->log_batch, 0); in __setup_root()