Home
last modified time | relevance | path

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

/linux-3.4.99/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()
500 if (sbi->mntflag & JFS_INLINELOG) { in jfs_extendfs()
Djfs_mount.c148 if ((sbi->mntflag & JFS_BAD_SAIT) == 0) { in jfs_mount()
372 sbi->mntflag = le32_to_cpu(j_sb->s_flag); in chkSuper()
388 if (sbi->mntflag & JFS_INLINELOG) in chkSuper()
Djfs_dtree.h104 #define DO_INDEX(INODE) (JFS_SBI((INODE)->i_sb)->mntflag & JFS_DIR_INDEX)
Djfs_incore.h160 unsigned long mntflag; /* aggregate attributes */ member
Djfs_dtree.c609 if ((JFS_SBI(sb)->mntflag & JFS_OS2) == JFS_OS2) { in dtSearch()
652 JFS_SBI(sb)->mntflag); in dtSearch()
1189 sbi->mntflag); in dtSplitUp()
1201 dtGetKey(rp, 0, &key, sbi->mntflag); in dtSplitUp()
1204 if ((sbi->mntflag & JFS_OS2) == JFS_OS2) in dtSplitUp()
1212 dtGetKey(rp, 0, &key, sbi->mntflag); in dtSplitUp()
Djfs_imap.c3014 if (JFS_SBI(sb)->mntflag & JFS_BAD_SAIT) /* s_flag */ in duplicateIXtree()
3018 JFS_SBI(sb)->mntflag |= JFS_BAD_SAIT; in duplicateIXtree()
3034 JFS_SBI(sb)->mntflag |= JFS_BAD_SAIT; in duplicateIXtree()
Dsuper.c517 if (sbi->mntflag & JFS_OS2) in jfs_fill_super()
Djfs_logmgr.c1089 if (sbi->mntflag & JFS_INLINELOG) in lmLogOpen()
2420 logsuper->flag = cpu_to_le32(sbi->mntflag); /* ? */ in lmLogFormat()