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.c46 spin_lock_irqsave(&fs_info->eb_leak_lock, flags); in btrfs_leak_debug_add_eb()
48 spin_unlock_irqrestore(&fs_info->eb_leak_lock, flags); in btrfs_leak_debug_add_eb()
56 spin_lock_irqsave(&fs_info->eb_leak_lock, flags); in btrfs_leak_debug_del_eb()
58 spin_unlock_irqrestore(&fs_info->eb_leak_lock, flags); in btrfs_leak_debug_del_eb()
74 spin_lock_irqsave(&fs_info->eb_leak_lock, flags); in btrfs_extent_buffer_leak_debug_check()
86 spin_unlock_irqrestore(&fs_info->eb_leak_lock, flags); in btrfs_extent_buffer_leak_debug_check()
H A Dfs.h877 spinlock_t eb_leak_lock; member
H A Ddisk-io.c2752 spin_lock_init(&fs_info->eb_leak_lock); in btrfs_init_fs_info()