Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_txnmgr.c1815 lrd->log.updatemap.type = cpu_to_le16(LOG_FREEXADLIST); in xtLog()
1818 lrd->log.updatemap.nxd = in xtLog()
1933 lrd->log.updatemap.type = cpu_to_le16(LOG_FREEPXD); in xtLog()
1934 lrd->log.updatemap.nxd = cpu_to_le16(1); in xtLog()
1935 lrd->log.updatemap.pxd = pxdlock->pxd; in xtLog()
1950 lrd->log.updatemap.type = in xtLog()
1954 lrd->log.updatemap.nxd = in xtLog()
2074 lrd->log.updatemap.type = cpu_to_le16(LOG_FREEPXD); in mapLog()
2075 lrd->log.updatemap.nxd = cpu_to_le16(1); in mapLog()
2076 lrd->log.updatemap.pxd = pxdlock->pxd; in mapLog()
[all …]
H A Djfs_logmgr.h255 } updatemap; /* (20) */ member