Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dnamei.c2785 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
2798 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
2811 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
2813 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
2851 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_del()
2862 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
2872 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
2876 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
2887 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
2892 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
Dext4.h1340 struct mutex s_orphan_lock; member
Dsuper.c3663 mutex_init(&sbi->s_orphan_lock); in ext4_fill_super()