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); 805 struct jfs_log *log = bp->l_log; in lmPostGC() 1062 struct jfs_log *log; in lmLogOpen() 1156 struct jfs_log *log; in open_inline_log() 1240 int lmLogInit(struct jfs_log * log) in lmLogInit() 1438 struct jfs_log *log = sbi->log; in lmLogClose() 1631 int lmLogShutdown(struct jfs_log * log) in lmLogShutdown() 1920 struct jfs_log *log = bp->l_log; in lbmfree() 2112 struct jfs_log *log = bp->l_log; in lbmStartIO() [all …]
|
| A D | jfs_umount.c | 44 struct jfs_log *log; in jfs_umount() 124 struct jfs_log *log = sbi->log; in jfs_umount_rw()
|
| A D | jfs_txnmgr.c | 162 static void txLog(struct jfs_log *log, struct tblock *tblk, 352 struct jfs_log *log; in txBegin() 454 struct jfs_log *log; in txBeginAnon() 495 struct jfs_log *log; in txEnd() 906 struct jfs_log *log; in txUnlock() 1134 struct jfs_log *log; in txCommit() 2652 struct jfs_log *log; in txLazyCommit() 2666 log = (struct jfs_log *) JFS_SBI(tblk->sb)->log; in txLazyCommit() 2794 struct jfs_log *log = mp->log; in LogSyncRelease() 2815 struct jfs_log *log = JFS_SBI(sb)->log; in txQuiesce() [all …]
|
| 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 | 619 struct jfs_log *log = sbi->log; in jfs_freeze() 649 struct jfs_log *log = sbi->log; in jfs_unfreeze() 675 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 | 490 struct jfs_log *log = JFS_SBI(sb)->log; in logMOUNT()
|
| A D | jfs_metapage.c | 285 struct jfs_log *log = mp->log; in remove_from_logsync()
|
| A D | jfs_dmap.c | 459 struct jfs_log *log; in dbUpdatePMap() 474 log = (struct jfs_log *) JFS_SBI(tblk->sb)->log; in dbUpdatePMap()
|
| A D | jfs_imap.c | 2734 struct jfs_log *log; in diUpdatePMap()
|
Completed in 32 milliseconds