Home
last modified time | relevance | path

Searched refs:remount (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/build/test/moduletest/runtest/bin/
H A Denhancedf2fs_t_init.sh34 mount -o remount,gc_merge $DISK_PATH/
35 mount -o remount,nogc_merge $DISK_PATH/
37 mount -o remount,nogc_merge $DISK_PATH/
38 mount -o remount,gc_merge $DISK_PATH/
40 mount -o remount,rw $DISK_PATH/
/kernel/linux/linux-5.10/tools/testing/selftests/mount/
H A DMakefile7 TEST_GEN_FILES := unprivileged-remount-test nosymfollow-test
/kernel/linux/linux-6.6/tools/testing/selftests/mount/
H A DMakefile7 TEST_GEN_FILES := unprivileged-remount-test nosymfollow-test
/kernel/linux/linux-5.10/fs/tracefs/
H A Dinode.c286 static int tracefs_apply_options(struct super_block *sb, bool remount) in tracefs_apply_options() argument
293 * On remount, only reset mode/uid/gid if they were provided as mount in tracefs_apply_options()
297 if (!remount || opts->opts & BIT(Opt_mode)) { in tracefs_apply_options()
302 if (!remount || opts->opts & BIT(Opt_uid)) in tracefs_apply_options()
305 if (!remount || opts->opts & BIT(Opt_gid)) { in tracefs_apply_options()
/kernel/linux/linux-6.6/fs/debugfs/
H A Dinode.c157 static void _debugfs_apply_options(struct super_block *sb, bool remount) in _debugfs_apply_options() argument
164 * On remount, only reset mode/uid/gid if they were provided as mount in _debugfs_apply_options()
168 if (!remount || opts->opts & BIT(Opt_mode)) { in _debugfs_apply_options()
173 if (!remount || opts->opts & BIT(Opt_uid)) in _debugfs_apply_options()
176 if (!remount || opts->opts & BIT(Opt_gid)) in _debugfs_apply_options()
/kernel/linux/linux-6.6/fs/tracefs/
H A Dinode.c311 static int tracefs_apply_options(struct super_block *sb, bool remount) in tracefs_apply_options() argument
319 * On remount, only reset mode/uid/gid if they were provided as mount in tracefs_apply_options()
323 if (!remount || opts->opts & BIT(Opt_mode)) { in tracefs_apply_options()
329 if (!remount || opts->opts & BIT(Opt_uid)) in tracefs_apply_options()
332 if (!remount || opts->opts & BIT(Opt_gid)) in tracefs_apply_options()
/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_mount.c216 * NAME: jfs_mount_rw(sb, remount)
221 int jfs_mount_rw(struct super_block *sb, int remount) in jfs_mount_rw() argument
231 if (remount) { in jfs_mount_rw()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_mount.c216 * NAME: jfs_mount_rw(sb, remount)
221 int jfs_mount_rw(struct super_block *sb, int remount) in jfs_mount_rw() argument
231 if (remount) { in jfs_mount_rw()
/kernel/linux/linux-5.10/fs/udf/
H A Dsuper.c455 bool remount) in udf_parse_options()
535 if (!remount) in udf_parse_options()
542 if (!remount) in udf_parse_options()
557 if (!remount) { in udf_parse_options()
563 if (!remount) { in udf_parse_options()
568 if (!remount && strcmp(args[0].from, "utf8") != 0) { in udf_parse_options()
454 udf_parse_options(char *options, struct udf_options *uopt, bool remount) udf_parse_options() argument
/kernel/linux/linux-6.6/fs/udf/
H A Dsuper.c458 bool remount) in udf_parse_options()
539 if (!remount) in udf_parse_options()
546 if (!remount) in udf_parse_options()
561 if (!remount) { in udf_parse_options()
567 if (!remount) { in udf_parse_options()
572 if (!remount && strcmp(args[0].from, "utf8") != 0) { in udf_parse_options()
457 udf_parse_options(char *options, struct udf_options *uopt, bool remount) udf_parse_options() argument
/kernel/linux/linux-5.10/fs/hpfs/
H A Dsuper.c23 static void mark_dirty(struct super_block *s, int remount) in mark_dirty() argument
25 if (hpfs_sb(s)->sb_chkdsk && (remount || !sb_rdonly(s))) { in mark_dirty()
301 {Opt_err_ro, "errors=remount-ro"},
430 errors=remount-ro remount read-only if errors found (default)\n\ in hpfs_help()
472 pr_err("timeshift can't be changed using remount.\n"); in hpfs_remount_fs()
/kernel/linux/linux-6.6/fs/hpfs/
H A Dsuper.c23 static void mark_dirty(struct super_block *s, int remount) in mark_dirty() argument
25 if (hpfs_sb(s)->sb_chkdsk && (remount || !sb_rdonly(s))) { in mark_dirty()
301 {Opt_err_ro, "errors=remount-ro"},
430 errors=remount-ro remount read-only if errors found (default)\n\ in hpfs_help()
472 pr_err("timeshift can't be changed using remount.\n"); in hpfs_remount_fs()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsuper.c524 * needed to allow it to be set or changed during remount. We do allow in f2fs_set_test_dummy_encryption()
525 * it to be specified during remount, but only if there is no change. in f2fs_set_test_dummy_encryption()
528 f2fs_warn(sbi, "Can't set test_dummy_encryption on remount"); in f2fs_set_test_dummy_encryption()
536 "Can't change test_dummy_encryption on remount"); in f2fs_set_test_dummy_encryption()
1313 if (!strcmp(name, "remount-ro")) { in parse_options()
2140 seq_printf(seq, ",errors=%s", "remount-ro"); in f2fs_show_options()
2149 static void default_options(struct f2fs_sb_info *sbi, bool remount) in default_options() argument
2152 if (!remount) { in default_options()

Completed in 19 milliseconds