Searched refs:is_remount (Results 1 – 6 of 6) sorted by relevance
/linux/fs/ocfs2/ |
A D | super.c | 88 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()
|
A D | ocfs2_trace.h | 1679 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/fs/ext4/ |
A D | super.c | 2057 bool is_remount) in ext4_set_test_dummy_encryption() argument 2105 int is_remount) in handle_mount_opt() argument 2257 if (is_remount) { in handle_mount_opt() 2269 if (is_remount) { in handle_mount_opt() 2311 is_remount); in handle_mount_opt() 2313 if (is_remount) { in handle_mount_opt() 2347 if (is_remount && in handle_mount_opt() 2355 if (is_remount && in handle_mount_opt() 2368 if (is_remount && in handle_mount_opt() 2376 if (is_remount && in handle_mount_opt() [all …]
|
/linux/fs/nilfs2/ |
A D | super.c | 717 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/fs/ubifs/ |
A D | super.c | 1028 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/fs/f2fs/ |
A D | super.c | 460 bool is_remount) in f2fs_set_test_dummy_encryption() argument 477 if (is_remount && !F2FS_OPTION(sbi).dummy_enc_policy.policy) { in f2fs_set_test_dummy_encryption() 607 static int parse_options(struct super_block *sb, char *options, bool is_remount) in parse_options() argument 994 is_remount); in parse_options()
|
Completed in 32 milliseconds