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
464 lrd->length = cpu_to_le16(len); in lmWriteRecord()
466 src = (caddr_t) lrd; in lmWriteRecord()
491 if (lrd->type & cpu_to_le16(LOG_COMMIT)) { in lmWriteRecord()
521 le16_to_cpu(lrd->type), log->bp, log->page, dstoffset); in lmWriteRecord()
928 struct lrd lrd; in lmLogSync() local
964 lrd.logtid = 0; in lmLogSync()
965 lrd.backchain = 0; in lmLogSync()
966 lrd.type = cpu_to_le16(LOG_SYNCPT); in lmLogSync()
967 lrd.length = 0; in lmLogSync()
968 lrd.log.syncpt.sync = cpu_to_le32(log->sync); in lmLogSync()
969 lsn = lmWriteRecord(log, NULL, &lrd, NULL); in lmLogSync()
1243 struct lrd lrd; in lmLogInit() local
1362 lrd.logtid = 0; in lmLogInit()
1363 lrd.backchain = 0; in lmLogInit()
1364 lrd.type = cpu_to_le16(LOG_SYNCPT); in lmLogInit()
1365 lrd.length = 0; in lmLogInit()
1366 lrd.log.syncpt.sync = 0; in lmLogInit()
1367 lsn = lmWriteRecord(log, NULL, &lrd, NULL); in lmLogInit()
1634 struct lrd lrd; in lmLogShutdown() local
1649 lrd.logtid = 0; in lmLogShutdown()
1650 lrd.backchain = 0; in lmLogShutdown()
1651 lrd.type = cpu_to_le16(LOG_SYNCPT); in lmLogShutdown()
1652 lrd.length = 0; in lmLogShutdown()
1653 lrd.log.syncpt.sync = 0; in lmLogShutdown()
1655 lsn = lmWriteRecord(log, NULL, &lrd, NULL); in lmLogShutdown()
2357 struct lrd *lrd_ptr; in lmLogFormat()
2430 lrd_ptr = (struct lrd *) &lp->data; in lmLogFormat()