Symbol: jfs_log
fs/jfs/jfs_dmap.c
448
struct jfs_log *log;
fs/jfs/jfs_dmap.c
463
log = (struct jfs_log *) JFS_SBI(tblk->sb)->log;
fs/jfs/jfs_imap.c
2734
struct jfs_log *log;
fs/jfs/jfs_incore.h
166
struct jfs_log *log; /* log */
fs/jfs/jfs_logmgr.c
1038
void jfs_syncpt(struct jfs_log *log, int hard_sync)
fs/jfs/jfs_logmgr.c
1062
struct jfs_log *log;
fs/jfs/jfs_logmgr.c
1090
if (!(log = kzalloc_obj(struct jfs_log))) {
fs/jfs/jfs_logmgr.c
1156
struct jfs_log *log;
fs/jfs/jfs_logmgr.c
1159
if (!(log = kzalloc_obj(struct jfs_log)))
fs/jfs/jfs_logmgr.c
1193
dummy_log = kzalloc_obj(struct jfs_log);
fs/jfs/jfs_logmgr.c
1239
int lmLogInit(struct jfs_log * log)
fs/jfs/jfs_logmgr.c
1437
struct jfs_log *log = sbi->log;
fs/jfs/jfs_logmgr.c
1508
void jfs_flush_journal(struct jfs_log *log, int wait)
fs/jfs/jfs_logmgr.c
157
static struct jfs_log *dummy_log;
fs/jfs/jfs_logmgr.c
163
static int lmWriteRecord(struct jfs_log * log, struct tblock * tblk,
fs/jfs/jfs_logmgr.c
1630
int lmLogShutdown(struct jfs_log * log)
fs/jfs/jfs_logmgr.c
166
static int lmNextPage(struct jfs_log * log);
fs/jfs/jfs_logmgr.c
167
static int lmLogFileSystem(struct jfs_log * log, struct jfs_sb_info *sbi,
fs/jfs/jfs_logmgr.c
1706
static int lmLogFileSystem(struct jfs_log * log, struct jfs_sb_info *sbi,
fs/jfs/jfs_logmgr.c
172
static int lbmLogInit(struct jfs_log * log);
fs/jfs/jfs_logmgr.c
173
static void lbmLogShutdown(struct jfs_log * log);
fs/jfs/jfs_logmgr.c
174
static struct lbuf *lbmAllocate(struct jfs_log * log, int);
fs/jfs/jfs_logmgr.c
177
static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp);
fs/jfs/jfs_logmgr.c
178
static void lbmWrite(struct jfs_log * log, struct lbuf * bp, int flag, int cant_block);
fs/jfs/jfs_logmgr.c
1786
static int lbmLogInit(struct jfs_log * log)
fs/jfs/jfs_logmgr.c
179
static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag);
fs/jfs/jfs_logmgr.c
183
static void lmGCwrite(struct jfs_log * log, int cant_block);
fs/jfs/jfs_logmgr.c
184
static int lmLogSync(struct jfs_log * log, int hard_sync);
fs/jfs/jfs_logmgr.c
1854
static void lbmLogShutdown(struct jfs_log * log)
fs/jfs/jfs_logmgr.c
1875
static struct lbuf *lbmAllocate(struct jfs_log * log, int pn)
fs/jfs/jfs_logmgr.c
1919
struct jfs_log *log = bp->l_log;
fs/jfs/jfs_logmgr.c
1961
static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp)
fs/jfs/jfs_logmgr.c
201
static void write_special_inodes(struct jfs_log *log,
fs/jfs/jfs_logmgr.c
2010
static void lbmWrite(struct jfs_log * log, struct lbuf * bp, int flag,
fs/jfs/jfs_logmgr.c
2078
static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag)
fs/jfs/jfs_logmgr.c
2111
struct jfs_log *log = bp->l_log;
fs/jfs/jfs_logmgr.c
2173
struct jfs_log *log;
fs/jfs/jfs_logmgr.c
225
int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
fs/jfs/jfs_logmgr.c
2355
int lmLogFormat(struct jfs_log *log, s64 logAddress, int logSize)
fs/jfs/jfs_logmgr.c
344
lmWriteRecord(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
fs/jfs/jfs_logmgr.c
552
static int lmNextPage(struct jfs_log * log)
fs/jfs/jfs_logmgr.c
658
int lmGroupCommit(struct jfs_log * log, struct tblock * tblk)
fs/jfs/jfs_logmgr.c
737
static void lmGCwrite(struct jfs_log * log, int cant_write)
fs/jfs/jfs_logmgr.c
805
struct jfs_log *log = bp->l_log;
fs/jfs/jfs_logmgr.c
921
static int lmLogSync(struct jfs_log * log, int hard_sync)
fs/jfs/jfs_logmgr.h
435
struct jfs_log *l_log; /* 4: log associated with buffer */
fs/jfs/jfs_logmgr.h
492
extern int lmLogShutdown(struct jfs_log * log);
fs/jfs/jfs_logmgr.h
493
extern int lmLogInit(struct jfs_log * log);
fs/jfs/jfs_logmgr.h
494
extern int lmLogFormat(struct jfs_log *log, s64 logAddress, int logSize);
fs/jfs/jfs_logmgr.h
495
extern int lmGroupCommit(struct jfs_log *, struct tblock *);
fs/jfs/jfs_logmgr.h
497
extern void jfs_flush_journal(struct jfs_log * log, int wait);
fs/jfs/jfs_logmgr.h
498
extern void jfs_syncpt(struct jfs_log *log, int hard_sync);
fs/jfs/jfs_metapage.c
367
struct jfs_log *log = mp->log;
fs/jfs/jfs_metapage.h
34
struct jfs_log *log;
fs/jfs/jfs_mount.c
490
struct jfs_log *log = JFS_SBI(sb)->log;
fs/jfs/jfs_txnmgr.c
1135
struct jfs_log *log;
fs/jfs/jfs_txnmgr.c
1373
static void txLog(struct jfs_log *log, struct tblock *tblk, struct commit *cd)
fs/jfs/jfs_txnmgr.c
1429
static void diLog(struct jfs_log *log, struct tblock *tblk, struct lrd *lrd,
fs/jfs/jfs_txnmgr.c
1507
static void dataLog(struct jfs_log *log, struct tblock *tblk, struct lrd *lrd,
fs/jfs/jfs_txnmgr.c
151
static void diLog(struct jfs_log *log, struct tblock *tblk, struct lrd *lrd,
fs/jfs/jfs_txnmgr.c
153
static void dataLog(struct jfs_log *log, struct tblock *tblk, struct lrd *lrd,
fs/jfs/jfs_txnmgr.c
155
static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
fs/jfs/jfs_txnmgr.c
1553
static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
fs/jfs/jfs_txnmgr.c
157
static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
fs/jfs/jfs_txnmgr.c
162
static void txLog(struct jfs_log *log, struct tblock *tblk,
fs/jfs/jfs_txnmgr.c
1656
static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
fs/jfs/jfs_txnmgr.c
166
static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
fs/jfs/jfs_txnmgr.c
2039
static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
fs/jfs/jfs_txnmgr.c
2653
struct jfs_log *log;
fs/jfs/jfs_txnmgr.c
2667
log = (struct jfs_log *) JFS_SBI(tblk->sb)->log;
fs/jfs/jfs_txnmgr.c
2795
struct jfs_log *log = mp->log;
fs/jfs/jfs_txnmgr.c
2816
struct jfs_log *log = JFS_SBI(sb)->log;
fs/jfs/jfs_txnmgr.c
2870
struct jfs_log *log = JFS_SBI(sb)->log;
fs/jfs/jfs_txnmgr.c
353
struct jfs_log *log;
fs/jfs/jfs_txnmgr.c
455
struct jfs_log *log;
fs/jfs/jfs_txnmgr.c
496
struct jfs_log *log;
fs/jfs/jfs_txnmgr.c
907
struct jfs_log *log;
fs/jfs/jfs_txnmgr.h
263
struct jfs_log *log; /* log */
fs/jfs/jfs_txnmgr.h
291
extern int lmLog(struct jfs_log *, struct tblock *, struct lrd *,
fs/jfs/jfs_umount.c
124
struct jfs_log *log = sbi->log;
fs/jfs/jfs_umount.c
44
struct jfs_log *log;
fs/jfs/resize.c
57
struct jfs_log *log = sbi->log;
fs/jfs/super.c
585
struct jfs_log *log = sbi->log;
fs/jfs/super.c
615
struct jfs_log *log = sbi->log;
fs/jfs/super.c
640
struct jfs_log *log = JFS_SBI(sb)->log;