Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dorphan.c147 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
163 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
176 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
178 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
252 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_del()
263 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
274 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
281 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
292 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
297 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
H A Dext4.h1647 struct mutex s_orphan_lock; /* Protects on disk list changes */ member
H A Dsuper.c5506 mutex_init(&sbi->s_orphan_lock); in __ext4_fill_super()