Lines Matching refs:s_mount_opt
725 long opts = REISERFS_SB(s)->s_mount_opt;
939 * s_mount_opt of reiserfs specific part of in-core super block
1351 REISERFS_SB(s)->s_mount_opt &= ~((1 << REISERFS_DATA_LOG) |
1354 REISERFS_SB(s)->s_mount_opt |= (1 << mode);
1384 REISERFS_SB(s)->s_mount_opt &= ~all_barrier;
1386 REISERFS_SB(s)->s_mount_opt |= flush;
1389 REISERFS_SB(s)->s_mount_opt |= none;
1403 REISERFS_SB(s)->s_mount_opt &= ~(1 << REISERFS_ATTRS);
1410 REISERFS_SB(s)->s_mount_opt &= ~(1 << REISERFS_ATTRS);
1436 unsigned long mount_options = REISERFS_SB(s)->s_mount_opt;
1495 REISERFS_SB(s)->s_mount_opt =
1497 s_mount_opt & ~safe_mask) | (mount_options & safe_mask);
1911 sbi->s_mount_opt |= (1 << REISERFS_SMALLTAIL);
1912 sbi->s_mount_opt |= (1 << REISERFS_ERROR_RO);
1913 sbi->s_mount_opt |= (1 << REISERFS_BARRIER_FLUSH);
1936 (s, (char *)data, &sbi->s_mount_opt, &blocks, &jdev_name,
2012 sbi->s_mount_opt |= (1 << REISERFS_DATA_ORDERED);
2397 if (!(REISERFS_SB(sb)->s_mount_opt & (1 << opt))) {