Searched refs:lrd (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/jfs/ |
| A D | jfs_txnmgr.c | 1131 struct lrd *lrd; in txCommit() local 1159 lrd = &cd.lrd; in txCommit() 1372 struct lrd *lrd = &cd->lrd; in txLog() local 1447 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in diLog() 1484 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in diLog() 1568 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dataLog() 1618 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dtLog() 1647 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in dtLog() 1669 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, NULL)); in dtLog() 1737 lrd->backchain = cpu_to_le32(lmLog(log, tblk, lrd, tlck)); in xtLog() [all …]
|
| A D | jfs_logmgr.c | 164 struct lrd * lrd, struct tlock * tlck); 225 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog() argument 936 struct lrd lrd; in lmLogSync() local 972 lrd.logtid = 0; in lmLogSync() 975 lrd.length = 0; in lmLogSync() 1251 struct lrd lrd; in lmLogInit() local 1370 lrd.logtid = 0; in lmLogInit() 1373 lrd.length = 0; in lmLogInit() 1642 struct lrd lrd; in lmLogShutdown() local 1657 lrd.logtid = 0; in lmLogShutdown() [all …]
|
| A D | jfs_mount.c | 488 struct lrd lrd; in logMOUNT() local 490 lrd.logtid = 0; in logMOUNT() 491 lrd.backchain = 0; in logMOUNT() 492 lrd.type = cpu_to_le16(LOG_MOUNT); in logMOUNT() 493 lrd.length = 0; in logMOUNT() 494 lrd.aggregate = cpu_to_le32(new_encode_dev(sb->s_bdev->bd_dev)); in logMOUNT() 495 lmLog(log, NULL, &lrd, NULL); in logMOUNT()
|
| A D | jfs_txnmgr.h | 270 struct lrd lrd; /* : log record descriptor */ member 291 extern int lmLog(struct jfs_log *, struct tblock *, struct lrd *,
|
| A D | jfs_logmgr.h | 188 struct lrd { struct 339 #define LOGRDSIZE (sizeof(struct lrd)) argument
|
Completed in 20 milliseconds