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);
1288 *mount_options |= 1 << REISERFS_USRQUOTA;
1290 *mount_options |= 1 << REISERFS_GRPQUOTA;
1293 *mount_options &= ~(1 << REISERFS_USRQUOTA);
1295 *mount_options &= ~(1 << REISERFS_GRPQUOTA);
1334 if ((!(*mount_options & (1 << REISERFS_USRQUOTA)) &&
1336 (!(*mount_options & (1 << REISERFS_GRPQUOTA)) &&
1355 static void handle_data_mode(struct super_block *s, unsigned long mount_options)
1357 if (mount_options & (1 << REISERFS_DATA_LOG)) {
1362 } else if (mount_options & (1 << REISERFS_DATA_ORDERED)) {
1367 } else if (mount_options & (1 << REISERFS_DATA_WRITEBACK)) {
1434 unsigned long mount_options = REISERFS_SB(s)->s_mount_opt;
1455 (s, arg, &mount_options, &blocks, NULL, &commit_max_age,
1495 s_mount_opt & ~safe_mask) | (mount_options & safe_mask);
1553 handle_data_mode(s, mount_options);
1554 handle_barrier_mode(s, mount_options);