Lines Matching refs:mount_options
877 * bitmask which is to set on mount_options bitmask
882 * bitmask which is to clear on mount_options bitmask
906 * bitmask which is to set on mount_options bitmask
912 * bitmask which is to clear on mount_options bitmask
1121 unsigned long *mount_options,
1189 c = reiserfs_getopt(s, &pos, opts, &arg, mount_options);
1290 *mount_options |= 1 << REISERFS_USRQUOTA;
1292 *mount_options |= 1 << REISERFS_GRPQUOTA;
1295 *mount_options &= ~(1 << REISERFS_USRQUOTA);
1297 *mount_options &= ~(1 << REISERFS_GRPQUOTA);
1336 if ((!(*mount_options & (1 << REISERFS_USRQUOTA)) &&
1338 (!(*mount_options & (1 << REISERFS_GRPQUOTA)) &&
1357 static void handle_data_mode(struct super_block *s, unsigned long mount_options)
1359 if (mount_options & (1 << REISERFS_DATA_LOG)) {
1364 } else if (mount_options & (1 << REISERFS_DATA_ORDERED)) {
1369 } else if (mount_options & (1 << REISERFS_DATA_WRITEBACK)) {
1436 unsigned long mount_options = REISERFS_SB(s)->s_mount_opt;
1457 (s, arg, &mount_options, &blocks, NULL, &commit_max_age,
1497 s_mount_opt & ~safe_mask) | (mount_options & safe_mask);
1555 handle_data_mode(s, mount_options);
1556 handle_barrier_mode(s, mount_options);