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.c146 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
162 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
175 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
177 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
251 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_del()
262 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
273 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
280 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
291 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
296 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
H A Dext4.h1580 struct mutex s_orphan_lock; /* Protects on disk list changes */ member
H A Dsuper.c5475 mutex_init(&sbi->s_orphan_lock); in __ext4_fill_super()