Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_logmgr.h410 spinlock_t synclock; /* 4: synclist lock */ member
490 #define LOGSYNC_LOCK_INIT(log) spin_lock_init(&(log)->synclock)
491 #define LOGSYNC_LOCK(log, flags) spin_lock_irqsave(&(log)->synclock, flags)
493 spin_unlock_irqrestore(&(log)->synclock, flags)