Searched refs:mntflag (Results 1 – 7 of 7) sorted by relevance
90 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()213 if (sbi->mntflag & JFS_INLINELOG) { in jfs_extendfs()494 if (sbi->mntflag & JFS_INLINELOG) { in jfs_extendfs()
148 if ((sbi->mntflag & JFS_BAD_SAIT) == 0) { in jfs_mount()376 sbi->mntflag = le32_to_cpu(j_sb->s_flag); in chkSuper()392 if (sbi->mntflag & JFS_INLINELOG) in chkSuper()
130 unsigned long mntflag; /* aggregate attributes */ member
104 #define DO_INDEX(INODE) (JFS_SBI((INODE)->i_sb)->mntflag & JFS_DIR_INDEX)
604 if ((JFS_SBI(sb)->mntflag & JFS_OS2) == JFS_OS2) { in dtSearch()647 JFS_SBI(sb)->mntflag); in dtSearch()1168 sbi->mntflag); in dtSplitUp()1180 dtGetKey(rp, 0, &key, sbi->mntflag); in dtSplitUp()1183 if ((sbi->mntflag & JFS_OS2) == JFS_OS2) in dtSplitUp()1191 dtGetKey(rp, 0, &key, sbi->mntflag); in dtSplitUp()4713 dtGetKey(p, i, &key, JFS_SBI(ip->i_sb)->mntflag); in dtDisplayPage()
3067 if (JFS_SBI(sb)->mntflag & JFS_BAD_SAIT) /* s_flag */ in duplicateIXtree()3071 JFS_SBI(sb)->mntflag |= JFS_BAD_SAIT; in duplicateIXtree()3088 JFS_SBI(sb)->mntflag |= JFS_BAD_SAIT; in duplicateIXtree()
1074 if (!(JFS_SBI(sb)->mntflag & JFS_INLINELOG)) in lmLogOpen()2277 logsuper->flag = cpu_to_le32(sbi->mntflag); /* ? */ in lmLogFormat()