Lines Matching refs:cpu_to_le16
1309 lrd->type = cpu_to_le16(LOG_COMMIT); in txCommit()
1449 lrd->log.redopage.type = cpu_to_le16(LOG_INODE); in diLog()
1450 lrd->log.redopage.l2linesize = cpu_to_le16(L2INODESLOTSIZE); in diLog()
1459 lrd->type = cpu_to_le16(LOG_REDOPAGE); in diLog()
1485 lrd->type = cpu_to_le16(LOG_NOREDOINOEXT); in diLog()
1522 lrd->type = cpu_to_le16(LOG_UPDATEMAP); in diLog()
1528 cpu_to_le16(LOG_ALLOCPXD); in diLog()
1531 cpu_to_le16(LOG_FREEPXD); in diLog()
1532 lrd->log.updatemap.nxd = cpu_to_le16(1); in diLog()
1560 lrd->log.redopage.type = cpu_to_le16(LOG_DATA); in dataLog()
1561 lrd->log.redopage.l2linesize = cpu_to_le16(L2DATASLOTSIZE); in dataLog()
1566 lrd->type = cpu_to_le16(LOG_REDOPAGE); in dataLog()
1607 lrd->log.redopage.type = cpu_to_le16(LOG_DTREE); in dtLog()
1608 lrd->log.redopage.l2linesize = cpu_to_le16(L2DTSLOTSIZE); in dtLog()
1613 lrd->log.redopage.type |= cpu_to_le16(LOG_BTROOT); in dtLog()
1626 lrd->type = cpu_to_le16(LOG_REDOPAGE); in dtLog()
1628 lrd->log.redopage.type |= cpu_to_le16(LOG_EXTEND); in dtLog()
1630 lrd->log.redopage.type |= cpu_to_le16(LOG_NEW); in dtLog()
1659 lrd->type = cpu_to_le16(LOG_REDOPAGE); in dtLog()
1682 lrd->type = cpu_to_le16(LOG_NOREDOPAGE); in dtLog()
1717 lrd->log.redopage.type = cpu_to_le16(LOG_XTREE); in xtLog()
1718 lrd->log.redopage.l2linesize = cpu_to_le16(L2XTSLOTSIZE); in xtLog()
1723 lrd->log.redopage.type |= cpu_to_le16(LOG_BTROOT); in xtLog()
1727 cpu_to_le16(LOG_DIR_XTREE); in xtLog()
1749 lrd->type = cpu_to_le16(LOG_REDOPAGE); in xtLog()
1838 lrd->type = cpu_to_le16(LOG_NOREDOPAGE); in xtLog()
1848 lrd->type = cpu_to_le16(LOG_REDOPAGE); in xtLog()
1858 lrd->type = cpu_to_le16(LOG_UPDATEMAP); in xtLog()
1859 lrd->log.updatemap.type = cpu_to_le16(LOG_FREEXADLIST); in xtLog()
1863 cpu_to_le16(hwm - XTENTRYSTART + 1); in xtLog()
1960 lrd->type = cpu_to_le16(LOG_REDOPAGE); in xtLog()
1977 lrd->type = cpu_to_le16(LOG_UPDATEMAP); in xtLog()
1978 lrd->log.updatemap.type = cpu_to_le16(LOG_FREEPXD); in xtLog()
1979 lrd->log.updatemap.nxd = cpu_to_le16(1); in xtLog()
1994 lrd->type = cpu_to_le16(LOG_UPDATEMAP); in xtLog()
1996 cpu_to_le16(LOG_FREEXADLIST); in xtLog()
2000 cpu_to_le16(hwm - next + 1); in xtLog()
2104 lrd->type = cpu_to_le16(LOG_NOREDOPAGE); in mapLog()
2120 lrd->type = cpu_to_le16(LOG_UPDATEMAP); in mapLog()
2121 lrd->log.updatemap.type = cpu_to_le16(LOG_FREEPXD); in mapLog()
2122 lrd->log.updatemap.nxd = cpu_to_le16(1); in mapLog()
2143 lrd->type = cpu_to_le16(LOG_UPDATEMAP); in mapLog()
2149 cpu_to_le16(LOG_ALLOCPXD); in mapLog()
2152 cpu_to_le16(LOG_FREEPXD); in mapLog()
2153 lrd->log.updatemap.nxd = cpu_to_le16(1); in mapLog()