Searched refs:JFS_INLINELOG (Results 1 – 4 of 4) sorted by relevance
77 if (sbi->mntflag & JFS_INLINELOG) in jfs_extendfs()125 if ((sbi->mntflag & JFS_INLINELOG)) { in jfs_extendfs()183 if ((sbi->mntflag & JFS_INLINELOG) && (newLogAddress > oldLVSize)) { in jfs_extendfs()203 if (sbi->mntflag & JFS_INLINELOG) { in jfs_extendfs()493 if (sbi->mntflag & JFS_INLINELOG) { in jfs_extendfs()
48 #define JFS_INLINELOG 0x00000800 /* inline log within file system */ macro
381 if (sbi->mntflag & JFS_INLINELOG) in chkSuper()
1068 if (sbi->mntflag & JFS_INLINELOG) in lmLogOpen()