Home
last modified time | relevance | path

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

/linux-6.6.21/fs/jfs/
Djfs_txnmgr.c1814 lrd->log.updatemap.type = cpu_to_le16(LOG_FREEXADLIST); in xtLog()
1817 lrd->log.updatemap.nxd = in xtLog()
1932 lrd->log.updatemap.type = cpu_to_le16(LOG_FREEPXD); in xtLog()
1933 lrd->log.updatemap.nxd = cpu_to_le16(1); in xtLog()
1934 lrd->log.updatemap.pxd = pxdlock->pxd; in xtLog()
1949 lrd->log.updatemap.type = in xtLog()
1953 lrd->log.updatemap.nxd = in xtLog()
2073 lrd->log.updatemap.type = cpu_to_le16(LOG_FREEPXD); in mapLog()
2074 lrd->log.updatemap.nxd = cpu_to_le16(1); in mapLog()
2075 lrd->log.updatemap.pxd = pxdlock->pxd; in mapLog()
[all …]
Djfs_logmgr.h255 } updatemap; /* (20) */ member