Home
last modified time | relevance | path

Searched refs:mntflag (Results 1 – 3 of 3) sorted by relevance

/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_incore.h161 unsigned long mntflag; /* aggregate attributes */ member
H A Dsuper.c544 if (sbi->mntflag & JFS_OS2) in jfs_fill_super()