Home
last modified time | relevance | path

Searched refs:is_remount (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/fs/ocfs2/
Dsuper.c88 int is_remount);
1252 int is_remount) in ocfs2_parse_options() argument
1260 trace_ocfs2_parse_options(is_remount, options ? options : "(none)"); in ocfs2_parse_options()
1380 if (!is_remount) in ocfs2_parse_options()
1435 if (is_remount) in ocfs2_parse_options()
1446 if (is_remount) in ocfs2_parse_options()
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))
/Linux-v5.15/fs/ext4/
Dsuper.c2050 bool is_remount) in ext4_set_test_dummy_encryption() argument
2062 if (is_remount && !sbi->s_dummy_enc_policy.policy) { in ext4_set_test_dummy_encryption()
2098 int is_remount) in handle_mount_opt() argument
2250 if (is_remount) { in handle_mount_opt()
2262 if (is_remount) { in handle_mount_opt()
2304 is_remount); in handle_mount_opt()
2306 if (is_remount) { in handle_mount_opt()
2340 if (is_remount && in handle_mount_opt()
2348 if (is_remount && in handle_mount_opt()
2361 if (is_remount && in handle_mount_opt()
[all …]
/Linux-v5.15/fs/nilfs2/
Dsuper.c717 static int parse_options(char *options, struct super_block *sb, int is_remount) in parse_options() argument
760 if (is_remount) { in parse_options()
/Linux-v5.15/fs/ubifs/
Dsuper.c1028 int is_remount) in ubifs_parse_options() argument
1116 if (!is_remount) { in ubifs_parse_options()
1124 if (!is_remount) { in ubifs_parse_options()
/Linux-v5.15/fs/f2fs/
Dsuper.c459 bool is_remount) in f2fs_set_test_dummy_encryption() argument
476 if (is_remount && !F2FS_OPTION(sbi).dummy_enc_policy.policy) { in f2fs_set_test_dummy_encryption()
606 static int parse_options(struct super_block *sb, char *options, bool is_remount) in parse_options() argument
989 is_remount); in parse_options()