Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Dresize.c89 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()
216 if (sbi->mntflag & JFS_INLINELOG) { in jfs_extendfs()
506 if (sbi->mntflag & JFS_INLINELOG) { in jfs_extendfs()
Djfs_filsys.h61 #define JFS_INLINELOG 0x00000800 /* inline log within file system */ macro
Djfs_mount.c391 if (sbi->mntflag & JFS_INLINELOG) in chkSuper()
Djfs_logmgr.c1089 if (sbi->mntflag & JFS_INLINELOG) in lmLogOpen()