Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jfs/
Djfs_logmgr.h397 spinlock_t synclock; /* 4: synclist lock */ member
477 #define LOGSYNC_LOCK_INIT(log) spin_lock_init(&(log)->synclock)
478 #define LOGSYNC_LOCK(log, flags) spin_lock_irqsave(&(log)->synclock, flags)
480 spin_unlock_irqrestore(&(log)->synclock, flags)