• Home
  • Raw
  • Download

Lines Matching defs:log

93 #define LOG_LOCK_INIT(log)	mutex_init(&(log)->loglock)  argument
94 #define LOG_LOCK(log) mutex_lock(&((log)->loglock)) argument
95 #define LOG_UNLOCK(log) mutex_unlock(&((log)->loglock)) argument
102 #define LOGGC_LOCK_INIT(log) spin_lock_init(&(log)->gclock) argument
103 #define LOGGC_LOCK(log) spin_lock_irq(&(log)->gclock) argument
104 #define LOGGC_UNLOCK(log) spin_unlock_irq(&(log)->gclock) argument
214 static void write_special_inodes(struct jfs_log *log, in write_special_inodes()
238 int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmLog()
357 lmWriteRecord(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, in lmWriteRecord()
573 static int lmNextPage(struct jfs_log * log) in lmNextPage()
679 int lmGroupCommit(struct jfs_log * log, struct tblock * tblk) in lmGroupCommit()
758 static void lmGCwrite(struct jfs_log * log, int cant_write) in lmGCwrite()
826 struct jfs_log *log = bp->l_log; in lmPostGC() local
942 static int lmLogSync(struct jfs_log * log, int hard_sync) in lmLogSync()
1059 void jfs_syncpt(struct jfs_log *log, int hard_sync) in jfs_syncpt()
1083 struct jfs_log *log; in lmLogOpen() local
1178 struct jfs_log *log; in open_inline_log() local
1262 int lmLogInit(struct jfs_log * log) in lmLogInit()
1462 struct jfs_log *log = sbi->log; in lmLogClose() local
1533 void jfs_flush_journal(struct jfs_log *log, int wait) in jfs_flush_journal()
1655 int lmLogShutdown(struct jfs_log * log) in lmLogShutdown()
1731 static int lmLogFileSystem(struct jfs_log * log, struct jfs_sb_info *sbi, in lmLogFileSystem()
1810 static int lbmLogInit(struct jfs_log * log) in lbmLogInit()
1879 static void lbmLogShutdown(struct jfs_log * log) in lbmLogShutdown()
1900 static struct lbuf *lbmAllocate(struct jfs_log * log, int pn) in lbmAllocate()
1944 struct jfs_log *log = bp->l_log; in lbmfree() local
1986 static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp) in lbmRead()
2038 static void lbmWrite(struct jfs_log * log, struct lbuf * bp, int flag, in lbmWrite()
2106 static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag) in lbmDirectWrite()
2139 struct jfs_log *log = bp->l_log; in lbmStartIO() local
2198 struct jfs_log *log; in lbmIODone() local
2379 int lmLogFormat(struct jfs_log *log, s64 logAddress, int logSize) in lmLogFormat()