Home
last modified time | relevance | path

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

/Linux-v4.19/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()
506 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.h164 unsigned long mntflag; /* aggregate attributes */ member
Djfs_dtree.c610 if ((JFS_SBI(sb)->mntflag & JFS_OS2) == JFS_OS2) { in dtSearch()
653 JFS_SBI(sb)->mntflag); in dtSearch()
1190 sbi->mntflag); in dtSplitUp()
1202 dtGetKey(rp, 0, &key, sbi->mntflag); in dtSplitUp()
1205 if ((sbi->mntflag & JFS_OS2) == JFS_OS2) in dtSplitUp()
1213 dtGetKey(rp, 0, &key, sbi->mntflag); in dtSplitUp()
Djfs_imap.c2996 if (JFS_SBI(sb)->mntflag & JFS_BAD_SAIT) /* s_flag */ in duplicateIXtree()
3000 JFS_SBI(sb)->mntflag |= JFS_BAD_SAIT; in duplicateIXtree()
3016 JFS_SBI(sb)->mntflag |= JFS_BAD_SAIT; in duplicateIXtree()
Djfs_logmgr.c1089 if (sbi->mntflag & JFS_INLINELOG) in lmLogOpen()
2415 logsuper->flag = cpu_to_le32(sbi->mntflag); /* ? */ in lmLogFormat()
Dsuper.c610 if (sbi->mntflag & JFS_OS2) in jfs_fill_super()