Home
last modified time | relevance | path

Searched refs:JFS_INLINELOG (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/jfs/
H A Dresize.c77 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()
H A Djfs_filsys.h48 #define JFS_INLINELOG 0x00000800 /* inline log within file system */ macro
H A Djfs_mount.c381 if (sbi->mntflag & JFS_INLINELOG) in chkSuper()
H A Djfs_logmgr.c1068 if (sbi->mntflag & JFS_INLINELOG) in lmLogOpen()