Searched refs:LOGSYNC_LOCK (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_logmgr.h | 478 #define LOGSYNC_LOCK(log, flags) spin_lock_irqsave(&(log)->synclock, flags) macro
|
H A D | jfs_metapage.c | 290 LOGSYNC_LOCK(log, flags); in remove_from_logsync()
|
H A D | jfs_txnmgr.c | 935 LOGSYNC_LOCK(log, flags); in txUnlock() 974 LOGSYNC_LOCK(log, flags); in txUnlock()
|
H A D | jfs_logmgr.c | 252 LOGSYNC_LOCK(log, flags); in lmLog() 955 LOGSYNC_LOCK(log, flags); in lmLogSync()
|
H A D | jfs_dmap.c | 566 LOGSYNC_LOCK(log, flags); in dbUpdatePMap()
|
H A D | jfs_imap.c | 2809 LOGSYNC_LOCK(log, flags); in diUpdatePMap()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_logmgr.h | 478 #define LOGSYNC_LOCK(log, flags) spin_lock_irqsave(&(log)->synclock, flags) macro
|
H A D | jfs_metapage.c | 291 LOGSYNC_LOCK(log, flags); in remove_from_logsync()
|
H A D | jfs_logmgr.c | 252 LOGSYNC_LOCK(log, flags); in lmLog() 947 LOGSYNC_LOCK(log, flags); in lmLogSync()
|
H A D | jfs_txnmgr.c | 935 LOGSYNC_LOCK(log, flags); in txUnlock() 974 LOGSYNC_LOCK(log, flags); in txUnlock()
|
H A D | jfs_dmap.c | 566 LOGSYNC_LOCK(log, flags); in dbUpdatePMap()
|
H A D | jfs_imap.c | 2807 LOGSYNC_LOCK(log, flags); in diUpdatePMap()
|
Completed in 29 milliseconds