Searched refs:buds_lock (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ubifs/
H A Dlog.c35 spin_lock(&c->buds_lock);
44 spin_unlock(&c->buds_lock);
48 spin_unlock(&c->buds_lock);
68 spin_lock(&c->buds_lock);
78 spin_unlock(&c->buds_lock);
82 spin_unlock(&c->buds_lock);
118 spin_lock(&c->buds_lock);
148 spin_unlock(&c->buds_lock);
200 * It is not necessary to hold @c->buds_lock when reading @c->bud_bytes
303 spin_lock(&c->buds_lock);
[all...]
H A Dubifs.h736 * Note, the @buds list is protected by the @c->buds_lock.
1042 * @buds_lock: protects the @buds tree, @bud_bytes, and per-journal head bud
1303 spinlock_t buds_lock; member in struct:ubifs_info
H A Dsuper.c2143 spin_lock_init(&c->buds_lock);

Completed in 109 milliseconds