Searched refs:jfs_log (Results 1 – 13 of 13) sorted by relevance
/fs/jfs/ |
D | jfs_logmgr.c | 170 static struct jfs_log *dummy_log; 176 static int lmWriteRecord(struct jfs_log * log, struct tblock * tblk, 179 static int lmNextPage(struct jfs_log * log); 180 static int lmLogFileSystem(struct jfs_log * log, struct jfs_sb_info *sbi, 185 static int lbmLogInit(struct jfs_log * log); 186 static void lbmLogShutdown(struct jfs_log * log); 187 static struct lbuf *lbmAllocate(struct jfs_log * log, int); 190 static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp); 191 static void lbmWrite(struct jfs_log * log, struct lbuf * bp, int flag, int cant_block); 192 static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag); [all …]
|
D | jfs_logmgr.h | 366 struct jfs_log { struct 448 struct jfs_log *l_log; /* 4: log associated with buffer */ 505 extern int lmLogShutdown(struct jfs_log * log); 506 extern int lmLogInit(struct jfs_log * log); 507 extern int lmLogFormat(struct jfs_log *log, s64 logAddress, int logSize); 508 extern int lmGroupCommit(struct jfs_log *, struct tblock *); 510 extern void jfs_flush_journal(struct jfs_log * log, int wait); 511 extern void jfs_syncpt(struct jfs_log *log, int hard_sync);
|
D | jfs_txnmgr.c | 164 static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, 166 static int dataLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, 168 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, 170 static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, 175 static int txLog(struct jfs_log * log, struct tblock * tblk, 179 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, 365 struct jfs_log *log; in txBegin() 462 struct jfs_log *log; in txBeginAnon() 503 struct jfs_log *log; in txEnd() 914 struct jfs_log *log; in txUnlock() [all …]
|
D | jfs_umount.c | 57 struct jfs_log *log; in jfs_umount() 139 struct jfs_log *log = sbi->log; in jfs_umount_rw()
|
D | jfs_txnmgr.h | 276 struct jfs_log *log; /* log */ 304 extern int lmLog(struct jfs_log *, struct tblock *, struct lrd *,
|
D | jfs_metapage.h | 46 struct jfs_log *log;
|
D | jfs_incore.h | 168 struct jfs_log *log; /* log */
|
D | super.c | 628 struct jfs_log *log = sbi->log; in jfs_freeze() 658 struct jfs_log *log = sbi->log; in jfs_unfreeze() 684 struct jfs_log *log = JFS_SBI(sb)->log; in jfs_sync_fs()
|
D | resize.c | 69 struct jfs_log *log = sbi->log; in jfs_extendfs()
|
D | jfs_mount.c | 496 struct jfs_log *log = JFS_SBI(sb)->log; in logMOUNT()
|
D | jfs_metapage.c | 294 struct jfs_log *log = mp->log; in remove_from_logsync()
|
D | jfs_dmap.c | 434 struct jfs_log *log; in dbUpdatePMap() 449 log = (struct jfs_log *) JFS_SBI(tblk->sb)->log; in dbUpdatePMap()
|
D | jfs_imap.c | 2745 struct jfs_log *log; in diUpdatePMap()
|