Searched refs:JFS_INLINELOG (Results 1 – 4 of 4) sorted by relevance
90 if (sbi->mntflag & JFS_INLINELOG) in jfs_extendfs()138 if ((sbi->mntflag & JFS_INLINELOG)) { in jfs_extendfs()196 if ((sbi->mntflag & JFS_INLINELOG) && (newLogAddress > oldLVSize)) { in jfs_extendfs()213 if (sbi->mntflag & JFS_INLINELOG) { in jfs_extendfs()494 if (sbi->mntflag & JFS_INLINELOG) { in jfs_extendfs()
64 #define JFS_INLINELOG 0x00000800 /* inline log within file system */ macro
392 if (sbi->mntflag & JFS_INLINELOG) in chkSuper()
1074 if (!(JFS_SBI(sb)->mntflag & JFS_INLINELOG)) in lmLogOpen()