Home
last modified time | relevance | path

Searched refs:mntflag (Results 1 – 8 of 8) 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_mount.c137 if ((sbi->mntflag & JFS_BAD_SAIT) == 0) { in jfs_mount()
356 sbi->mntflag = le32_to_cpu(j_sb->s_flag); in chkSuper()
381 if (sbi->mntflag & JFS_INLINELOG) in chkSuper()
H A Djfs_dtree.h91 #define DO_INDEX(INODE) (JFS_SBI((INODE)->i_sb)->mntflag & JFS_DIR_INDEX)
H A Djfs_incore.h161 unsigned long mntflag; /* aggregate attributes */ member
H A Djfs_dtree.c597 if ((JFS_SBI(sb)->mntflag & JFS_OS2) == JFS_OS2) { in dtSearch()
645 JFS_SBI(sb)->mntflag); in dtSearch()
1182 sbi->mntflag); in dtSplitUp()
1194 dtGetKey(rp, 0, &key, sbi->mntflag); in dtSplitUp()
1197 if ((sbi->mntflag & JFS_OS2) == JFS_OS2) in dtSplitUp()
1205 dtGetKey(rp, 0, &key, sbi->mntflag); in dtSplitUp()
H A Djfs_imap.c2988 if (JFS_SBI(sb)->mntflag & JFS_BAD_SAIT) /* s_flag */ in duplicateIXtree()
2992 JFS_SBI(sb)->mntflag |= JFS_BAD_SAIT; in duplicateIXtree()
3008 JFS_SBI(sb)->mntflag |= JFS_BAD_SAIT; in duplicateIXtree()
H A Djfs_logmgr.c1068 if (sbi->mntflag & JFS_INLINELOG) in lmLogOpen()
2388 logsuper->flag = cpu_to_le32(sbi->mntflag); /* ? */ in lmLogFormat()
H A Dsuper.c577 if (sbi->mntflag & JFS_OS2) in jfs_fill_super()