Lines Matching refs:lrd

164 			 struct lrd * lrd, struct tlock * tlck);
225 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog() argument
234 log, tblk, lrd, tlck); in lmLog()
314 lsn = lmWriteRecord(log, tblk, lrd, tlck); in lmLog()
344 lmWriteRecord(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmWriteRecord() argument
472 lrd->length = cpu_to_le16(len); in lmWriteRecord()
474 src = (caddr_t) lrd; in lmWriteRecord()
499 if (lrd->type & cpu_to_le16(LOG_COMMIT)) { in lmWriteRecord()
529 le16_to_cpu(lrd->type), log->bp, log->page, dstoffset); in lmWriteRecord()
936 struct lrd lrd; in lmLogSync() local
972 lrd.logtid = 0; in lmLogSync()
973 lrd.backchain = 0; in lmLogSync()
974 lrd.type = cpu_to_le16(LOG_SYNCPT); in lmLogSync()
975 lrd.length = 0; in lmLogSync()
976 lrd.log.syncpt.sync = cpu_to_le32(log->sync); in lmLogSync()
977 lsn = lmWriteRecord(log, NULL, &lrd, NULL); in lmLogSync()
1251 struct lrd lrd; in lmLogInit() local
1370 lrd.logtid = 0; in lmLogInit()
1371 lrd.backchain = 0; in lmLogInit()
1372 lrd.type = cpu_to_le16(LOG_SYNCPT); in lmLogInit()
1373 lrd.length = 0; in lmLogInit()
1374 lrd.log.syncpt.sync = 0; in lmLogInit()
1375 lsn = lmWriteRecord(log, NULL, &lrd, NULL); in lmLogInit()
1642 struct lrd lrd; in lmLogShutdown() local
1657 lrd.logtid = 0; in lmLogShutdown()
1658 lrd.backchain = 0; in lmLogShutdown()
1659 lrd.type = cpu_to_le16(LOG_SYNCPT); in lmLogShutdown()
1660 lrd.length = 0; in lmLogShutdown()
1661 lrd.log.syncpt.sync = 0; in lmLogShutdown()
1663 lsn = lmWriteRecord(log, NULL, &lrd, NULL); in lmLogShutdown()
2372 struct lrd *lrd_ptr; in lmLogFormat()
2445 lrd_ptr = (struct lrd *) &lp->data; in lmLogFormat()