Home
last modified time | relevance | path

Searched refs:lrd (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/jfs/
H A Djfs_txnmgr.c1136 struct lrd *lrd; in txCommit() local
1164 lrd = &cd.lrd; in txCommit()
1377 struct lrd *lrd = &cd->lrd; in txLog() local
1452 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in diLog()
1489 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in diLog()
1539 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dataLog()
1589 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dtLog()
1618 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dtLog()
1640 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in dtLog()
1708 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in xtLog()
[all …]
H A Djfs_logmgr.c164 struct lrd * lrd, struct tlock * tlck);
225 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog() argument
928 struct lrd lrd; in lmLogSync() local
964 lrd.logtid = 0; in lmLogSync()
967 lrd.length = 0; in lmLogSync()
1243 struct lrd lrd; in lmLogInit() local
1362 lrd.logtid = 0; in lmLogInit()
1365 lrd.length = 0; in lmLogInit()
1634 struct lrd lrd; in lmLogShutdown() local
1649 lrd.logtid = 0; in lmLogShutdown()
[all …]
H A Djfs_mount.c491 struct lrd lrd; in logMOUNT() local
493 lrd.logtid = 0; in logMOUNT()
494 lrd.backchain = 0; in logMOUNT()
495 lrd.type = cpu_to_le16(LOG_MOUNT); in logMOUNT()
496 lrd.length = 0; in logMOUNT()
497 lrd.aggregate = cpu_to_le32(new_encode_dev(sb->s_bdev->bd_dev)); in logMOUNT()
498 lmLog(log, NULL, &lrd, NULL); in logMOUNT()
H A Djfs_txnmgr.h270 struct lrd lrd; /* : log record descriptor */ member
291 extern int lmLog(struct jfs_log *, struct tblock *, struct lrd *,
H A Djfs_logmgr.h188 struct lrd { struct
339 #define LOGRDSIZE (sizeof(struct lrd)) argument