Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dordered-data.c481 spin_lock_irq(&log->log_extents_lock[index]); in btrfs_submit_logged_extents()
483 spin_unlock_irq(&log->log_extents_lock[index]); in btrfs_submit_logged_extents()
492 spin_lock_irq(&log->log_extents_lock[index]); in btrfs_wait_logged_extents()
498 spin_unlock_irq(&log->log_extents_lock[index]); in btrfs_wait_logged_extents()
513 spin_lock_irq(&log->log_extents_lock[index]); in btrfs_wait_logged_extents()
515 spin_unlock_irq(&log->log_extents_lock[index]); in btrfs_wait_logged_extents()
523 spin_lock_irq(&log->log_extents_lock[index]); in btrfs_free_logged_extents()
529 spin_unlock_irq(&log->log_extents_lock[index]); in btrfs_free_logged_extents()
531 spin_lock_irq(&log->log_extents_lock[index]); in btrfs_free_logged_extents()
533 spin_unlock_irq(&log->log_extents_lock[index]); in btrfs_free_logged_extents()
Ddisk-io.c1244 spin_lock_init(&root->log_extents_lock[0]); in __setup_root()
1245 spin_lock_init(&root->log_extents_lock[1]); in __setup_root()
Dctree.h1893 spinlock_t log_extents_lock[2]; member