Searched defs:lrd (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/fs/jfs/ |
H A D | jfs_mount.c | 497 struct lrd lrd; logMOUNT() local
|
H A D | jfs_txnmgr.h | 283 struct lrd lrd; /* : log record descriptor */ member in struct:commit
|
H A D | jfs_logmgr.c | 238 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, lmLog() argument 357 lmWriteRecord(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, lmWriteRecord() argument 949 struct lrd lrd; lmLogSync() local 1265 struct lrd lrd; lmLogInit() local 1657 struct lrd lrd; lmLogShutdown() local
|
H A D | jfs_logmgr.h | 201 struct lrd { struct
|
H A D | jfs_txnmgr.c | 1144 struct lrd *lrd; txCommit() local 1387 struct lrd *lrd = &cd->lrd; txLog() local 1438 static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, diLog() argument 1551 static int dataLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, dataLog() argument 1597 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, dtLog() argument 1700 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, xtLog() argument 2086 static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, mapLog() argument
|
Completed in 513 milliseconds