Searched defs:lrd (Results 1 – 5 of 5) sorted by relevance
/fs/jfs/ |
D | jfs_logmgr.h | 188 struct lrd { struct 192 __le32 logtid; /* 4: log transaction identifier */ 193 __le32 backchain; /* 4: ptr to prev record of same transaction */ 194 __le16 type; /* 2: record type */ 195 __le16 length; /* 2: length of data in record (in byte) */ 196 __le32 aggregate; /* 4: file system lv/aggregate */ 202 union { 339 #define LOGRDSIZE (sizeof(struct lrd)) argument
|
D | jfs_txnmgr.c | 1136 struct lrd *lrd; in txCommit() local 1379 struct lrd *lrd = &cd->lrd; in txLog() local 1430 static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in diLog() 1543 static int dataLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dataLog() 1589 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dtLog() 1692 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in xtLog() 2075 static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in mapLog()
|
D | jfs_logmgr.c | 225 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog() 344 lmWriteRecord(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmWriteRecord() 936 struct lrd lrd; in lmLogSync() local 1251 struct lrd lrd; in lmLogInit() local 1642 struct lrd lrd; in lmLogShutdown() local
|
D | jfs_mount.c | 487 struct lrd lrd; in logMOUNT() local
|
D | jfs_txnmgr.h | 270 struct lrd lrd; /* : log record descriptor */ member
|