Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dextent_io.c48 spin_lock_irqsave(&fs_info->eb_leak_lock, flags); in btrfs_leak_debug_add_eb()
50 spin_unlock_irqrestore(&fs_info->eb_leak_lock, flags); in btrfs_leak_debug_add_eb()
58 spin_lock_irqsave(&fs_info->eb_leak_lock, flags); in btrfs_leak_debug_del_eb()
60 spin_unlock_irqrestore(&fs_info->eb_leak_lock, flags); in btrfs_leak_debug_del_eb()
76 spin_lock_irqsave(&fs_info->eb_leak_lock, flags); in btrfs_extent_buffer_leak_debug_check()
88 spin_unlock_irqrestore(&fs_info->eb_leak_lock, flags); in btrfs_extent_buffer_leak_debug_check()
H A Dfs.h969 spinlock_t eb_leak_lock; member
H A Ddisk-io.c2833 spin_lock_init(&fs_info->eb_leak_lock); in btrfs_init_fs_info()