Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jfs/
H A Dresize.c77 if (sbi->mntflag & JFS_INLINELOG) in jfs_extendfs()
126 if ((sbi->mntflag & JFS_INLINELOG)) { in jfs_extendfs()
184 if ((sbi->mntflag & JFS_INLINELOG) && (newLogAddress > oldLVSize)) { in jfs_extendfs()
204 if (sbi->mntflag & JFS_INLINELOG) { in jfs_extendfs()
494 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.c379 if (sbi->mntflag & JFS_INLINELOG) in chkSuper()
H A Djfs_logmgr.c1076 if (sbi->mntflag & JFS_INLINELOG) in lmLogOpen()