Home
last modified time | relevance | path

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

/fs/ext4/
Dnamei.c2933 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
2946 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
2959 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
2961 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
3001 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_del()
3012 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3022 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3026 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3037 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3042 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
Dext4.h1437 struct mutex s_orphan_lock; member
Dsuper.c4342 mutex_init(&sbi->s_orphan_lock); in ext4_fill_super()