Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ext4/
Dnamei.c2929 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
2942 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
2955 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
2957 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
2997 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_del()
3008 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3018 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3022 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3033 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3038 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
Dext4.h1436 struct mutex s_orphan_lock; member
Dsuper.c4313 mutex_init(&sbi->s_orphan_lock); in ext4_fill_super()