Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dnamei.c2909 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
2922 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
2935 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
2937 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
2977 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_del()
2988 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
2998 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3002 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3013 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
3018 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
Dext4.h1410 struct mutex s_orphan_lock; member
Dsuper.c4281 mutex_init(&sbi->s_orphan_lock); in ext4_fill_super()