Searched refs:jfs_log (Results 1 – 13 of 13) sorted by relevance
/linux/fs/jfs/ |
A D | jfs_logmgr.h | 353 struct jfs_log { struct 435 struct jfs_log *l_log; /* 4: log associated with buffer */ 492 extern int lmLogShutdown(struct jfs_log * log); 493 extern int lmLogInit(struct jfs_log * log); 494 extern int lmLogFormat(struct jfs_log *log, s64 logAddress, int logSize); 495 extern int lmGroupCommit(struct jfs_log *, struct tblock *); 497 extern void jfs_flush_journal(struct jfs_log * log, int wait); 498 extern void jfs_syncpt(struct jfs_log *log, int hard_sync);
|
A D | jfs_logmgr.c | 157 static struct jfs_log *dummy_log; 166 static int lmNextPage(struct jfs_log * log); 813 struct jfs_log *log = bp->l_log; in lmPostGC() 1070 struct jfs_log *log; in lmLogOpen() 1164 struct jfs_log *log; in open_inline_log() 1248 int lmLogInit(struct jfs_log * log) in lmLogInit() 1446 struct jfs_log *log = sbi->log; in lmLogClose() 1639 int lmLogShutdown(struct jfs_log * log) in lmLogShutdown() 1928 struct jfs_log *log = bp->l_log; in lbmfree() 2124 struct jfs_log *log = bp->l_log; in lbmStartIO() [all …]
|
A D | jfs_txnmgr.c | 162 static void txLog(struct jfs_log *log, struct tblock *tblk, 352 struct jfs_log *log; in txBegin() 449 struct jfs_log *log; in txBeginAnon() 490 struct jfs_log *log; in txEnd() 901 struct jfs_log *log; in txUnlock() 1129 struct jfs_log *log; in txCommit() 2681 struct jfs_log *log; in txLazyCommit() 2695 log = (struct jfs_log *) JFS_SBI(tblk->sb)->log; in txLazyCommit() 2822 struct jfs_log *log = mp->log; in LogSyncRelease() 2843 struct jfs_log *log = JFS_SBI(sb)->log; in txQuiesce() [all …]
|
A D | jfs_umount.c | 44 struct jfs_log *log; in jfs_umount() 126 struct jfs_log *log = sbi->log; in jfs_umount_rw()
|
A D | jfs_txnmgr.h | 263 struct jfs_log *log; /* log */ 291 extern int lmLog(struct jfs_log *, struct tblock *, struct lrd *,
|
A D | jfs_metapage.h | 34 struct jfs_log *log;
|
A D | jfs_incore.h | 166 struct jfs_log *log; /* log */
|
A D | super.c | 623 struct jfs_log *log = sbi->log; in jfs_freeze() 653 struct jfs_log *log = sbi->log; in jfs_unfreeze() 679 struct jfs_log *log = JFS_SBI(sb)->log; in jfs_sync_fs()
|
A D | resize.c | 57 struct jfs_log *log = sbi->log; in jfs_extendfs()
|
A D | jfs_mount.c | 487 struct jfs_log *log = JFS_SBI(sb)->log; in logMOUNT()
|
A D | jfs_metapage.c | 282 struct jfs_log *log = mp->log; in remove_from_logsync()
|
A D | jfs_dmap.c | 421 struct jfs_log *log; in dbUpdatePMap() 436 log = (struct jfs_log *) JFS_SBI(tblk->sb)->log; in dbUpdatePMap()
|
A D | jfs_imap.c | 2724 struct jfs_log *log; in diUpdatePMap()
|
Completed in 34 milliseconds