Home
last modified time | relevance | path

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

/linux-6.14.4/fs/btrfs/
Dctree.h195 atomic_t log_batch; member
Dfile.c1530 atomic_inc(&root->log_batch); in btrfs_sync_file()
1614 atomic_inc(&root->log_batch); in btrfs_sync_file()
Dtree-log.c2961 int batch = atomic_read(&root->log_batch); in btrfs_sync_log()
2970 if (batch == atomic_read(&root->log_batch)) in btrfs_sync_log()
Ddisk-io.c694 atomic_set(&root->log_batch, 0); in __setup_root()