Lines Matching refs:lrd

177 			 struct lrd * lrd, struct tlock * tlck);
238 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog() argument
247 log, tblk, lrd, tlck); in lmLog()
327 lsn = lmWriteRecord(log, tblk, lrd, tlck); in lmLog()
357 lmWriteRecord(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmWriteRecord() argument
485 lrd->length = cpu_to_le16(len); in lmWriteRecord()
487 src = (caddr_t) lrd; in lmWriteRecord()
512 if (lrd->type & cpu_to_le16(LOG_COMMIT)) { in lmWriteRecord()
542 le16_to_cpu(lrd->type), log->bp, log->page, dstoffset); in lmWriteRecord()
949 struct lrd lrd; in lmLogSync() local
985 lrd.logtid = 0; in lmLogSync()
986 lrd.backchain = 0; in lmLogSync()
987 lrd.type = cpu_to_le16(LOG_SYNCPT); in lmLogSync()
988 lrd.length = 0; in lmLogSync()
989 lrd.log.syncpt.sync = cpu_to_le32(log->sync); in lmLogSync()
990 lsn = lmWriteRecord(log, NULL, &lrd, NULL); in lmLogSync()
1265 struct lrd lrd; in lmLogInit() local
1383 lrd.logtid = 0; in lmLogInit()
1384 lrd.backchain = 0; in lmLogInit()
1385 lrd.type = cpu_to_le16(LOG_SYNCPT); in lmLogInit()
1386 lrd.length = 0; in lmLogInit()
1387 lrd.log.syncpt.sync = 0; in lmLogInit()
1388 lsn = lmWriteRecord(log, NULL, &lrd, NULL); in lmLogInit()
1655 struct lrd lrd; in lmLogShutdown() local
1670 lrd.logtid = 0; in lmLogShutdown()
1671 lrd.backchain = 0; in lmLogShutdown()
1672 lrd.type = cpu_to_le16(LOG_SYNCPT); in lmLogShutdown()
1673 lrd.length = 0; in lmLogShutdown()
1674 lrd.log.syncpt.sync = 0; in lmLogShutdown()
1676 lsn = lmWriteRecord(log, NULL, &lrd, NULL); in lmLogShutdown()
2384 struct lrd *lrd_ptr; in lmLogFormat()
2457 lrd_ptr = (struct lrd *) &lp->data; in lmLogFormat()