Home
last modified time | relevance | path

Searched refs:s_md_lock (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ext4/
H A Dmballoc.c3653 spin_lock(&sbi->s_md_lock); in ext4_discard_work()
3655 spin_unlock(&sbi->s_md_lock); in ext4_discard_work()
3778 spin_lock_init(&sbi->s_md_lock); in ext4_mb_init()
4033 spin_lock(&sbi->s_md_lock); in ext4_process_freed_data()
4036 spin_unlock(&sbi->s_md_lock); in ext4_process_freed_data()
6393 spin_lock(&sbi->s_md_lock); in ext4_merge_freed_extents()
6395 spin_unlock(&sbi->s_md_lock); in ext4_merge_freed_extents()
6502 spin_lock(&sbi->s_md_lock); in ext4_mb_free_metadata()
6504 spin_unlock(&sbi->s_md_lock); in ext4_mb_free_metadata()
H A Dext4.h1606 spinlock_t s_md_lock; member