Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ext4/ !
Dorphan.c148 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
164 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
177 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_add()
179 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_add()
253 mutex_lock(&sbi->s_orphan_lock); in ext4_orphan_del()
264 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
275 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
282 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
293 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
298 mutex_unlock(&sbi->s_orphan_lock); in ext4_orphan_del()
Dext4.h1562 struct mutex s_orphan_lock; /* Protects on disk list changes */ member
Dsuper.c5262 mutex_init(&sbi->s_orphan_lock); in __ext4_fill_super()