Home
last modified time | relevance | path

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

/linux-6.6.21/fs/btrfs/
Dfs.h810 spinlock_t eb_leak_lock; member
Dextent_io.c49 spin_lock_irqsave(&fs_info->eb_leak_lock, flags); in btrfs_leak_debug_add_eb()
51 spin_unlock_irqrestore(&fs_info->eb_leak_lock, flags); in btrfs_leak_debug_add_eb()
59 spin_lock_irqsave(&fs_info->eb_leak_lock, flags); in btrfs_leak_debug_del_eb()
61 spin_unlock_irqrestore(&fs_info->eb_leak_lock, flags); in btrfs_leak_debug_del_eb()
77 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()
Ddisk-io.c2714 spin_lock_init(&fs_info->eb_leak_lock); in btrfs_init_fs_info()