Home
last modified time | relevance | path

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

/fs/ext4/
Dnamei.c3131 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
3144 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
3157 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
3159 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
3199 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_del()
3210 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3220 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3224 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3235 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3240 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
Dext4.h1484 struct mutex s_orphan_lock; member
Dsuper.c4749 mutex_init(&sbi->s_orphan_lock); in ext4_fill_super()