Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/ !
Djfs_logmgr.h201 struct lrd { struct
205 s32 logtid; /* 4: log transaction identifier */
206 s32 backchain; /* 4: ptr to prev record of same transaction */
207 u16 type; /* 2: record type */
208 s16 length; /* 2: length of data in record (in byte) */
209 u32 aggregate; /* 4: file system lv/aggregate */
215 union {
354 #define LOGRDSIZE (sizeof(struct lrd)) argument
Djfs_logmgr.c217 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog()
337 lmWriteRecord(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmWriteRecord()
933 struct lrd lrd; in lmLogSync() local
1175 struct lrd lrd; in lmLogInit() local
1512 struct lrd lrd; in lmLogShutdown() local
Djfs_txnmgr.c1103 struct lrd *lrd; in txCommit() local
1322 struct lrd *lrd = &cd->lrd; in txLog() local
1374 static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in diLog()
1489 static int dataLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dataLog()
1536 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in dtLog()
1641 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in xtLog()
2013 void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in mapLog()
Djfs_mount.c502 struct lrd lrd; in logMOUNT() local
Djfs_txnmgr.h278 struct lrd lrd; /* : log record descriptor */ member