Home
last modified time | relevance | path

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

/linux-6.6.21/fs/btrfs/
Dctree.h220 atomic_t log_batch; member
Dfile.c1819 atomic_inc(&root->log_batch); in btrfs_sync_file()
1887 atomic_inc(&root->log_batch); in btrfs_sync_file()
Dtree-log.c2900 int batch = atomic_read(&root->log_batch); in btrfs_sync_log()
2909 if (batch == atomic_read(&root->log_batch)) in btrfs_sync_log()
Ddisk-io.c674 atomic_set(&root->log_batch, 0); in __setup_root()