Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
Dnamei.c2784 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
2797 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
2810 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
2812 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
2850 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_del()
2861 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
2871 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
2875 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
2886 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
2891 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
Dext4.h1397 struct mutex s_orphan_lock; member
Dsuper.c4141 mutex_init(&sbi->s_orphan_lock); in ext4_fill_super()