Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ext4/
Dnamei.c2976 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
2989 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
3002 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
3004 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
3044 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_del()
3055 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3065 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3069 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3080 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3085 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
Dext4.h1486 struct mutex s_orphan_lock; member
Dsuper.c4752 mutex_init(&sbi->s_orphan_lock); in ext4_fill_super()