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()
552 static int lmNextPage(struct jfs_log * log) in lmNextPage()
658 int lmGroupCommit(struct jfs_log * log, struct tblock * tblk) in lmGroupCommit()
737 static void lmGCwrite(struct jfs_log * log, int cant_write) in lmGCwrite()
805 struct jfs_log *log = bp->l_log; in lmPostGC() local
921 static int lmLogSync(struct jfs_log * log, int hard_sync) in lmLogSync()
1038 void jfs_syncpt(struct jfs_log *log, int hard_sync) in jfs_syncpt()
1062 struct jfs_log *log; in lmLogOpen() local
1156 struct jfs_log *log; in open_inline_log() local
1240 int lmLogInit(struct jfs_log * log) in lmLogInit()
1438 struct jfs_log *log = sbi->log; in lmLogClose() local
1509 void jfs_flush_journal(struct jfs_log *log, int wait) in jfs_flush_journal()
1631 int lmLogShutdown(struct jfs_log * log) in lmLogShutdown()
1707 static int lmLogFileSystem(struct jfs_log * log, struct jfs_sb_info *sbi, in lmLogFileSystem()
1787 static int lbmLogInit(struct jfs_log * log) in lbmLogInit()
1855 static void lbmLogShutdown(struct jfs_log * log) in lbmLogShutdown()
1876 static struct lbuf *lbmAllocate(struct jfs_log * log, int pn) in lbmAllocate()
1920 struct jfs_log *log = bp->l_log; in lbmfree() local
1962 static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp) in lbmRead()
2011 static void lbmWrite(struct jfs_log * log, struct lbuf * bp, int flag, in lbmWrite()
2079 static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag) in lbmDirectWrite()
2112 struct jfs_log *log = bp->l_log; in lbmStartIO() local
2174 struct jfs_log *log; in lbmIODone() local
2355 int lmLogFormat(struct jfs_log *log, s64 logAddress, int logSize) in lmLogFormat()