Lines Matching refs:mount_options
1096 unsigned long *mount_options, in reiserfs_parse_options() argument
1164 c = reiserfs_getopt(s, &pos, opts, &arg, mount_options); in reiserfs_parse_options()
1261 *mount_options |= 1 << REISERFS_USRQUOTA; in reiserfs_parse_options()
1263 *mount_options |= 1 << REISERFS_GRPQUOTA; in reiserfs_parse_options()
1270 *mount_options &= ~(1 << REISERFS_USRQUOTA); in reiserfs_parse_options()
1272 *mount_options &= ~(1 << REISERFS_GRPQUOTA); in reiserfs_parse_options()
1311 if ((!(*mount_options & (1 << REISERFS_USRQUOTA)) && in reiserfs_parse_options()
1313 (!(*mount_options & (1 << REISERFS_GRPQUOTA)) && in reiserfs_parse_options()
1332 static void handle_data_mode(struct super_block *s, unsigned long mount_options) in handle_data_mode() argument
1334 if (mount_options & (1 << REISERFS_DATA_LOG)) { in handle_data_mode()
1339 } else if (mount_options & (1 << REISERFS_DATA_ORDERED)) { in handle_data_mode()
1344 } else if (mount_options & (1 << REISERFS_DATA_WRITEBACK)) { in handle_data_mode()
1411 unsigned long mount_options = REISERFS_SB(s)->s_mount_opt; in reiserfs_remount() local
1437 (s, arg, &mount_options, &blocks, NULL, &commit_max_age, in reiserfs_remount()
1477 s_mount_opt & ~safe_mask) | (mount_options & safe_mask); in reiserfs_remount()
1535 handle_data_mode(s, mount_options); in reiserfs_remount()
1536 handle_barrier_mode(s, mount_options); in reiserfs_remount()