Home
last modified time | relevance | path

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

/linux-6.15/fs/ubifs/
H A Dorphan.c64 spin_lock(&c->orphan_lock); in ubifs_add_orphan()
66 spin_unlock(&c->orphan_lock); in ubifs_add_orphan()
92 spin_unlock(&c->orphan_lock); in ubifs_add_orphan()
160 spin_lock(&c->orphan_lock); in ubifs_delete_orphan()
173 spin_unlock(&c->orphan_lock); in ubifs_delete_orphan()
186 spin_lock(&c->orphan_lock); in ubifs_orphan_start_commit()
205 spin_unlock(&c->orphan_lock); in ubifs_orphan_start_commit()
315 spin_lock(&c->orphan_lock); in write_orph_node()
387 spin_lock(&c->orphan_lock); in consolidate()
458 spin_lock(&c->orphan_lock); in erase_deleted()
[all …]
H A Dubifs.h1405 spinlock_t orphan_lock; member
H A Dsuper.c2092 spin_lock_init(&c->orphan_lock); in alloc_ubifs_info()