Searched defs:lrd (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/fs/jfs/ | 
| D | jfs_logmgr.h | 188 struct lrd {  struct192 	__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 | 1131 	struct lrd *lrd;  in txCommit()  local1374 	struct lrd *lrd = &cd->lrd;  in txLog()  local
 1425 static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,  in diLog()
 1538 static int dataLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,  in dataLog()
 1584 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,  in dtLog()
 1687 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,  in xtLog()
 2070 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
 1641 	struct lrd lrd;  in lmLogShutdown()  local
 
 | 
| D | jfs_mount.c | 484 	struct lrd lrd;  in logMOUNT()  local
 | 
| D | jfs_txnmgr.h | 270 	struct lrd lrd;		/* : log record descriptor */  member
 |