Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_txnmgr.c1809 lrd->log.updatemap.type = cpu_to_le16(LOG_FREEXADLIST); in xtLog()
1812 lrd->log.updatemap.nxd = in xtLog()
1927 lrd->log.updatemap.type = cpu_to_le16(LOG_FREEPXD); in xtLog()
1928 lrd->log.updatemap.nxd = cpu_to_le16(1); in xtLog()
1929 lrd->log.updatemap.pxd = pxdlock->pxd; in xtLog()
1944 lrd->log.updatemap.type = in xtLog()
1948 lrd->log.updatemap.nxd = in xtLog()
2068 lrd->log.updatemap.type = cpu_to_le16(LOG_FREEPXD); in mapLog()
2069 lrd->log.updatemap.nxd = cpu_to_le16(1); in mapLog()
2070 lrd->log.updatemap.pxd = pxdlock->pxd; in mapLog()
[all …]
Djfs_logmgr.h255 } updatemap; /* (20) */ member