/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_logmgr.h | 353 struct jfs_log { struct 416 /* jfs_log */ 435 struct jfs_log *l_log; /* 4: log associated with buffer */ 492 extern int lmLogShutdown(struct jfs_log * log); 493 extern int lmLogInit(struct jfs_log * log); 494 extern int lmLogFormat(struct jfs_log *log, s64 logAddress, int logSize); 495 extern int lmGroupCommit(struct jfs_log *, struct tblock *); 497 extern void jfs_flush_journal(struct jfs_log * log, int wait); 498 extern void jfs_syncpt(struct jfs_log *log, int hard_sync);
|
H A D | jfs_logmgr.c | 157 static struct jfs_log *dummy_log; 163 static int lmWriteRecord(struct jfs_log * log, struct tblock * tblk, 166 static int lmNextPage(struct jfs_log * log); 167 static int lmLogFileSystem(struct jfs_log * log, struct jfs_sb_info *sbi, 172 static int lbmLogInit(struct jfs_log * log); 173 static void lbmLogShutdown(struct jfs_log * log); 174 static struct lbuf *lbmAllocate(struct jfs_log * log, int); 177 static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp); 178 static void lbmWrite(struct jfs_log * log, struct lbuf * bp, int flag, int cant_block); 179 static void lbmDirectWrite(struct jfs_log * lo [all...] |
H A D | jfs_txnmgr.c | 151 static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, 153 static int dataLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, 155 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, 157 static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, 162 static int txLog(struct jfs_log * log, struct tblock * tblk, 166 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, 352 struct jfs_log *log; in txBegin() 454 struct jfs_log *log; in txBeginAnon() 495 struct jfs_log *log; in txEnd() 906 struct jfs_log *lo in txUnlock() [all...] |
H A D | jfs_umount.c | 44 struct jfs_log *log; in jfs_umount() 126 struct jfs_log *log = sbi->log; in jfs_umount_rw()
|
H A D | jfs_txnmgr.h | 263 struct jfs_log *log; /* log */ 291 extern int lmLog(struct jfs_log *, struct tblock *, struct lrd *,
|
H A D | jfs_metapage.h | 34 struct jfs_log *log;
|
H A D | jfs_incore.h | 158 struct jfs_log *log; /* log */
|
H A D | super.c | 625 struct jfs_log *log = sbi->log; in jfs_freeze() 655 struct jfs_log *log = sbi->log; in jfs_unfreeze() 681 struct jfs_log *log = JFS_SBI(sb)->log; in jfs_sync_fs()
|
H A D | jfs_mount.c | 487 struct jfs_log *log = JFS_SBI(sb)->log; in logMOUNT()
|
H A D | resize.c | 57 struct jfs_log *log = sbi->log; in jfs_extendfs()
|
H A D | jfs_metapage.c | 281 struct jfs_log *log = mp->log; in remove_from_logsync()
|
H A D | jfs_dmap.c | 459 struct jfs_log *log; in dbUpdatePMap() 474 log = (struct jfs_log *) JFS_SBI(tblk->sb)->log; in dbUpdatePMap()
|
H A D | jfs_imap.c | 2733 struct jfs_log *log; in diUpdatePMap()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_logmgr.h | 353 struct jfs_log { struct 416 /* jfs_log */ 435 struct jfs_log *l_log; /* 4: log associated with buffer */ 492 extern int lmLogShutdown(struct jfs_log * log); 493 extern int lmLogInit(struct jfs_log * log); 494 extern int lmLogFormat(struct jfs_log *log, s64 logAddress, int logSize); 495 extern int lmGroupCommit(struct jfs_log *, struct tblock *); 497 extern void jfs_flush_journal(struct jfs_log * log, int wait); 498 extern void jfs_syncpt(struct jfs_log *log, int hard_sync);
|
H A D | jfs_logmgr.c | 157 static struct jfs_log *dummy_log; 163 static int lmWriteRecord(struct jfs_log * log, struct tblock * tblk, 166 static int lmNextPage(struct jfs_log * log); 167 static int lmLogFileSystem(struct jfs_log * log, struct jfs_sb_info *sbi, 172 static int lbmLogInit(struct jfs_log * log); 173 static void lbmLogShutdown(struct jfs_log * log); 174 static struct lbuf *lbmAllocate(struct jfs_log * log, int); 177 static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp); 178 static void lbmWrite(struct jfs_log * log, struct lbuf * bp, int flag, int cant_block); 179 static void lbmDirectWrite(struct jfs_log * lo [all...] |
H A D | jfs_umount.c | 44 struct jfs_log *log; in jfs_umount() 124 struct jfs_log *log = sbi->log; in jfs_umount_rw()
|
H A D | jfs_txnmgr.c | 151 static void diLog(struct jfs_log *log, struct tblock *tblk, struct lrd *lrd, 153 static void dataLog(struct jfs_log *log, struct tblock *tblk, struct lrd *lrd, 155 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, 157 static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, 162 static void txLog(struct jfs_log *log, struct tblock *tblk, 166 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, 352 struct jfs_log *log; in txBegin() 454 struct jfs_log *log; in txBeginAnon() 495 struct jfs_log *log; in txEnd() 906 struct jfs_log *lo in txUnlock() [all...] |
H A D | jfs_txnmgr.h | 263 struct jfs_log *log; /* log */ 291 extern int lmLog(struct jfs_log *, struct tblock *, struct lrd *,
|
H A D | jfs_metapage.h | 34 struct jfs_log *log;
|
H A D | jfs_incore.h | 166 struct jfs_log *log; /* log */
|
H A D | super.c | 619 struct jfs_log *log = sbi->log; in jfs_freeze() 649 struct jfs_log *log = sbi->log; in jfs_unfreeze() 675 struct jfs_log *log = JFS_SBI(sb)->log; in jfs_sync_fs()
|
H A D | resize.c | 57 struct jfs_log *log = sbi->log; in jfs_extendfs()
|
H A D | jfs_mount.c | 489 struct jfs_log *log = JFS_SBI(sb)->log; in logMOUNT()
|
H A D | jfs_metapage.c | 282 struct jfs_log *log = mp->log; in remove_from_logsync()
|
H A D | jfs_dmap.c | 459 struct jfs_log *log; in dbUpdatePMap() 474 log = (struct jfs_log *) JFS_SBI(tblk->sb)->log; in dbUpdatePMap()
|