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
1349 REISERFS_SB(s)->s_mount_opt &= ~((1 << REISERFS_DATA_LOG) |
1352 REISERFS_SB(s)->s_mount_opt |= (1 << mode);
1382 REISERFS_SB(s)->s_mount_opt &= ~all_barrier;
1384 REISERFS_SB(s)->s_mount_opt |= flush;
1387 REISERFS_SB(s)->s_mount_opt |= none;
1401 REISERFS_SB(s)->s_mount_opt &= ~(1 << REISERFS_ATTRS);
1408 REISERFS_SB(s)->s_mount_opt &= ~(1 << REISERFS_ATTRS);
1434 unsigned long mount_options = REISERFS_SB(s)->s_mount_opt;
1493 REISERFS_SB(s)->s_mount_opt =
1495 s_mount_opt & ~safe_mask) | (mount_options & safe_mask);
1909 sbi->s_mount_opt |= (1 << REISERFS_SMALLTAIL);
1910 sbi->s_mount_opt |= (1 << REISERFS_ERROR_RO);
1911 sbi->s_mount_opt |= (1 << REISERFS_BARRIER_FLUSH);
1934 (s, (char *)data, &sbi->s_mount_opt, &blocks, &jdev_name,
2008 sbi->s_mount_opt |= (1 << REISERFS_DATA_ORDERED);
2393 if (!(REISERFS_SB(sb)->s_mount_opt & (1 << opt))) {