Symbol: lrd
fs/jfs/jfs_logmgr.c
1242
struct lrd lrd;
fs/jfs/jfs_logmgr.c
1361
lrd.logtid = 0;
fs/jfs/jfs_logmgr.c
1362
lrd.backchain = 0;
fs/jfs/jfs_logmgr.c
1363
lrd.type = cpu_to_le16(LOG_SYNCPT);
fs/jfs/jfs_logmgr.c
1364
lrd.length = 0;
fs/jfs/jfs_logmgr.c
1365
lrd.log.syncpt.sync = 0;
fs/jfs/jfs_logmgr.c
1366
lsn = lmWriteRecord(log, NULL, &lrd, NULL);
fs/jfs/jfs_logmgr.c
1633
struct lrd lrd;
fs/jfs/jfs_logmgr.c
164
struct lrd * lrd, struct tlock * tlck);
fs/jfs/jfs_logmgr.c
1648
lrd.logtid = 0;
fs/jfs/jfs_logmgr.c
1649
lrd.backchain = 0;
fs/jfs/jfs_logmgr.c
1650
lrd.type = cpu_to_le16(LOG_SYNCPT);
fs/jfs/jfs_logmgr.c
1651
lrd.length = 0;
fs/jfs/jfs_logmgr.c
1652
lrd.log.syncpt.sync = 0;
fs/jfs/jfs_logmgr.c
1654
lsn = lmWriteRecord(log, NULL, &lrd, NULL);
fs/jfs/jfs_logmgr.c
225
int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
fs/jfs/jfs_logmgr.c
234
log, tblk, lrd, tlck);
fs/jfs/jfs_logmgr.c
2362
struct lrd *lrd_ptr;
fs/jfs/jfs_logmgr.c
2435
lrd_ptr = (struct lrd *) &lp->data;
fs/jfs/jfs_logmgr.c
314
lsn = lmWriteRecord(log, tblk, lrd, tlck);
fs/jfs/jfs_logmgr.c
344
lmWriteRecord(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
fs/jfs/jfs_logmgr.c
464
lrd->length = cpu_to_le16(len);
fs/jfs/jfs_logmgr.c
466
src = (caddr_t) lrd;
fs/jfs/jfs_logmgr.c
491
if (lrd->type & cpu_to_le16(LOG_COMMIT)) {
fs/jfs/jfs_logmgr.c
521
le16_to_cpu(lrd->type), log->bp, log->page, dstoffset);
fs/jfs/jfs_logmgr.c
928
struct lrd lrd;
fs/jfs/jfs_logmgr.c
964
lrd.logtid = 0;
fs/jfs/jfs_logmgr.c
965
lrd.backchain = 0;
fs/jfs/jfs_logmgr.c
966
lrd.type = cpu_to_le16(LOG_SYNCPT);
fs/jfs/jfs_logmgr.c
967
lrd.length = 0;
fs/jfs/jfs_logmgr.c
968
lrd.log.syncpt.sync = cpu_to_le32(log->sync);
fs/jfs/jfs_logmgr.c
969
lsn = lmWriteRecord(log, NULL, &lrd, NULL);
fs/jfs/jfs_logmgr.h
339
#define LOGRDSIZE (sizeof(struct lrd))
fs/jfs/jfs_mount.c
491
struct lrd lrd;
fs/jfs/jfs_mount.c
493
lrd.logtid = 0;
fs/jfs/jfs_mount.c
494
lrd.backchain = 0;
fs/jfs/jfs_mount.c
495
lrd.type = cpu_to_le16(LOG_MOUNT);
fs/jfs/jfs_mount.c
496
lrd.length = 0;
fs/jfs/jfs_mount.c
497
lrd.aggregate = cpu_to_le32(new_encode_dev(sb->s_bdev->bd_dev));
fs/jfs/jfs_mount.c
498
lmLog(log, NULL, &lrd, NULL);
fs/jfs/jfs_txnmgr.c
1137
struct lrd *lrd;
fs/jfs/jfs_txnmgr.c
1165
lrd = &cd.lrd;
fs/jfs/jfs_txnmgr.c
1166
lrd->logtid = cpu_to_le32(tblk->logtid);
fs/jfs/jfs_txnmgr.c
1167
lrd->backchain = 0;
fs/jfs/jfs_txnmgr.c
1301
lrd->type = cpu_to_le16(LOG_COMMIT);
fs/jfs/jfs_txnmgr.c
1302
lrd->length = 0;
fs/jfs/jfs_txnmgr.c
1303
lmLog(log, tblk, lrd, NULL);
fs/jfs/jfs_txnmgr.c
1378
struct lrd *lrd = &cd->lrd;
fs/jfs/jfs_txnmgr.c
1390
lrd->aggregate = cpu_to_le32(JFS_SBI(ip->i_sb)->aggregate);
fs/jfs/jfs_txnmgr.c
1391
lrd->log.redopage.fileset = cpu_to_le32(JFS_IP(ip)->fileset);
fs/jfs/jfs_txnmgr.c
1392
lrd->log.redopage.inode = cpu_to_le32(ip->i_ino);
fs/jfs/jfs_txnmgr.c
1397
xtLog(log, tblk, lrd, tlck);
fs/jfs/jfs_txnmgr.c
1401
dtLog(log, tblk, lrd, tlck);
fs/jfs/jfs_txnmgr.c
1405
diLog(log, tblk, lrd, tlck, cd);
fs/jfs/jfs_txnmgr.c
1409
mapLog(log, tblk, lrd, tlck);
fs/jfs/jfs_txnmgr.c
1413
dataLog(log, tblk, lrd, tlck);
fs/jfs/jfs_txnmgr.c
1429
static void diLog(struct jfs_log *log, struct tblock *tblk, struct lrd *lrd,
fs/jfs/jfs_txnmgr.c
1439
lrd->log.redopage.type = cpu_to_le16(LOG_INODE);
fs/jfs/jfs_txnmgr.c
1440
lrd->log.redopage.l2linesize = cpu_to_le16(L2INODESLOTSIZE);
fs/jfs/jfs_txnmgr.c
1442
pxd = &lrd->log.redopage.pxd;
fs/jfs/jfs_txnmgr.c
1449
lrd->type = cpu_to_le16(LOG_REDOPAGE);
fs/jfs/jfs_txnmgr.c
1453
lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck));
fs/jfs/jfs_txnmgr.c
1475
lrd->type = cpu_to_le16(LOG_NOREDOINOEXT);
fs/jfs/jfs_txnmgr.c
1483
lrd->log.noredoinoext.iagnum =
fs/jfs/jfs_txnmgr.c
1485
lrd->log.noredoinoext.inoext_idx =
fs/jfs/jfs_txnmgr.c
1490
lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL));
fs/jfs/jfs_txnmgr.c
1507
static void dataLog(struct jfs_log *log, struct tblock *tblk, struct lrd *lrd,
fs/jfs/jfs_txnmgr.c
151
static void diLog(struct jfs_log *log, struct tblock *tblk, struct lrd *lrd,
fs/jfs/jfs_txnmgr.c
1516
lrd->log.redopage.type = cpu_to_le16(LOG_DATA);
fs/jfs/jfs_txnmgr.c
1517
lrd->log.redopage.l2linesize = cpu_to_le16(L2DATASLOTSIZE);
fs/jfs/jfs_txnmgr.c
1519
pxd = &lrd->log.redopage.pxd;
fs/jfs/jfs_txnmgr.c
1522
lrd->type = cpu_to_le16(LOG_REDOPAGE);
fs/jfs/jfs_txnmgr.c
153
static void dataLog(struct jfs_log *log, struct tblock *tblk, struct lrd *lrd,
fs/jfs/jfs_txnmgr.c
1540
lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck));
fs/jfs/jfs_txnmgr.c
155
static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
fs/jfs/jfs_txnmgr.c
1553
static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
fs/jfs/jfs_txnmgr.c
1563
lrd->log.redopage.type = cpu_to_le16(LOG_DTREE);
fs/jfs/jfs_txnmgr.c
1564
lrd->log.redopage.l2linesize = cpu_to_le16(L2DTSLOTSIZE);
fs/jfs/jfs_txnmgr.c
1566
pxd = &lrd->log.redopage.pxd;
fs/jfs/jfs_txnmgr.c
1569
lrd->log.redopage.type |= cpu_to_le16(LOG_BTROOT);
fs/jfs/jfs_txnmgr.c
157
static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
fs/jfs/jfs_txnmgr.c
1582
lrd->type = cpu_to_le16(LOG_REDOPAGE);
fs/jfs/jfs_txnmgr.c
1584
lrd->log.redopage.type |= cpu_to_le16(LOG_EXTEND);
fs/jfs/jfs_txnmgr.c
1586
lrd->log.redopage.type |= cpu_to_le16(LOG_NEW);
fs/jfs/jfs_txnmgr.c
1590
lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck));
fs/jfs/jfs_txnmgr.c
1615
lrd->type = cpu_to_le16(LOG_REDOPAGE);
fs/jfs/jfs_txnmgr.c
1619
lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck));
fs/jfs/jfs_txnmgr.c
1638
lrd->type = cpu_to_le16(LOG_NOREDOPAGE);
fs/jfs/jfs_txnmgr.c
1641
lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL));
fs/jfs/jfs_txnmgr.c
1656
static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
fs/jfs/jfs_txnmgr.c
166
static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
fs/jfs/jfs_txnmgr.c
1673
lrd->log.redopage.type = cpu_to_le16(LOG_XTREE);
fs/jfs/jfs_txnmgr.c
1674
lrd->log.redopage.l2linesize = cpu_to_le16(L2XTSLOTSIZE);
fs/jfs/jfs_txnmgr.c
1676
page_pxd = &lrd->log.redopage.pxd;
fs/jfs/jfs_txnmgr.c
1679
lrd->log.redopage.type |= cpu_to_le16(LOG_BTROOT);
fs/jfs/jfs_txnmgr.c
1682
lrd->log.redopage.type |=
fs/jfs/jfs_txnmgr.c
1705
lrd->type = cpu_to_le16(LOG_REDOPAGE);
fs/jfs/jfs_txnmgr.c
1709
lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck));
fs/jfs/jfs_txnmgr.c
1794
lrd->type = cpu_to_le16(LOG_NOREDOPAGE);
fs/jfs/jfs_txnmgr.c
1799
lrd->backchain =
fs/jfs/jfs_txnmgr.c
1800
cpu_to_le32(lmLog(log, tblk, lrd, NULL));
fs/jfs/jfs_txnmgr.c
1804
lrd->type = cpu_to_le16(LOG_REDOPAGE);
fs/jfs/jfs_txnmgr.c
1805
lrd->backchain =
fs/jfs/jfs_txnmgr.c
1806
cpu_to_le32(lmLog(log, tblk, lrd, tlck));
fs/jfs/jfs_txnmgr.c
1814
lrd->type = cpu_to_le16(LOG_UPDATEMAP);
fs/jfs/jfs_txnmgr.c
1815
lrd->log.updatemap.type = cpu_to_le16(LOG_FREEXADLIST);
fs/jfs/jfs_txnmgr.c
1818
lrd->log.updatemap.nxd =
fs/jfs/jfs_txnmgr.c
1824
lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck));
fs/jfs/jfs_txnmgr.c
1915
lrd->type = cpu_to_le16(LOG_REDOPAGE);
fs/jfs/jfs_txnmgr.c
1919
lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck));
fs/jfs/jfs_txnmgr.c
1932
lrd->type = cpu_to_le16(LOG_UPDATEMAP);
fs/jfs/jfs_txnmgr.c
1933
lrd->log.updatemap.type = cpu_to_le16(LOG_FREEPXD);
fs/jfs/jfs_txnmgr.c
1934
lrd->log.updatemap.nxd = cpu_to_le16(1);
fs/jfs/jfs_txnmgr.c
1935
lrd->log.updatemap.pxd = pxdlock->pxd;
fs/jfs/jfs_txnmgr.c
1937
lrd->backchain =
fs/jfs/jfs_txnmgr.c
1938
cpu_to_le32(lmLog(log, tblk, lrd, NULL));
fs/jfs/jfs_txnmgr.c
1949
lrd->type = cpu_to_le16(LOG_UPDATEMAP);
fs/jfs/jfs_txnmgr.c
1950
lrd->log.updatemap.type =
fs/jfs/jfs_txnmgr.c
1954
lrd->log.updatemap.nxd =
fs/jfs/jfs_txnmgr.c
1960
lrd->backchain =
fs/jfs/jfs_txnmgr.c
1961
cpu_to_le32(lmLog(log, tblk, lrd, tlck));
fs/jfs/jfs_txnmgr.c
2039
static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
fs/jfs/jfs_txnmgr.c
2057
lrd->type = cpu_to_le16(LOG_NOREDOPAGE);
fs/jfs/jfs_txnmgr.c
2059
pxd = &lrd->log.redopage.pxd;
fs/jfs/jfs_txnmgr.c
2061
lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL));
fs/jfs/jfs_txnmgr.c
2073
lrd->type = cpu_to_le16(LOG_UPDATEMAP);
fs/jfs/jfs_txnmgr.c
2074
lrd->log.updatemap.type = cpu_to_le16(LOG_FREEPXD);
fs/jfs/jfs_txnmgr.c
2075
lrd->log.updatemap.nxd = cpu_to_le16(1);
fs/jfs/jfs_txnmgr.c
2076
lrd->log.updatemap.pxd = pxdlock->pxd;
fs/jfs/jfs_txnmgr.c
2077
lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL));
fs/jfs/jfs_txnmgr.c
2096
lrd->type = cpu_to_le16(LOG_UPDATEMAP);
fs/jfs/jfs_txnmgr.c
2101
lrd->log.updatemap.type =
fs/jfs/jfs_txnmgr.c
2104
lrd->log.updatemap.type =
fs/jfs/jfs_txnmgr.c
2106
lrd->log.updatemap.nxd = cpu_to_le16(1);
fs/jfs/jfs_txnmgr.c
2107
lrd->log.updatemap.pxd = pxdlock->pxd;
fs/jfs/jfs_txnmgr.c
2108
lrd->backchain =
fs/jfs/jfs_txnmgr.c
2109
cpu_to_le32(lmLog(log, tblk, lrd, NULL));
fs/jfs/jfs_txnmgr.h
270
struct lrd lrd; /* : log record descriptor */
fs/jfs/jfs_txnmgr.h
291
extern int lmLog(struct jfs_log *, struct tblock *, struct lrd *,