Lines Matching defs:log

86 #define LOG_LOCK_INIT(log)	init_MUTEX(&(log)->loglock)  argument
87 #define LOG_LOCK(log) down(&((log)->loglock)) argument
88 #define LOG_UNLOCK(log) up(&((log)->loglock)) argument
95 #define LOGGC_LOCK_INIT(log) spin_lock_init(&(log)->gclock) argument
96 #define LOGGC_LOCK(log) spin_lock_irq(&(log)->gclock) argument
97 #define LOGGC_UNLOCK(log) spin_unlock_irq(&(log)->gclock) argument
217 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog()
337 lmWriteRecord(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmWriteRecord()
558 static int lmNextPage(struct jfs_log * log) in lmNextPage()
661 int lmGroupCommit(struct jfs_log * log, struct tblock * tblk) in lmGroupCommit()
739 static void lmGCwrite(struct jfs_log * log, int cant_write) in lmGCwrite()
806 struct jfs_log *log = bp->l_log; in lmPostGC() local
926 static int lmLogSync(struct jfs_log * log, int nosyncwait) in lmLogSync()
1065 struct jfs_log *log; in lmLogOpen() local
1172 int lmLogInit(struct jfs_log * log) in lmLogInit()
1371 int lmLogClose(struct super_block *sb, struct jfs_log * log) in lmLogClose()
1411 void jfs_flush_journal(struct jfs_log *log, int wait) in jfs_flush_journal()
1509 int lmLogShutdown(struct jfs_log * log) in lmLogShutdown()
1597 static int lmLogFileSystem(struct jfs_log * log, char *uuid, int activate) in lmLogFileSystem()
1673 static int lbmLogInit(struct jfs_log * log) in lbmLogInit()
1737 static void lbmLogShutdown(struct jfs_log * log) in lbmLogShutdown()
1760 static struct lbuf *lbmAllocate(struct jfs_log * log, int pn) in lbmAllocate()
1805 struct jfs_log *log = bp->l_log; in lbmfree() local
1847 static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp) in lbmRead()
1889 static void lbmWrite(struct jfs_log * log, struct lbuf * bp, int flag, in lbmWrite()
1957 static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag) in lbmDirectWrite()
2047 struct jfs_log *log; in lbmIODone() local
2241 int lmLogFormat(struct jfs_log *log, s64 logAddress, int logSize) in lmLogFormat()