Symbol: jfs_log
fs/jfs/jfs_dmap.c
535
struct jfs_log *log;
fs/jfs/jfs_dmap.c
550
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
1036
void jfs_syncpt(struct jfs_log *log, int hard_sync)
fs/jfs/jfs_logmgr.c
1060
struct jfs_log *log;
fs/jfs/jfs_logmgr.c
1088
if (!(log = kzalloc_obj(struct jfs_log))) {
fs/jfs/jfs_logmgr.c
1154
struct jfs_log *log;
fs/jfs/jfs_logmgr.c
1157
if (!(log = kzalloc_obj(struct jfs_log)))
fs/jfs/jfs_logmgr.c
1191
dummy_log = kzalloc_obj(struct jfs_log);
fs/jfs/jfs_logmgr.c
1237
int lmLogInit(struct jfs_log * log)
fs/jfs/jfs_logmgr.c
1435
struct jfs_log *log = sbi->log;
fs/jfs/jfs_logmgr.c
1506
void jfs_flush_journal(struct jfs_log *log, int wait)
fs/jfs/jfs_logmgr.c
151
static struct jfs_log *dummy_log;
fs/jfs/jfs_logmgr.c
157
static int lmWriteRecord(struct jfs_log * log, struct tblock * tblk,
fs/jfs/jfs_logmgr.c
160
static int lmNextPage(struct jfs_log * log);
fs/jfs/jfs_logmgr.c
161
static int lmLogFileSystem(struct jfs_log * log, struct jfs_sb_info *sbi,
fs/jfs/jfs_logmgr.c
1628
int lmLogShutdown(struct jfs_log * log)
fs/jfs/jfs_logmgr.c
166
static int lbmLogInit(struct jfs_log * log);
fs/jfs/jfs_logmgr.c
167
static void lbmLogShutdown(struct jfs_log * log);
fs/jfs/jfs_logmgr.c
168
static struct lbuf *lbmAllocate(struct jfs_log * log, int);
fs/jfs/jfs_logmgr.c
1704
static int lmLogFileSystem(struct jfs_log * log, struct jfs_sb_info *sbi,
fs/jfs/jfs_logmgr.c
171
static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp);
fs/jfs/jfs_logmgr.c
172
static void lbmWrite(struct jfs_log * log, struct lbuf * bp, int flag, int cant_block);
fs/jfs/jfs_logmgr.c
173
static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag);
fs/jfs/jfs_logmgr.c
177
static void lmGCwrite(struct jfs_log * log, int cant_block);
fs/jfs/jfs_logmgr.c
178
static int lmLogSync(struct jfs_log * log, int hard_sync);
fs/jfs/jfs_logmgr.c
1784
static int lbmLogInit(struct jfs_log * log)
fs/jfs/jfs_logmgr.c
1852
static void lbmLogShutdown(struct jfs_log * log)
fs/jfs/jfs_logmgr.c
1873
static struct lbuf *lbmAllocate(struct jfs_log * log, int pn)
fs/jfs/jfs_logmgr.c
1917
struct jfs_log *log = bp->l_log;
fs/jfs/jfs_logmgr.c
195
static void write_special_inodes(struct jfs_log *log,
fs/jfs/jfs_logmgr.c
1959
static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp)
fs/jfs/jfs_logmgr.c
2008
static void lbmWrite(struct jfs_log * log, struct lbuf * bp, int flag,
fs/jfs/jfs_logmgr.c
2076
static void lbmDirectWrite(struct jfs_log * log, struct lbuf * bp, int flag)
fs/jfs/jfs_logmgr.c
2109
struct jfs_log *log = bp->l_log;
fs/jfs/jfs_logmgr.c
2171
struct jfs_log *log;
fs/jfs/jfs_logmgr.c
223
int lmLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
fs/jfs/jfs_logmgr.c
2349
int lmLogFormat(struct jfs_log *log, s64 logAddress, int logSize)
fs/jfs/jfs_logmgr.c
342
lmWriteRecord(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
fs/jfs/jfs_logmgr.c
550
static int lmNextPage(struct jfs_log * log)
fs/jfs/jfs_logmgr.c
656
int lmGroupCommit(struct jfs_log * log, struct tblock * tblk)
fs/jfs/jfs_logmgr.c
735
static void lmGCwrite(struct jfs_log * log, int cant_write)
fs/jfs/jfs_logmgr.c
803
struct jfs_log *log = bp->l_log;
fs/jfs/jfs_logmgr.c
919
static int lmLogSync(struct jfs_log * log, int hard_sync)
fs/jfs/jfs_logmgr.h
442
struct jfs_log *l_log; /* 4: log associated with buffer */
fs/jfs/jfs_logmgr.h
499
extern int lmLogShutdown(struct jfs_log * log);
fs/jfs/jfs_logmgr.h
500
extern int lmLogInit(struct jfs_log * log);
fs/jfs/jfs_logmgr.h
501
extern int lmLogFormat(struct jfs_log *log, s64 logAddress, int logSize);
fs/jfs/jfs_logmgr.h
502
extern int lmGroupCommit(struct jfs_log *, struct tblock *);
fs/jfs/jfs_logmgr.h
504
extern void jfs_flush_journal(struct jfs_log * log, int wait);
fs/jfs/jfs_logmgr.h
505
extern void jfs_syncpt(struct jfs_log *log, int hard_sync);
fs/jfs/jfs_metapage.c
368
struct jfs_log *log = mp->log;
fs/jfs/jfs_metapage.h
34
struct jfs_log *log;
fs/jfs/jfs_mount.c
491
struct jfs_log *log = JFS_SBI(sb)->log;
fs/jfs/jfs_txnmgr.c
1136
struct jfs_log *log;
fs/jfs/jfs_txnmgr.c
1374
static void txLog(struct jfs_log *log, struct tblock *tblk, struct commit *cd)
fs/jfs/jfs_txnmgr.c
1430
static void diLog(struct jfs_log *log, struct tblock *tblk, struct lrd *lrd,
fs/jfs/jfs_txnmgr.c
1508
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
1554
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
1657
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
2040
static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
fs/jfs/jfs_txnmgr.c
2654
struct jfs_log *log;
fs/jfs/jfs_txnmgr.c
2668
log = (struct jfs_log *) JFS_SBI(tblk->sb)->log;
fs/jfs/jfs_txnmgr.c
2796
struct jfs_log *log = mp->log;
fs/jfs/jfs_txnmgr.c
2817
struct jfs_log *log = JFS_SBI(sb)->log;
fs/jfs/jfs_txnmgr.c
2871
struct jfs_log *log = JFS_SBI(sb)->log;
fs/jfs/jfs_txnmgr.c
354
struct jfs_log *log;
fs/jfs/jfs_txnmgr.c
456
struct jfs_log *log;
fs/jfs/jfs_txnmgr.c
497
struct jfs_log *log;
fs/jfs/jfs_txnmgr.c
908
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
134
struct jfs_log *log = sbi->log;
fs/jfs/jfs_umount.c
45
struct jfs_log *log;
fs/jfs/resize.c
57
struct jfs_log *log = sbi->log;
fs/jfs/super.c
586
struct jfs_log *log = sbi->log;
fs/jfs/super.c
616
struct jfs_log *log = sbi->log;
fs/jfs/super.c
641
struct jfs_log *log = JFS_SBI(sb)->log;