Searched defs:lrd (Results  1 – 5 of 5) sorted by relevance
| /linux-4.4.14/fs/jfs/ | 
| D | jfs_logmgr.h | 201 struct lrd {  struct205 	__le32 logtid;		/* 4: log transaction identifier */
 206 	__le32 backchain;	/* 4: ptr to prev record of same transaction */
 207 	__le16 type;		/* 2: record type */
 208 	__le16 length;		/* 2: length of data in record (in byte) */
 209 	__le32 aggregate;	/* 4: file system lv/aggregate */
 215 	union {
 352 #define	LOGRDSIZE	(sizeof(struct lrd))  argument
 
 | 
| D | jfs_txnmgr.c | 1144 	struct lrd *lrd;  in txCommit()  local1387 	struct lrd *lrd = &cd->lrd;  in txLog()  local
 1438 static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,  in diLog()
 1551 static int dataLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,  in dataLog()
 1597 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,  in dtLog()
 1700 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,  in xtLog()
 2086 static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,  in mapLog()
 
 | 
| D | jfs_logmgr.c | 238 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,  in lmLog()357 lmWriteRecord(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,  in lmWriteRecord()
 949 	struct lrd lrd;  in lmLogSync()  local
 1265 	struct lrd lrd;  in lmLogInit()  local
 1657 	struct lrd lrd;  in lmLogShutdown()  local
 
 | 
| D | jfs_mount.c | 497 	struct lrd lrd;  in logMOUNT()  local
 | 
| D | jfs_txnmgr.h | 283 	struct lrd lrd;		/* : log record descriptor */  member
 |