Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Dresize.c90 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()
Djfs_mount.c148 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()
Djfs_incore.h130 unsigned long mntflag; /* aggregate attributes */ member
Djfs_dtree.h104 #define DO_INDEX(INODE) (JFS_SBI((INODE)->i_sb)->mntflag & JFS_DIR_INDEX)
Djfs_dtree.c604 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()
Djfs_imap.c3067 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()
Djfs_logmgr.c1074 if (!(JFS_SBI(sb)->mntflag & JFS_INLINELOG)) in lmLogOpen()
2277 logsuper->flag = cpu_to_le32(sbi->mntflag); /* ? */ in lmLogFormat()