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.c47 spin_lock_irqsave(&fs_info->eb_leak_lock, flags); in btrfs_leak_debug_add_eb()
49 spin_unlock_irqrestore(&fs_info->eb_leak_lock, flags); in btrfs_leak_debug_add_eb()
57 spin_lock_irqsave(&fs_info->eb_leak_lock, flags); in btrfs_leak_debug_del_eb()
59 spin_unlock_irqrestore(&fs_info->eb_leak_lock, flags); in btrfs_leak_debug_del_eb()
75 spin_lock_irqsave(&fs_info->eb_leak_lock, flags); in btrfs_extent_buffer_leak_debug_check()
87 spin_unlock_irqrestore(&fs_info->eb_leak_lock, flags); in btrfs_extent_buffer_leak_debug_check()
H A Dfs.h958 spinlock_t eb_leak_lock; member
H A Ddisk-io.c2807 spin_lock_init(&fs_info->eb_leak_lock); in btrfs_init_fs_info()