Lines Matching defs:log

80 #define LOG_LOCK_INIT(log)	mutex_init(&(log)->loglock)  argument
81 #define LOG_LOCK(log) mutex_lock(&((log)->loglock)) argument
82 #define LOG_UNLOCK(log) mutex_unlock(&((log)->loglock)) argument
89 #define LOGGC_LOCK_INIT(log) spin_lock_init(&(log)->gclock) argument
90 #define LOGGC_LOCK(log) spin_lock_irq(&(log)->gclock) argument
91 #define LOGGC_UNLOCK(log) spin_unlock_irq(&(log)->gclock) argument
201 static void write_special_inodes(struct jfs_log *log, in write_special_inodes()
225 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog()
344 lmWriteRecord(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmWriteRecord()
560 static int lmNextPage(struct jfs_log * log) in lmNextPage()
666 int lmGroupCommit(struct jfs_log * log, struct tblock * tblk) in lmGroupCommit()
745 static void lmGCwrite(struct jfs_log * log, int cant_write) in lmGCwrite()
813 struct jfs_log *log = bp->l_log; in lmPostGC() local
929 static int lmLogSync(struct jfs_log * log, int hard_sync) in lmLogSync()
1046 void jfs_syncpt(struct jfs_log *log, int hard_sync) in jfs_syncpt()
1070 struct jfs_log *log; in lmLogOpen() local
1164 struct jfs_log *log; in open_inline_log() local
1248 int lmLogInit(struct jfs_log * log) in lmLogInit()
1445 struct jfs_log *log = sbi->log; in lmLogClose() local
1516 void jfs_flush_journal(struct jfs_log *log, int wait) in jfs_flush_journal()
1638 int lmLogShutdown(struct jfs_log * log) in lmLogShutdown()
1714 static int lmLogFileSystem(struct jfs_log * log, struct jfs_sb_info *sbi, in lmLogFileSystem()
1794 static int lbmLogInit(struct jfs_log * log) in lbmLogInit()
1862 static void lbmLogShutdown(struct jfs_log * log) in lbmLogShutdown()
1883 static struct lbuf *lbmAllocate(struct jfs_log * log, int pn) in lbmAllocate()
1927 struct jfs_log *log = bp->l_log; in lbmfree() local
1969 static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp) in lbmRead()
2022 static void lbmWrite(struct jfs_log * log, struct lbuf * bp, int flag, in lbmWrite()
2090 static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag) in lbmDirectWrite()
2123 struct jfs_log *log = bp->l_log; in lbmStartIO() local
2183 struct jfs_log *log; in lbmIODone() local
2364 int lmLogFormat(struct jfs_log *log, s64 logAddress, int logSize) in lmLogFormat()