Home
last modified time | relevance | path

Searched refs:log_extents_lock (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dordered-data.c480 spin_lock_irq(&log->log_extents_lock[index]); in btrfs_submit_logged_extents()
482 spin_unlock_irq(&log->log_extents_lock[index]); in btrfs_submit_logged_extents()
491 spin_lock_irq(&log->log_extents_lock[index]); in btrfs_wait_logged_extents()
499 spin_unlock_irq(&log->log_extents_lock[index]); in btrfs_wait_logged_extents()
532 spin_lock_irq(&log->log_extents_lock[index]); in btrfs_wait_logged_extents()
534 spin_unlock_irq(&log->log_extents_lock[index]); in btrfs_wait_logged_extents()
542 spin_lock_irq(&log->log_extents_lock[index]); in btrfs_free_logged_extents()
548 spin_unlock_irq(&log->log_extents_lock[index]); in btrfs_free_logged_extents()
550 spin_lock_irq(&log->log_extents_lock[index]); in btrfs_free_logged_extents()
552 spin_unlock_irq(&log->log_extents_lock[index]); in btrfs_free_logged_extents()
Ddisk-io.c1252 spin_lock_init(&root->log_extents_lock[0]); in __setup_root()
1253 spin_lock_init(&root->log_extents_lock[1]); in __setup_root()
Dctree.h1920 spinlock_t log_extents_lock[2]; member