Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_txnmgr.c1449 lrd->type = cpu_to_le16(LOG_REDOPAGE); in diLog()
1522 lrd->type = cpu_to_le16(LOG_REDOPAGE); in dataLog()
1582 lrd->type = cpu_to_le16(LOG_REDOPAGE); in dtLog()
1615 lrd->type = cpu_to_le16(LOG_REDOPAGE); in dtLog()
1705 lrd->type = cpu_to_le16(LOG_REDOPAGE); in xtLog()
1804 lrd->type = cpu_to_le16(LOG_REDOPAGE); in xtLog()
1915 lrd->type = cpu_to_le16(LOG_REDOPAGE); in xtLog()
H A Djfs_logmgr.h158 #define LOG_REDOPAGE 0x0800 macro