Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dnamei.c3130 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
3143 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
3156 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
3158 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
3198 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_del()
3209 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3219 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3223 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3234 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3239 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
H A Dext4.h1482 struct mutex s_orphan_lock; member
H A Dsuper.c4763 mutex_init(&sbi->s_orphan_lock); in ext4_fill_super()