Home
last modified time | relevance | path

Searched refs:is_remount (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dsuper.c90 int is_remount);
1241 int is_remount) in ocfs2_parse_options()
1249 trace_ocfs2_parse_options(is_remount, options ? options : "(none)"); in ocfs2_parse_options()
1369 if (!is_remount) in ocfs2_parse_options()
1424 if (is_remount) in ocfs2_parse_options()
1435 if (is_remount) in ocfs2_parse_options()
1238 ocfs2_parse_options(struct super_block *sb, char *options, struct mount_options *mopt, int is_remount) ocfs2_parse_options() argument
H A Docfs2_trace.h1679 TP_PROTO(int is_remount, char *options),
1680 TP_ARGS(is_remount, options),
1682 __field(int, is_remount)
1686 __entry->is_remount = is_remount;
1689 TP_printk("%d %s", __entry->is_remount, __get_str(options))
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dsuper.c87 int is_remount);
1236 int is_remount) in ocfs2_parse_options()
1244 trace_ocfs2_parse_options(is_remount, options ? options : "(none)"); in ocfs2_parse_options()
1364 if (!is_remount) in ocfs2_parse_options()
1419 if (is_remount) in ocfs2_parse_options()
1430 if (is_remount) in ocfs2_parse_options()
1233 ocfs2_parse_options(struct super_block *sb, char *options, struct mount_options *mopt, int is_remount) ocfs2_parse_options() argument
H A Docfs2_trace.h1680 TP_PROTO(int is_remount, char *options),
1681 TP_ARGS(is_remount, options),
1683 __field(int, is_remount)
1687 __entry->is_remount = is_remount;
1690 TP_printk("%d %s", __entry->is_remount, __get_str(options))
/kernel/linux/linux-5.10/fs/ext4/
H A Dsuper.c2049 bool is_remount) in ext4_set_test_dummy_encryption()
2067 if (is_remount && !sbi->s_dummy_enc_policy.policy) { in ext4_set_test_dummy_encryption()
2099 unsigned int *journal_ioprio, int is_remount) in handle_mount_opt()
2251 if (is_remount) { in handle_mount_opt()
2263 if (is_remount) { in handle_mount_opt()
2305 is_remount); in handle_mount_opt()
2307 if (is_remount) { in handle_mount_opt()
2341 if (is_remount && in handle_mount_opt()
2349 if (is_remount && in handle_mount_opt()
2362 if (is_remount in handle_mount_opt()
2046 ext4_set_test_dummy_encryption(struct super_block *sb, const char *opt, const substring_t *arg, bool is_remount) ext4_set_test_dummy_encryption() argument
2097 handle_mount_opt(struct super_block *sb, char *opt, int token, substring_t *args, unsigned long *journal_devnum, unsigned int *journal_ioprio, int is_remount) handle_mount_opt() argument
2417 parse_options(char *options, struct super_block *sb, unsigned long *journal_devnum, unsigned int *journal_ioprio, int is_remount) parse_options() argument
[all...]
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dsuper.c749 static int parse_options(char *options, struct super_block *sb, int is_remount) in parse_options() argument
792 if (is_remount) { in parse_options()
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dsuper.c750 static int parse_options(char *options, struct super_block *sb, int is_remount) in parse_options() argument
793 if (is_remount) { in parse_options()
/kernel/linux/linux-5.10/fs/ubifs/
H A Dsuper.c1031 * @is_remount: non-zero if this is FS re-mount
1037 int is_remount) in ubifs_parse_options()
1125 if (!is_remount) { in ubifs_parse_options()
1133 if (!is_remount) { in ubifs_parse_options()
1036 ubifs_parse_options(struct ubifs_info *c, char *options, int is_remount) ubifs_parse_options() argument
/kernel/linux/linux-6.6/fs/ubifs/
H A Dsuper.c1031 * @is_remount: non-zero if this is FS re-mount
1037 int is_remount) in ubifs_parse_options()
1125 if (!is_remount) { in ubifs_parse_options()
1133 if (!is_remount) { in ubifs_parse_options()
1036 ubifs_parse_options(struct ubifs_info *c, char *options, int is_remount) ubifs_parse_options() argument
/kernel/linux/linux-5.10/fs/f2fs/
H A Dsuper.c488 bool is_remount) in f2fs_set_test_dummy_encryption()
505 if (is_remount && !F2FS_OPTION(sbi).dummy_enc_policy.policy) { in f2fs_set_test_dummy_encryption()
530 static int parse_options(struct super_block *sb, char *options, bool is_remount) in parse_options() argument
910 is_remount); in parse_options()
485 f2fs_set_test_dummy_encryption(struct super_block *sb, const char *opt, const substring_t *arg, bool is_remount) f2fs_set_test_dummy_encryption() argument
/kernel/linux/linux-6.6/fs/ext4/
H A Dsuper.c2143 int is_remount; in ext4_parse_param() local
2151 is_remount = fc->purpose == FS_CONTEXT_FOR_RECONFIGURE; in ext4_parse_param()
2307 if (is_remount) { in ext4_parse_param()
2321 if (is_remount) { in ext4_parse_param()
2766 int is_remount = fc->purpose == FS_CONTEXT_FOR_RECONFIGURE; in ext4_check_opt_consistency() local
2801 if ((ctx->spec & EXT4_SPEC_DATAJ) && is_remount) { in ext4_check_opt_consistency()
2815 if (is_remount) { in ext4_check_opt_consistency()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsuper.c500 bool is_remount) in f2fs_set_test_dummy_encryption()
527 if (is_remount && !fscrypt_is_dummy_policy_set(policy)) { in f2fs_set_test_dummy_encryption()
685 static int parse_options(struct super_block *sb, char *options, bool is_remount) in parse_options() argument
1054 is_remount); in parse_options()
497 f2fs_set_test_dummy_encryption(struct super_block *sb, const char *opt, const substring_t *arg, bool is_remount) f2fs_set_test_dummy_encryption() argument

Completed in 41 milliseconds